Commit a905ce9
committed
feat(skills): add Cursor plugin manifest
Closes #662. The Codex/Cursor/opencode plugin PR (#507) added Cursor as a
`pup skills install` platform and shipped Codex marketplace manifests, but
never created the Cursor plugin manifest. Cursor discovers plugins via
`.cursor-plugin/plugin.json` (mirror of `.claude-plugin/`), so without it
Cursor Cloud Agents can't pre-install the pup skills from the marketplace.
- Add .cursor-plugin/plugin.json mirroring the .codex-plugin sibling
(name, version, description, author, repository, license, keywords,
and skills => ./skills/).
- Document the Cursor manifest alongside Claude Code and Codex in README.1 parent 1eec9fb commit a905ce9
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| 602 | + | |
| 603 | + | |
602 | 604 | | |
603 | 605 | | |
604 | 606 | | |
| |||
0 commit comments