What problem does it solve?
Provide a concise, standards-aligned workflow and tooling for creating, validating, and packaging AI agent skills so authors avoid common pitfalls (invalid frontmatter, unresolved TODOs, excessive context bloat) and ensure reproducible, discoverable skills.
Core Features & Use Cases
- Skill bootstrapping: generates a templated skill layout and starter SKILL.md to accelerate new skill creation.
- Validation and audit: checks YAML frontmatter, SKILL.md presence, TODO placeholders, XML bracket misuse, and references linking.
- Packaging and distribution: bundles validated skills into a .skill archive for deployment.
- Use Case: initialize a new skill directory, iterate on SKILL.md guidance, run validation to surface issues, and package the finalized skill for sharing.
Quick Start
Run the validate script against a skill folder to check frontmatter, unresolved TODOs, and reference links.