-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathmarketplace.json
More file actions
42 lines (42 loc) · 1.25 KB
/
marketplace.json
File metadata and controls
42 lines (42 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "cursor-plugins",
"owner": {
"name": "Cursor",
"email": "[email protected]"
},
"metadata": {
"description": "Official Cursor plugin marketplace: developer tools, framework rules, MCP integrations, and agent skills"
},
"plugins": [
{
"name": "teaching",
"source": "teaching",
"description": "Skill mapping, practice plans, and learning retrospectives."
},
{
"name": "continual-learning",
"source": "continual-learning",
"description": "Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only."
},
{
"name": "cursor-team-kit",
"source": "cursor-team-kit",
"description": "Internal team workflows used by Cursor developers for CI, code review, and shipping."
},
{
"name": "cursor-pm",
"source": "cursor-pm",
"description": "Product management MCP bundle for Granola, Gong, Notion, and Slack."
},
{
"name": "create-plugin",
"source": "create-plugin",
"description": "Scaffold and validate new Cursor plugins."
},
{
"name": "ralph-loop",
"source": "ralph-loop",
"description": "Iterative self-referential AI loops using the Ralph Wiggum technique."
}
]
}