What problem does it solve? Choosing a starting point for a new game project is hard when you don't know what starter templates exist, and guessing from memory leads to stale or retired recommendations. This Skill fetches the live template registry and scaffolds a verified, pinned project so you start from a working baseline. ## Core Features & Use Cases - Live template discovery: Runs summer list templates against the registry so recommendations always reflect currently available built-ins and pinned templates. - Guided selection: Narrows options by genre or game shape (third-person 3D, multiplayer, 2D platformer) instead of dumping the full list. - Verified project creation: Uses summer create to fetch the exact pinned commit, verify the tree digest, record the pin in .summer/project.json, and open the result in the engine. - Use Case: A user says "I want to make a third-person 3D game." The Skill lists templates, recommends 3d-third-person-controller, asks for a project name, creates it, and runs it in Summer Engine to confirm it works. ## Quick Start Ask the agent to show available Summer Engine templates and create a new project from the one that fits your game idea.