Create Plugin Scaffold a new Claude Code plugin from scratch. When to use When you want to create a new plugin that extends Claude Code with skills, commands, and agents. This generates the correct directory structure and wires up MCP tools. Steps 1. Get plugin name and description from the user 2. Check for conflicts — call to ensure the name isn't taken 3. Create directory structure (follows the canonical plugin contract from sibling plugins' ADR-0001s): 4. Generate plugin.json with name, description, version, author (do NOT include , , or arrays — Claude Code auto-discovers these from dire…