Skip to content

Commit 3636229

Browse files
Merge pull request #23 from cursor/prune-plugin-catalog
Prune plugin catalog and add continuous-learning plugin
2 parents 269c6b2 + 4d52afa commit 3636229

83 files changed

Lines changed: 418 additions & 1778 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cursor-plugin/marketplace.json

Lines changed: 5 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,16 @@
88
"description": "Official Cursor plugin marketplace: developer tools, framework rules, MCP integrations, and agent skills"
99
},
1010
"plugins": [
11-
{
12-
"name": "frontend",
13-
"source": "frontend",
14-
"description": "Frontend development with React, TypeScript, accessibility, and performance."
15-
},
16-
{
17-
"name": "design",
18-
"source": "design",
19-
"description": "UX specs, design systems, and developer handoff."
20-
},
21-
{
22-
"name": "data-science",
23-
"source": "data-science",
24-
"description": "Exploratory analysis, validation, and decision-ready reporting."
25-
},
26-
{
27-
"name": "ios",
28-
"source": "ios",
29-
"description": "iOS development with Swift and SwiftUI."
30-
},
31-
{
32-
"name": "android",
33-
"source": "android",
34-
"description": "Android development with Kotlin and Jetpack Compose."
35-
},
36-
{
37-
"name": "planning",
38-
"source": "planning",
39-
"description": "Scoping, milestones, risk management, and execution plans."
40-
},
41-
{
42-
"name": "code-review",
43-
"source": "code-review",
44-
"description": "Code review for correctness, security, and regressions."
45-
},
46-
{
47-
"name": "web-browser",
48-
"source": "web-browser",
49-
"description": "Browser debugging with DevTools, network traces, and repro steps."
50-
},
51-
{
52-
"name": "documentation",
53-
"source": "documentation",
54-
"description": "READMEs, API docs, architecture notes, and changelogs."
55-
},
5611
{
5712
"name": "learning",
5813
"source": "learning",
5914
"description": "Skill mapping, practice plans, and learning retrospectives."
6015
},
16+
{
17+
"name": "continuous-learning",
18+
"source": "continuous-learning",
19+
"description": "Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only."
20+
},
6121
{
6222
"name": "cursor-team-kit",
6323
"source": "cursor-team-kit",

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
66

77
| Plugin | Category | Description |
88
|:-------|:---------|:------------|
9-
| [Frontend](frontend/) | Developer Tools | React, TypeScript, accessibility, and performance workflows |
10-
| [Design](design/) | Utilities | UX specs, design systems, handoff, and iteration workflows |
11-
| [Data Science](data-science/) | Utilities | Analysis, modeling, experimentation, and reporting workflows |
12-
| [iOS](ios/) | Developer Tools | Swift, SwiftUI, architecture, and testing workflows |
13-
| [Android](android/) | Developer Tools | Kotlin, Jetpack Compose, architecture, and testing workflows |
14-
| [Planning](planning/) | Utilities | Scope, milestones, risk management, and execution planning |
15-
| [Code Review](code-review/) | Developer Tools | Correctness, security, regression checks, and actionable feedback |
16-
| [Web Browser](web-browser/) | Developer Tools | DevTools-driven debugging, network traces, and repro workflows |
17-
| [Documentation](documentation/) | Utilities | READMEs, API docs, architecture notes, and changelog writing |
189
| [Learning](learning/) | Utilities | Skill maps, practice plans, and feedback loops |
10+
| [Continuous Learning](continuous-learning/) | Developer Tools | Incremental transcript-driven AGENTS.md memory updates with high-signal bullet points |
1911
| [Cursor Team Kit](cursor-team-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
2012
| [Create Plugin](create-plugin/) | Developer Tools | Meta workflows for creating Cursor plugins with scaffolding and submission checks |
2113
| [Ralph Loop](ralph-loop/) | Developer Tools | Iterative self-referential AI loops using the Ralph Wiggum technique |

android/.cursor-plugin/plugin.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

android/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

android/assets/avatar.png

-51.9 KB
Binary file not shown.

android/skills/build-android-feature/SKILL.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

android/skills/debug-android-issue/SKILL.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

code-review/.cursor-plugin/plugin.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

code-review/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

code-review/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)