What problem does it solve? Designing a well-structured skill requires knowing frontmatter rules, context-budget principles, and packaging conventions; this Skill guides the entire creation workflow so new skills are valid, concise, and discoverable. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate a template skill directory with SKILL.md frontmatter and example scripts, references, and assets folders. - Design Guidance: Apply progressive disclosure principles, degrees-of-freedom rules, and workflow or output patterns from bundled reference files. - Validation and Packaging: Use quick_validate.py and package_skill.py to check frontmatter, naming, and description rules, then produce a distributable .skill zip file. - Use Case: When asked to build a new skill for PDF processing, follow the six-step process to gather requirements, initialize the directory, write SKILL.md, and package the finished skill. ## Quick Start Create a new skill named pdf-tools by running the init script, then fill in the SKILL.md template and package it with the packaging script.