What problem does it solve? Starting a game from scratch often involves manual project setup, scene configuration, and engine launch steps. This Skill scaffolds a fresh blank Summer Engine project with a single name prompt, so you can go from idea to a running project without touching configuration files. ## Core Features & Use Cases - Blank Project Scaffolding: Runs summer create empty or summer create 3d-basic to generate project.godot and a main scene deterministically, with no network calls. - Starting Scene Selection: Offers two built-in options — empty (root Node3D only) or 3d-basic (camera, light, floor, and world environment ready to press play). - Engine Launch and Verification: Opens the project with summer run and falls back to summer doctor diagnostics if launch fails. - Use Case: You tell your AI agent "I want to make a platformer from scratch." The agent asks for a project name, scaffolds a blank project, opens it in the engine, and hands off to brainstorming or mechanic-design skills. ## Quick Start Ask your AI agent to create a new blank Summer Engine project named after your game idea and open it in the engine.