What problem does it solve? Manually assembling a Claude Code plugin directory—with plugin.json, settings.json, hooks.json, agent files, command files, CLAUDE.md, README.md, and LICENSE—is repetitive and error-prone. This Skill automates the entire scaffolding process from architecture plans and spec packages, then validates the result. ## Core Features & Use Cases - Full Directory Assembly: Creates the canonical plugin structure (.claude-plugin/, skills/, commands/, agents/, hooks/) with all configuration files populated from real plan data. - Spec-Driven File Generation: Writes agent and command markdown files directly from specification packages, including alias commands with valid alias-of references. - Documentation Generation: Produces CLAUDE.md and README.md from templates with accurate skill and command tables matching files on disk. - Built-in Validation: Runs a validate-structure smoke test after building and reports CRITICAL findings immediately. - Use Case: After finalizing an architecture plan for a new plugin, invoke this Skill to produce a complete, validated plugin directory in one pass instead of hand-creating dozens of files. ## Quick Start Build a plugin scaffold from my architecture plan at plans/my-plugin-plan.md into the directory ~/projects/my-plugin.