What problem does it solve? Creating a new skill from scratch often leads to inconsistent structure, missing frontmatter, or bloated instructions. This template gives authors a standardized starting point with the required SKILL.md frontmatter and recommended section layout. ## Core Features & Use Cases - Standardized scaffolding: Ships a complete SKILL.md skeleton with name, description, and structured sections for ownership, boundaries, decision rules, and workflow. - Authoring guidance: Embeds best practices such as keeping the main file concise, moving deep material to references, and separating trigger evals from behavior evals. - Use Case: A developer wants to add a new skill to the .claude/skills directory. They copy this template folder, rename it, remove the disable-model-invocation flag, and fill in each section following the inline guidance. ## Quick Start Copy the _template folder to .claude/skills/<skill-name> and fill in each section of SKILL.md for your new skill.