What problem does it solve? Writing a well-structured agent skill requires knowing frontmatter rules, naming conventions, resource organization, and validation contracts; this Skill guides the full creation and update workflow so new skills trigger correctly and stay maintainable. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate a new skill directory with a SKILL.md template, agents/openai.yaml UI metadata, and optional scripts, references, and assets folders. - Validation Tooling: Use quick_validate.py for single-skill checks and repo-level validators for catalog-wide structure, command policies, and behavior smoke tests. - Authoring Guidance: Apply built-in principles for concise instructions, progressive disclosure, outcome-first contracts, and forward-testing with subagents. - Use Case: When asked to build a new skill for a recurring workflow, scaffold it with init_skill.py, write the SKILL.md body following the design principles, generate UI metadata, and validate before shipping. ## Quick Start Use the skill-creator skill to scaffold and validate a new skill named pdf-reporter in my skills directory.