Skip to content

Commit 837194d

Browse files
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>
1 parent f428e28 commit 837194d

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

create-plugin/.cursor-plugin/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@
2424
],
2525
"skills": "./skills/",
2626
"rules": "./rules/",
27-
"agents": "./agents/",
28-
"commands": "./commands/"
27+
"agents": "./agents/"
2928
}

create-plugin/commands/create-plugin.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)