What problem does it solve?
This Skill template eliminates ambiguity when creating new Skills by providing a consistent entry point, routing guide, and reference-file structure so agents can reliably load the right knowledge at the right time.
Core Features & Use Cases
- Consistent Skill Entry Point: Enforces YAML frontmatter with a
name and trigger-style description so skill discovery and activation remain predictable.
- Task-to-File Routing: Defines a routing guide pattern that tells the agent which supporting reference files to load for common tasks like setup, core logic, patterns, examples, and full builds.
- Cited, Non-Guessing Guidance: Includes a canonical-sources block so the agent is instructed to fetch documentation instead of extrapolating when uncertain.
Quick Start
Copy the template directory, edit the SKILL.md frontmatter with your skill name and specific activation description, then fill in the skill content, routing guide, and reference files to match your implementation.