What problem does it solve? Authoring a new Skill from scratch often leads to inconsistent structure, missing provenance records, and untested behavior. This template enforces a single standard for SKILL.md frontmatter, section layout, upstream attribution, and evaluation scenarios so every new Skill starts complete and reviewable. ## Core Features & Use Cases - Standardized SKILL.md skeleton: Provides placeholder-driven frontmatter (name, description, version, category) plus prescribed sections for scope, core rules, workflows, topic router, and output format. - Upstream provenance tracking: Ships a SOURCES.yaml schema for recording repo and docs upstreams with pinned commits, licenses, and contribution notes. - Built-in evaluation scaffolding: Includes an evals.json template requiring positive trigger scenarios and at least one near-miss negative case. - Use Case: When adding a new Skill to a curated library, copy this template, fill in the placeholders, and immediately have a structure that passes structural CI checks and supports behavior evaluation. ## Quick Start Copy the templates/skill directory, replace every {{name}}, {{version}}, and {{category}} placeholder, and fill in the TODO fields to author a new Skill.