What problem does it solve?
This guide provides a structured blueprint for creating self-contained Agent Skills with validated frontmatter, bundled assets, and consistent templates. It helps teams reduce setup time, enforce quality, and streamline onboarding for contributors.
Core Features & Use Cases
- Frontmatter validation: ensures required fields like
name and description exist, match the folder name, and respect length constraints.
- Bundled assets support: supports optional scripts/, references/, and assets/ directories to accompany the skill with code, data, and docs.
- Standardized workflow: offers a repeatable process for creation, validation, bundling, and distribution of skills.
- Collaboration-friendly templates: includes scaffold SKILL.md and asset structures to accelerate skill development.
Quick Start
Create a new folder under skills/ with a valid SKILL.md frontmatter and optional assets, then follow the guidelines to ensure structure and validation.