Files
eriknson 2ea22ffa0b Expand plugin descriptions for better marketplace context
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>
2026-02-17 12:51:56 +01:00

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/"
}