What problem does it solve? New Skill authors often lack a consistent starting structure, leading to missing frontmatter fields, unclear trigger conditions, and undefined output contracts. This template supplies a standardized skeleton so every new Skill starts with the required metadata and sections. ## Core Features & Use Cases - Standardized Frontmatter: Includes name, description, version, triggers, not_for, and depends_on fields ready to fill in. - Structured Body Sections: Provides usage scenarios, workflow steps, output contract, and verification sections. - Supporting Directories: Ships with scripts/, references/, and examples/ placeholders plus an agents/openai.yaml interface file. - Use Case: When creating a new Skill for a personal AI repository, copy this template, rename it, and replace the placeholder text with the Skill's actual behavior and triggers. ## Quick Start Copy the _template directory, rename it to your new Skill name, and fill in the frontmatter and sections of SKILL.md with your Skill's actual purpose and workflow.