Files
ericzakariasson 837194def4 Remove redundant create-plugin command in favor of existing skill
The create-plugin-scaffold skill already covers the same workflow
with more detail. Remove the command file and commands reference
from the plugin manifest.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 14:17:21 -08:00

29 lines
620 B
JSON

{
"name": "create-plugin",
"displayName": "Create Plugin",
"version": "1.0.0",
"description": "Scaffold and validate new Cursor plugins.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"create-plugin",
"cursor-plugin",
"marketplace",
"plugin-authoring"
],
"category": "developer-tools",
"tags": [
"meta",
"authoring",
"templates"
],
"skills": "./skills/",
"rules": "./rules/",
"agents": "./agents/"
}