What problem does it solve? Creating new plugins, skills, or agents in a Claude Code plugin repository requires following strict authoring guidelines, frontmatter conventions, and structural rules that are easy to get wrong when done manually. ## Core Features & Use Cases - Guideline-Driven Scaffolding: Reads SKILL_GUIDELINES.md, plugin authoring references, and research notes before writing any files, ensuring every component follows the 16 skill rules. - Interactive Approval Gate: Presents a component plan (file structure, description, phases, agent dispatch) via AskUserQuestion and loops on feedback until explicit approval before creating files. - Post-Creation Verification: Checks line-count limits, phase file references, agent name consistency, description truncation, and YAML frontmatter validity after writing files. - Use Case: When you need to add a new code-review skill to an existing plugin, invoke this Skill to draft the SKILL.md and phase files, review the plan, and receive a verified, convention-compliant component. ## Quick Start Ask the assistant to create a new skill named audit-log in the mz-dev-pipe plugin that tracks pipeline state changes.