What problem does it solve? Creating new Skills by hand leads to inconsistent structure, missing required sections, and unclear trigger descriptions that break dispatching. This Skill scaffolds new Skills following the framework's modular conventions so every Skill is structurally consistent and plug-and-play. ## Core Features & Use Cases - Template-Based Scaffolding: Copies the skill-template.md skeleton and fills required sections like Task, Dependency Check, First Principles, and Workflow. - Quality Rubric Scoring: Applies a 16-item, 32-point rubric with a ship threshold of 24 and critical-item-zero rules before shipping. - Eval Pack Generation: Initializes triggers.json and cases.json eval packs to verify trigger descriptions and output assertions. - Use Case: When an EVOLUTION.md proposal identifies a recurring need, use this Skill to generate a new compliant Skill directory with SKILL.md, references, and registration in the main control file. ## Quick Start Ask the assistant to create a new Skill named release-checker using the skill-builder workflow.