What problem does it solve?
Provides a structured, end-to-end framework for designing, organizing, and packaging modular AgentSkills—bridging the gap between conceptual skill ideas and production-ready skill packages by standardizing frontmatter, body guidance, and optional bundled resources.
Core Features & Use Cases
- Clear frontmatter template with required name and description to support consistent discovery and triggering.
- Resource scaffolding for optional directories: scripts/, references/, and assets/ to organize tooling, documentation, and output assets.
- Built-in tooling integration with init_skill.py, quick_validate.py, and package_skill.py to bootstrap, validate, and package skills for distribution.
- Flexibility patterns to accommodate workflow-based, task-based, or reference-oriented skill designs, while enabling progressive disclosure of content and resources.
Quick Start
Run scripts/init_skill.py <skill-name> --path <output-dir> to scaffold a new skill, then customize SKILL.md and add resources as needed.