Skip to content

newtonmunene99/cursorcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursorcade

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.

Install

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.

Dashboard (alternative)

  1. Go to Dashboard → Settings → Plugins → Add Marketplace
  2. Import https://github.com/newtonmunene99/cursorcade
  3. Install plugins from the marketplace list

Available plugins

Plugin Description
conductor Context-driven development: setup, spec, plan, implement, review, and revert

See each plugin's README for commands, usage, and uninstall instructions.

Local development

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

Repository layout

cursorcade/
├── .cursor-plugin/
│   └── marketplace.json       # Marketplace manifest
├── plugins/
│   └── conductor/             # Conductor plugin
│       ├── .cursor-plugin/
│       │   └── plugin.json
│       ├── rules/
│       ├── skills/
│       ├── commands/
│       └── templates/
└── scripts/
    └── validate-template.mjs

Validate

node scripts/validate-template.mjs

Adding a plugin

  1. Create plugins/<plugin-name>/ with a .cursor-plugin/plugin.json manifest
  2. Add rules, skills, commands, or other components under that folder
  3. Register the plugin in .cursor-plugin/marketplace.json
  4. Run node scripts/validate-template.mjs

License

Apache License 2.0 — see LICENSE.

About

A curated arcade of Cursor plugins for developers who mean business.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors