mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
2ea22ffa0b
Adds a second sentence to each plugin description that summarizes what the plugin actually provides, verified against skill, rule, and agent content. First sentence preserved for truncated display. Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
845 B
JSON
31 lines
845 B
JSON
{
|
|
"name": "cursor-dev-kit",
|
|
"displayName": "Cursor Dev Kit",
|
|
"version": "1.0.0",
|
|
"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.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"cursor-dev-kit",
|
|
"ci",
|
|
"code-review",
|
|
"shipping",
|
|
"testing"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"internal-workflows",
|
|
"quality",
|
|
"delivery"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/",
|
|
"rules": "./rules/"
|
|
}
|