mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
7067f9d340
Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
698 B
JSON
30 lines
698 B
JSON
{
|
|
"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",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"cursor-dev-kit",
|
|
"ci",
|
|
"code-review",
|
|
"shipping",
|
|
"testing"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"internal-workflows",
|
|
"quality",
|
|
"delivery"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/",
|
|
"rules": "./rules/"
|
|
}
|