Skip to content

Commit 44f715e

Browse files
authored
Merge pull request #20 from cursor/update-plugin-descriptions
Expand plugin descriptions for better marketplace context
2 parents 1963177 + 2ea22ff commit 44f715e

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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": "Android development with Kotlin and Jetpack Compose.",
5+
"description": "Android development with Kotlin and Jetpack Compose. Covers feature implementation with unidirectional data flow and Compose best practices, plus debugging across UI, state, and data layers.",
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": "Code review for correctness, security, and regressions.",
5+
"description": "Code review for correctness, security, and regressions. Provides risk-focused review workflows, a dedicated security reviewer agent, and test gap analysis with prioritized findings.",
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": "Scaffold and validate new Cursor plugins.",
5+
"description": "Scaffold and validate new Cursor plugins. Handles directory setup, manifest generation, and pre-submission quality checks for the marketplace.",
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": "Internal workflows used by Cursor developers for CI, code review, and shipping.",
5+
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping. Covers the full dev loop: CI monitoring and fixing, PR creation, merge conflicts, smoke tests, compiler checks, code cleanup, and work summaries.",
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": "Exploratory analysis, validation, and decision-ready reporting.",
5+
"description": "Exploratory analysis, validation, and decision-ready reporting. Walks through question framing, notebook-based analysis with quality gates, result validation, and stakeholder readout drafting.",
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": "UX specs, design systems, and developer handoff.",
5+
"description": "UX specs, design systems, and developer handoff. Translates product requirements into design specs with handoff checklists, and reviews solutions for usability and implementation readiness.",
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": "READMEs, API docs, architecture notes, and changelogs.",
5+
"description": "READMEs, API docs, architecture notes, and changelogs. Drafts, refreshes, and audits technical documentation against the current state of the codebase.",
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": "Frontend development with React, TypeScript, accessibility, and performance.",
5+
"description": "Frontend development with React, TypeScript, accessibility, and performance. Covers feature implementation, bug triage, and shipping with enforced rules for a11y compliance and runtime 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": "iOS development with Swift and SwiftUI.",
5+
"description": "iOS development with Swift and SwiftUI. Covers feature implementation with architecture and state management guidance, plus debugging across UI, lifecycle, and networking layers.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

learning/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "learning",
33
"displayName": "Learning",
44
"version": "1.0.0",
5-
"description": "Skill mapping, practice plans, and learning retrospectives.",
5+
"description": "Skill mapping, practice plans, and learning retrospectives. Builds personalized roadmaps with milestones and practice checkpoints, and runs periodic reviews to adjust based on progress.",
66
"author": {
77
"name": "Cursor",
88
"email": "plugins@cursor.com"

0 commit comments

Comments
 (0)