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.
- Go to Dashboard → Settings → Plugins → Add Marketplace
- Import
https://github.com/newtonmunene99/cursorcade - Install plugins from the marketplace list
| 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/conductorReload Cursor (Developer: Reload Window).
To remove a local symlink:
rm ~/.cursor/plugins/local/conductorcursorcade/
├── .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- Create
plugins/<plugin-name>/with a.cursor-plugin/plugin.jsonmanifest - Add rules, skills, commands, or other components under that folder
- Register the plugin in
.cursor-plugin/marketplace.json - Run
node scripts/validate-template.mjs
Apache License 2.0 — see LICENSE.