|
5 | 5 | "email": "plugins@cursor.com" |
6 | 6 | }, |
7 | 7 | "metadata": { |
8 | | - "description": "Official Cursor plugin marketplace \u2014 developer tools, framework rules, MCP integrations, and agent skills" |
| 8 | + "description": "Official Cursor plugin marketplace — developer tools, framework rules, MCP integrations, and agent skills" |
9 | 9 | }, |
10 | 10 | "plugins": [ |
11 | 11 | { |
12 | 12 | "name": "frontend", |
13 | 13 | "source": "frontend", |
14 | | - "description": "Cursor plugin for frontend engineering workflows \u2014 React, TypeScript, accessibility, and performance" |
| 14 | + "description": "Cursor plugin for frontend engineering workflows — React, TypeScript, accessibility, and performance" |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "name": "design", |
18 | 18 | "source": "design", |
19 | | - "description": "Cursor plugin for product design workflows \u2014 UX specs, design systems, handoff, and iteration" |
| 19 | + "description": "Cursor plugin for product design workflows — UX specs, design systems, handoff, and iteration" |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "name": "data-science", |
23 | 23 | "source": "data-science", |
24 | | - "description": "Cursor plugin for data science workflows \u2014 analysis, modeling, experimentation, and reporting" |
| 24 | + "description": "Cursor plugin for analyst-first data science workflows — exploratory analysis, validation, and decision-ready reporting" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "name": "ios", |
28 | 28 | "source": "ios", |
29 | | - "description": "Cursor plugin for iOS development \u2014 Swift, SwiftUI, architecture, and testing" |
| 29 | + "description": "Cursor plugin for iOS development — Swift, SwiftUI, architecture, and testing" |
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "name": "android", |
33 | 33 | "source": "android", |
34 | | - "description": "Cursor plugin for Android development \u2014 Kotlin, Jetpack Compose, architecture, and testing" |
| 34 | + "description": "Cursor plugin for Android development — Kotlin, Jetpack Compose, architecture, and testing" |
35 | 35 | }, |
36 | 36 | { |
37 | 37 | "name": "planning", |
38 | 38 | "source": "planning", |
39 | | - "description": "Cursor plugin for software planning \u2014 scope, milestones, risk management, and execution plans" |
| 39 | + "description": "Cursor plugin for software planning — scope, milestones, risk management, and execution plans" |
40 | 40 | }, |
41 | 41 | { |
42 | 42 | "name": "code-review", |
43 | 43 | "source": "code-review", |
44 | | - "description": "Cursor plugin for code review workflows \u2014 correctness, security, regressions, and actionable feedback" |
| 44 | + "description": "Cursor plugin for code review workflows — correctness, security, regressions, and actionable feedback" |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "name": "web-browser", |
48 | 48 | "source": "web-browser", |
49 | | - "description": "Cursor plugin for browser debugging workflows \u2014 DevTools, network traces, and reproducible bug reports" |
50 | | - }, |
51 | | - { |
52 | | - "name": "teaching", |
53 | | - "source": "teaching", |
54 | | - "description": "Cursor plugin for teaching workflows \u2014 explain concepts, scaffold exercises, and assess understanding" |
| 49 | + "description": "Cursor plugin for browser debugging workflows — DevTools, network traces, and reproducible bug reports" |
55 | 50 | }, |
56 | 51 | { |
57 | 52 | "name": "documentation", |
58 | 53 | "source": "documentation", |
59 | | - "description": "Cursor plugin for technical documentation workflows \u2014 READMEs, API docs, architecture notes, and changelogs" |
| 54 | + "description": "Cursor plugin for technical documentation workflows — READMEs, API docs, architecture notes, and changelogs" |
60 | 55 | }, |
61 | 56 | { |
62 | 57 | "name": "presentation-pptx", |
63 | 58 | "source": "presentation-pptx", |
64 | | - "description": "Cursor plugin for presentation authoring \u2014 narrative design, slide outlines, and PPTX-ready content" |
| 59 | + "description": "Cursor plugin for presentation authoring — narrative design, slide outlines, and PPTX-ready content" |
65 | 60 | }, |
66 | 61 | { |
67 | 62 | "name": "learning", |
68 | 63 | "source": "learning", |
69 | | - "description": "Cursor plugin for learning workflows \u2014 skill mapping, practice plans, and feedback loops" |
| 64 | + "description": "Cursor plugin for learning workflows — skill mapping, practice plans, and feedback loops" |
70 | 65 | }, |
71 | 66 | { |
72 | 67 | "name": "cursor-dev-kit", |
73 | 68 | "source": "cursor-dev-kit", |
74 | | - "description": "Cursor Dev Kit \u2014 internal-style workflows used by Cursor developers for CI, code review, shipping, and testing" |
| 69 | + "description": "Cursor Dev Kit — internal-style workflows used by Cursor developers for CI, code review, shipping, and testing" |
| 70 | + }, |
| 71 | + { |
| 72 | + "name": "create-plugin", |
| 73 | + "source": "create-plugin", |
| 74 | + "description": "Meta plugin for creating Cursor plugins with manifest scaffolding, component templates, and submission checks" |
75 | 75 | } |
76 | 76 | ] |
77 | 77 | } |
0 commit comments