-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 845 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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/"
}