What problem does it solve? It guides the creation, editing, auditing, and packaging of AgentSkills so that new skills follow the official SKILL.md structure, naming rules, and progressive disclosure principles instead of being assembled ad hoc. ## Core Features & Use Cases - Skill scaffolding: Run init_skill.py to generate a new skill directory with a templated SKILL.md and optional scripts/, references/, and assets/ folders. - Validation and packaging: Run package_skill.py to validate frontmatter, naming conventions, and description quality, then produce a distributable .skill zip file. - Design guidance: Consult references/workflows.md and references/output-patterns.md for established patterns on multi-step workflows and output formatting. - Use Case: When asked to "create a skill" for PDF processing, follow the six-step workflow to gather examples, plan reusable resources, initialize the directory, write SKILL.md, and package the result. ## Quick Start Ask the agent to create a new skill named pdf-tools, then let it run init_skill.py, fill in the SKILL.md template, and package the result with package_skill.py.