What problem does it solve? Creating new Claude skills by hand leads to inconsistent naming, malformed YAML frontmatter, and folder structures that break skill discovery and routing. This Skill enforces the canonical Aurora skill format so every skill is discoverable and correctly structured. ## Core Features & Use Cases - Skill Scaffolding: Creates new skill directories with SKILL.md, Workflows/, and Tools/ following TitleCase naming and a maximum two-level folder depth. - Validation & Canonicalization: Audits existing skills against SKILLSYSTEM.md rules and restructures non-compliant skills, renaming files and converting legacy YAML trigger arrays. - Use Case: You ask to create a recipe-management skill; the workflow reads SKILLSYSTEM.md, generates a compliant SKILL.md with USE WHEN triggers, a workflow routing table, and example invocations, then verifies the result against a full checklist. ## Quick Start Ask the assistant to create a new skill for a task you want to automate, and it will scaffold the complete canonical skill structure.