From create-plugin
Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/create-plugin:review-plugin-submissionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A plugin is implemented and needs a final quality check before submission or release.
A plugin is implemented and needs a final quality check before submission or release.
.cursor-plugin/plugin.json existsname is valid lowercase kebab-casedescription, version, author, license)skills/*/SKILL.mdrules/ as .mdc or markdown variantsagents/ markdown filescommands/ markdown or text fileshooks/hooks.jsonmcp.json (or mcpServers override)name and description frontmattername and description.cursor-plugin/marketplace.jsonsource resolves to plugin directory and names are uniqueREADME.md states purpose, installation, and component coveragenpx claudepluginhub kdoroszewicz/cursor-plugins-claude --plugin create-pluginGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.