What problem does it solve?
This Skill prevents the common mistake of building level geometry at runtime or leaving a scene as an empty box, so prototyping stays editable, measurable, and immediately visible in the Godot editor.
Core Features & Use Cases
- Static in-scene blockouts: Creates real
StaticBody3D, MeshInstance3D, CollisionShape3D, and Area3D nodes directly inside the saved level scene.
- Level shape prototyping: Supports fast greyboxing for any level concept, including walls, props, hazards, and navigation setup.
- Design validation: Enforces at least one elevation change and multiple distinguishable zones to avoid flat, unreadable spaces.
- Use case: A level designer hands off a brief for a new arena or exploration space, and this Skill turns it into a selectable, editable Godot
.tscn blockout.
Quick Start
Ask for a static greybox of the named level directly in levels/<name>.tscn using the provided design brief, with one floor, real editor-visible nodes, at least one elevation change, and two distinct zones.