What problem does it solve? Creating reusable agent skills requires consistent structure, valid YAML frontmatter, and disciplined workflows; this Skill guides the full lifecycle of building, validating, and improving skills so they trigger correctly and stay maintainable. ## Core Features & Use Cases - Skill Scaffolding: Run init-skill.mjs to generate a standard skill directory with SKILL.md template, example script, reference, and assets folder. - Structure Validation: Run validate-skill.mjs to check frontmatter, hyphen-case naming, and description rules before publishing a skill. - Authoring Guidance: Covers gradual disclosure, relative linking, token-efficient renderer scripts, fail-fast validation, and extension patterns for customizing existing skills. - Use Case: When you repeat the same multi-step workflow (like generating invoices), use this Skill to package it as a reusable skill with scripts and references, then validate and test it. ## Quick Start Ask the agent to create a new skill for your repetitive workflow and have it scaffold and validate the skill using the included scripts.