Skip to content

Commit 3fea6c1

Browse files
Rewrite plugin descriptions to be concise and less repetitive
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 920a87f commit 3fea6c1

13 files changed

Lines changed: 24 additions & 24 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,62 +11,62 @@
1111
{
1212
"name": "frontend",
1313
"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."
1515
},
1616
{
1717
"name": "design",
1818
"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."
2020
},
2121
{
2222
"name": "data-science",
2323
"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."
2525
},
2626
{
2727
"name": "ios",
2828
"source": "ios",
29-
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing"
29+
"description": "iOS development with Swift and SwiftUI."
3030
},
3131
{
3232
"name": "android",
3333
"source": "android",
34-
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing"
34+
"description": "Android development with Kotlin and Jetpack Compose."
3535
},
3636
{
3737
"name": "planning",
3838
"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."
4040
},
4141
{
4242
"name": "code-review",
4343
"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."
4545
},
4646
{
4747
"name": "web-browser",
4848
"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."
5050
},
5151
{
5252
"name": "documentation",
5353
"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."
5555
},
5656
{
5757
"name": "learning",
5858
"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."
6060
},
6161
{
6262
"name": "cursor-dev-kit",
6363
"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."
6565
},
6666
{
6767
"name": "create-plugin",
6868
"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."
7070
}
7171
]
7272
}

android/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "android",
33
"displayName": "Android",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing",
5+
"description": "Android development with Kotlin and Jetpack Compose.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

code-review/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-review",
33
"displayName": "Code Review",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback",
5+
"description": "Code review for correctness, security, and regressions.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

create-plugin/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-plugin",
33
"displayName": "Create Plugin",
44
"version": "1.0.0",
5-
"description": "Meta plugin for authoring Cursor plugins with manifest scaffolding, component templates, and marketplace-ready checks",
5+
"description": "Scaffold and validate new Cursor plugins.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

cursor-dev-kit/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cursor-dev-kit",
33
"displayName": "Cursor Dev Kit",
44
"version": "1.0.0",
5-
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing",
5+
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

data-science/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "data-science",
33
"displayName": "Data Science",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting",
5+
"description": "Exploratory analysis, validation, and decision-ready reporting.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

design/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "design",
33
"displayName": "Design",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration",
5+
"description": "UX specs, design systems, and developer handoff.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

documentation/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "documentation",
33
"displayName": "Documentation",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs",
5+
"description": "READMEs, API docs, architecture notes, and changelogs.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

frontend/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "frontend",
33
"displayName": "Frontend",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance",
5+
"description": "Frontend development with React, TypeScript, accessibility, and performance.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

ios/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ios",
33
"displayName": "iOS",
44
"version": "1.0.0",
5-
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing",
5+
"description": "iOS development with Swift and SwiftUI.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

0 commit comments

Comments
 (0)