mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
97128c02db
- Convert all H1 headings to sentence case across skills, rules, agents, commands, and READMEs (~65 headings) - Replace em-dashes with colons in plugin.json descriptions and README taglines to match marketplace.json convention - Replace semicolons with periods and restructure sentences across skills, rules, agents, and READMEs (~19 instances) Co-authored-by: Cursor <cursoragent@cursor.com>
Create plugin
Meta workflows for creating Cursor plugins that are marketplace-ready.
Installation
agent install create-plugin
Components
Skills
| Skill | Description |
|---|---|
create-plugin-scaffold |
Scaffold a new plugin directory with manifest, components, and repository wiring |
review-plugin-submission |
Run a pre-submission quality check against marketplace expectations |
Rules
| Rule | Description |
|---|---|
plugin-quality-gates |
Keep plugin manifests, component metadata, and paths valid and consistent |
Agents
| Agent | Description |
|---|---|
plugin-architect |
Design plugin structure and component mix based on a concrete use case |
Commands
| Command | Description |
|---|---|
create-plugin |
Build a new plugin scaffold with the right files and metadata |
Typical flow
- Use
/create-pluginwith a plugin name, purpose, and target component types. - Generate or update
plugin.json, then add rules/skills/agents/commands as needed. - Run
review-plugin-submissionbefore publishing or marketplace submission.
License
MIT