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-pluginValidates Claude Code plugin structure, JSON schemas, frontmatter, security compliance, and marketplace catalog consistency using the same checks as the CI pipeline.
Validates a Claude Code plugin directory against Anthropic spec and enterprise standards. Runs structural checks (plugin.json, file refs, permissions) and content grading (SKILL.md scoring).
Validates and auto-fixes claude-code-plugin marketplace structure: JSON validity, skill dirs, frontmatter, plugin.json consistency, invalid keys, unregistered skills. Local CI equivalent.