-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathmarketplace.json
More file actions
77 lines (77 loc) · 2.17 KB
/
marketplace.json
File metadata and controls
77 lines (77 loc) · 2.17 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"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": "frontend",
"source": "frontend",
"description": "Frontend development with React, TypeScript, accessibility, and performance."
},
{
"name": "design",
"source": "design",
"description": "UX specs, design systems, and developer handoff."
},
{
"name": "data-science",
"source": "data-science",
"description": "Exploratory analysis, validation, and decision-ready reporting."
},
{
"name": "ios",
"source": "ios",
"description": "iOS development with Swift and SwiftUI."
},
{
"name": "android",
"source": "android",
"description": "Android development with Kotlin and Jetpack Compose."
},
{
"name": "planning",
"source": "planning",
"description": "Scoping, milestones, risk management, and execution plans."
},
{
"name": "code-review",
"source": "code-review",
"description": "Code review for correctness, security, and regressions."
},
{
"name": "web-browser",
"source": "web-browser",
"description": "Browser debugging with DevTools, network traces, and repro steps."
},
{
"name": "documentation",
"source": "documentation",
"description": "READMEs, API docs, architecture notes, and changelogs."
},
{
"name": "learning",
"source": "learning",
"description": "Skill mapping, practice plans, and learning retrospectives."
},
{
"name": "cursor-dev-kit",
"source": "cursor-dev-kit",
"description": "Internal 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": "figma",
"source": "figma",
"description": "Figma MCP integration for design and collaboration."
}
]
}