mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
Rewrite plugin descriptions to be concise and less repetitive
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,62 +11,62 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"source": "frontend",
|
||||
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance"
|
||||
"description": "Frontend development with React, TypeScript, accessibility, and performance."
|
||||
},
|
||||
{
|
||||
"name": "design",
|
||||
"source": "design",
|
||||
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration"
|
||||
"description": "UX specs, design systems, and developer handoff."
|
||||
},
|
||||
{
|
||||
"name": "data-science",
|
||||
"source": "data-science",
|
||||
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting"
|
||||
"description": "Exploratory analysis, validation, and decision-ready reporting."
|
||||
},
|
||||
{
|
||||
"name": "ios",
|
||||
"source": "ios",
|
||||
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing"
|
||||
"description": "iOS development with Swift and SwiftUI."
|
||||
},
|
||||
{
|
||||
"name": "android",
|
||||
"source": "android",
|
||||
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing"
|
||||
"description": "Android development with Kotlin and Jetpack Compose."
|
||||
},
|
||||
{
|
||||
"name": "planning",
|
||||
"source": "planning",
|
||||
"description": "Cursor plugin for software planning: scope, milestones, risk management, and execution plans"
|
||||
"description": "Scoping, milestones, risk management, and execution plans."
|
||||
},
|
||||
{
|
||||
"name": "code-review",
|
||||
"source": "code-review",
|
||||
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback"
|
||||
"description": "Code review for correctness, security, and regressions."
|
||||
},
|
||||
{
|
||||
"name": "web-browser",
|
||||
"source": "web-browser",
|
||||
"description": "Cursor plugin for browser debugging workflows: DevTools, network traces, and reproducible bug reports"
|
||||
"description": "Browser debugging with DevTools, network traces, and repro steps."
|
||||
},
|
||||
{
|
||||
"name": "documentation",
|
||||
"source": "documentation",
|
||||
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs"
|
||||
"description": "READMEs, API docs, architecture notes, and changelogs."
|
||||
},
|
||||
{
|
||||
"name": "learning",
|
||||
"source": "learning",
|
||||
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops"
|
||||
"description": "Skill mapping, practice plans, and learning retrospectives."
|
||||
},
|
||||
{
|
||||
"name": "cursor-dev-kit",
|
||||
"source": "cursor-dev-kit",
|
||||
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing"
|
||||
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping."
|
||||
},
|
||||
{
|
||||
"name": "create-plugin",
|
||||
"source": "create-plugin",
|
||||
"description": "Meta plugin for creating Cursor plugins with manifest scaffolding, component templates, and submission checks"
|
||||
"description": "Scaffold and validate new Cursor plugins."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "android",
|
||||
"displayName": "Android",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing",
|
||||
"description": "Android development with Kotlin and Jetpack Compose.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "code-review",
|
||||
"displayName": "Code Review",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback",
|
||||
"description": "Code review for correctness, security, and regressions.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "create-plugin",
|
||||
"displayName": "Create Plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Meta plugin for authoring Cursor plugins with manifest scaffolding, component templates, and marketplace-ready checks",
|
||||
"description": "Scaffold and validate new Cursor plugins.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "cursor-dev-kit",
|
||||
"displayName": "Cursor Dev Kit",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing",
|
||||
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "data-science",
|
||||
"displayName": "Data Science",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting",
|
||||
"description": "Exploratory analysis, validation, and decision-ready reporting.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "design",
|
||||
"displayName": "Design",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration",
|
||||
"description": "UX specs, design systems, and developer handoff.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "documentation",
|
||||
"displayName": "Documentation",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs",
|
||||
"description": "READMEs, API docs, architecture notes, and changelogs.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "frontend",
|
||||
"displayName": "Frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance",
|
||||
"description": "Frontend development with React, TypeScript, accessibility, and performance.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ios",
|
||||
"displayName": "iOS",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing",
|
||||
"description": "iOS development with Swift and SwiftUI.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "learning",
|
||||
"displayName": "Learning",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops",
|
||||
"description": "Skill mapping, practice plans, and learning retrospectives.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "planning",
|
||||
"displayName": "Planning",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for software planning: scope, milestones, risk management, and execution plans",
|
||||
"description": "Scoping, milestones, risk management, and execution plans.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "web-browser",
|
||||
"displayName": "Web Browser",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for browser debugging workflows: DevTools, network traces, and reproducible bug reports",
|
||||
"description": "Browser debugging with DevTools, network traces, and repro steps.",
|
||||
"author": {
|
||||
"name": "Cursor",
|
||||
"email": "plugins@cursor.com"
|
||||
|
||||
Reference in New Issue
Block a user