plugin-creator
Installation
SKILL.md
Plugin Creator
Overview
Scaffolds new Claude Code plugins with proper directory structure, required files, marketplace catalog integration, and full validation. Supports all plugin types: command plugins, agent plugins, skill plugins, MCP server plugins, and hybrid combinations.
Prerequisites
- Write access to the
plugins/directory and.claude-plugin/marketplace.extended.json jqinstalled for JSON generation and validationpnpm run sync-marketplaceavailable at the repository root./scripts/validate-all-plugins.shavailable for post-creation validation
Instructions
- Gather requirements from the user request: plugin name (kebab-case), category (
productivity,security,devops,testing, etc.), plugin type (commands, agents, skills, MCP, or combination), description, and keywords. Default author to the repository owner if unspecified (see${CLAUDE_SKILL_DIR}/references/plugin-creation-process.md). - Create the plugin directory structure under
plugins/[category]/[plugin-name]/: