What problem does it solve? Adding or updating a starter template in the Flix game engine's templates/ directory involves seven interdependent steps, and missing any one causes the Studio editor to fail with symptoms like missing genre cards, blank thumbnails, or games that cannot be created. This Skill provides the complete checklist so nothing is forgotten. ## Core Features & Use Cases - Seven-step checklist: Covers template creation, reference title image, palette linting, Doc conventions, art style declaration, Studio registration, and jar swapping. - Two template styles: Distinguishes concrete-value templates (rpg, novel, tetris) that build in-repo from token-based templates (game-starter) that only work after make new-game substitution. - Use Case: When creating a new genre template for the Studio editor, follow the checklist to generate reference/title.png, pass make lint-palette, register the starter in Genesis.flix, and run make swap-jar so the genre card appears correctly. ## Quick Start Ask the AI to add a new genre starter template to the templates directory and register it with Studio following the add-template checklist.