plugin-dev/create-plugin
Guided end-to-end plugin creation workflow with component design, implementation, and validation
Content Preview
---
description: Guided end-to-end plugin creation workflow with component design, implementation, and validation
argument-hint: Optional plugin description
allowed-tools:
[
"Read",
"Write",
"Grep",
"Glob",
"Bash",
"TodoWrite",
"AskUserQuestion",
"Skill",
"Task",
]
---
# Plugin Creation Workflow
Guide the user through creating a complete, high-quality Claude Code plugin from initial concept to tested implementation. Follow a systematic approach: understaHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plugin-dev/create-plugin.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/plugin-dev/commands/create-plugin.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/anthropics/claude-plugins-officialThen reference at plugins/plugin-dev/commands/create-plugin.md
Related Skills
example-plugin/example-command
An example slash command that demonstrates command frontmatter options (legacy format)
commandcommandexample-pluginexample-command
by Anthropic · anthropic-official-plugins
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins
plugin-dev
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
pluginpluginmarketplaceplugin-dev
by Anthropic · anthropic-official-plugins
hookify/help
Get help with the hookify plugin
commandcommandhookifyhelp
by Anthropic · anthropic-official-plugins