|
11 | 11 | { |
12 | 12 | "name": "frontend", |
13 | 13 | "source": "frontend", |
14 | | - "description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance" |
| 14 | + "description": "Frontend development with 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: UX specs, design systems, handoff, and iteration" |
| 19 | + "description": "UX specs, design systems, and developer handoff." |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "name": "data-science", |
23 | 23 | "source": "data-science", |
24 | | - "description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting" |
| 24 | + "description": "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: Swift, SwiftUI, architecture, and testing" |
| 29 | + "description": "iOS development with Swift and SwiftUI." |
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "name": "android", |
33 | 33 | "source": "android", |
34 | | - "description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing" |
| 34 | + "description": "Android development with Kotlin and Jetpack Compose." |
35 | 35 | }, |
36 | 36 | { |
37 | 37 | "name": "planning", |
38 | 38 | "source": "planning", |
39 | | - "description": "Cursor plugin for software planning: scope, milestones, risk management, and execution plans" |
| 39 | + "description": "Scoping, 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: correctness, security, regressions, and actionable feedback" |
| 44 | + "description": "Code review for correctness, security, and regressions." |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "name": "web-browser", |
48 | 48 | "source": "web-browser", |
49 | | - "description": "Cursor plugin for browser debugging workflows: DevTools, network traces, and reproducible bug reports" |
| 49 | + "description": "Browser debugging with DevTools, network traces, and repro steps." |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "name": "documentation", |
53 | 53 | "source": "documentation", |
54 | | - "description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs" |
| 54 | + "description": "READMEs, API docs, architecture notes, and changelogs." |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "name": "learning", |
58 | 58 | "source": "learning", |
59 | | - "description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops" |
| 59 | + "description": "Skill mapping, practice plans, and learning retrospectives." |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "name": "cursor-dev-kit", |
63 | 63 | "source": "cursor-dev-kit", |
64 | | - "description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing" |
| 64 | + "description": "Internal workflows used by Cursor developers for CI, code review, and shipping." |
65 | 65 | }, |
66 | 66 | { |
67 | 67 | "name": "create-plugin", |
68 | 68 | "source": "create-plugin", |
69 | | - "description": "Meta plugin for creating Cursor plugins with manifest scaffolding, component templates, and submission checks" |
| 69 | + "description": "Scaffold and validate new Cursor plugins." |
70 | 70 | } |
71 | 71 | ] |
72 | 72 | } |
0 commit comments