What problem does it solve? Building a well-structured skill for an AI agent requires knowing the SKILL.md format, frontmatter rules, resource organization, and packaging conventions, which is easy to get wrong without guidance. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate a complete skill directory with a SKILL.md template and example scripts, references, and assets folders. - Validation and Packaging: Use package_skill.py to validate frontmatter, naming conventions, and structure, then bundle the result into a distributable .skill file. - Design Guidance: Follow built-in principles on progressive disclosure, degrees of freedom, and workflow or output patterns documented in the references files. - Use Case: When you want to teach an agent a repeatable workflow like rotating PDFs, use this skill to plan the resources, scaffold the directory, write the instructions, and package the finished skill for distribution. ## Quick Start Create a new skill named pdf-rotator that helps rotate PDF documents and package it for distribution.