A curated arcade of Cursor plugins for developers who mean business.
This repository is a Cursor plugin marketplace. Add it once in Cursor, then install individual plugins from the marketplace panel.
In Cursor chat, add this repository as a plugin marketplace:
/add-plugin https://github.com/newtonmunene99/cursorcade
Then install the plugins you want from the marketplace panel.
https://github.com/newtonmunene99/cursorcade| Plugin | Description |
|---|---|
| conductor | Context-driven development: setup, spec, plan, implement, review, and revert |
See each plugin’s README for commands, usage, and uninstall instructions.
Symlink a plugin for local testing:
ln -s /path/to/cursorcade/plugins/conductor ~/.cursor/plugins/local/conductor
Reload Cursor (Developer: Reload Window).
To remove a local symlink:
rm ~/.cursor/plugins/local/conductor
cursorcade/
├── .cursor-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── conductor/ # Conductor plugin
│ ├── .cursor-plugin/
│ │ └── plugin.json
│ ├── rules/
│ ├── skills/
│ ├── commands/
│ └── templates/
└── scripts/
└── validate-template.mjs
node scripts/validate-template.mjs
plugins/<plugin-name>/ with a .cursor-plugin/plugin.json manifest.cursor-plugin/marketplace.jsonnode scripts/validate-template.mjsApache License 2.0 — see LICENSE.