What problem does it solve?
This template-based Skill Unit provides a standard blueprint for defining modular AI skills using SKILL.md frontmatter and body content, enabling consistent discovery and activation across agents.
Core Features & Use Cases
- Extracts required metadata from YAML frontmatter (name, description, tags, difficulty, category, version, last_updated) and preserves it for indexing and activation.
- Parses the Markdown body to collect operational instructions, examples, and usage patterns that are loaded into context when the skill activates.
- Supports optional resources via scripts/, references/, and assets/ directories to extend or document the skill.
Quick Start
Create a new skill folder named after your skill (e.g., my-skill). Add a SKILL.md at its root with a valid YAML frontmatter including at least name and description, then provide the operational instructions in the Markdown body. Optionally, include scripts/, references/, and assets/ to enrich the skill.