What problem does it solve?
Provides a structured, repeatable approach to creating and maintaining Agent Skills by offering templates, guidelines, and tooling to ensure consistent SKILL.md frontmatter, optional bundles, and packaging workflows.
Core Features & Use Cases
- Template-driven SKILL.md enforces required metadata and a lean, maintainable body.
- Progressive disclosure scaffolding organizes optional scripts, references, and assets for on-demand loading.
- Validation and packaging tooling includes utilities to initialize, validate, and package skills for distribution.
- Collaboration-friendly workflows promotes consistent skill authoring across teams.
Quick Start
Start by initializing a new skill with the starter template and then customize SKILL.md and the example resources. Run: python scripts/init_skill.py skill-name --path skills/public. Validate with: python scripts/quick_validate.py skills/public/skill-name. Package with: python scripts/package_skill.py skills/public/skill-name [dist].