forked from cursor/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 752 Bytes
/
Copy pathplugin.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "create-plugin",
"displayName": "Create Plugin",
"version": "1.0.0",
"description": "Scaffold and validate new Cursor plugins. Handles directory setup, manifest generation, and pre-submission quality checks for the marketplace.",
"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": [
"create-plugin",
"cursor-plugin",
"marketplace",
"plugin-authoring"
],
"category": "developer-tools",
"tags": [
"meta",
"authoring",
"templates"
],
"skills": "./skills/",
"rules": "./rules/",
"agents": "./agents/"
}