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: understa
How 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.md

Skill 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-official

Then reference at plugins/plugin-dev/commands/create-plugin.md

Related Skills