Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions create-plugin/skills/create-plugin-scaffold/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ This path makes the plugin immediately available to Cursor without any install s
- Agents: `agents/*.md` with `name`, `description`
- Commands: `commands/*.(md|txt)` with `name`, `description`
6. If repository uses `.cursor-plugin/marketplace.json`, add plugin entry:
- `name`
- `source`
- optional metadata (`description`, `keywords`, `category`, `tags`)
- Required: `name`, `source`
- Optional: `description`, `minClientVersions`
- Keep `keywords`, `category`, and `tags` in the plugin's
`.cursor-plugin/plugin.json`; they are not valid marketplace entry fields.
7. Ensure all manifest paths are relative, valid, and do not use absolute paths or parent traversal.

## Guardrails
Expand Down