What problem does it solve? Standardizing how new agent skills are authored is difficult when every contributor invents their own format. This template defines a fixed SKILL.md structure with YAML frontmatter (name, description) and prescribed body sections so every skill in the project is discoverable and consistent. ## Core Features & Use Cases - Skill Authoring Template: Supplies a ready-to-copy SKILL.md skeleton with trigger-based description guidance, ordered work steps, pitfalls section, and fact-based verification checklist. - Companion Document Templates: Ships alongside templates for tasks, mechanics, milestones, handoffs, and open questions, giving a complete documentation system for an AI-assisted game development workflow. - Use Case: When adding a new capability to the agent, copy the skill template into .claude/skills/<name>/SKILL.md, fill in the trigger-oriented description and numbered procedure, and the skill becomes discoverable by the agent. ## Quick Start Copy the skill template into a new folder under .claude/skills and fill in the name, description, work steps, and pitfalls sections for the new capability.