-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathmarketplace.json
More file actions
47 lines (47 loc) · 1.54 KB
/
marketplace.json
File metadata and controls
47 lines (47 loc) · 1.54 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
43
44
45
46
47
{
"name": "cursor-plugins",
"owner": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"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": "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."
},
{
"name": "agent-compatibility",
"source": "agent-compatibility",
"description": "CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality."
},
{
"name": "cli-for-agent",
"source": "cli-for-agent",
"description": "Patterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run."
}
]
}