What problem does it solve? Setting up a Godot project with consistent testing, validation, and version-control infrastructure is repetitive and error-prone, and existing projects often accumulate outdated or conflicting setup artifacts that need careful reconciliation. ## Core Features & Use Cases - Infrastructure Reconciliation: Discovers the current state of GUT, Just, Git, warnings, and ignore rules, then classifies each step as missing, current, legacy, customized, or conflicting before proposing changes. - GUT Test Framework Setup: Installs a compatible pinned GUT release, enables the editor plugin, and adds smoke tests plus Just recipes for import, focused tests, full tests, runtime checks, and aggregate validation. - Legacy Migration: Detects and migrates or removes recognized version-1 setup policy documents and AGENTS blocks while preserving user customizations. - Use Case: Point the skill at a directory containing project.godot to get an approval-gated plan that installs GUT, merges Justfile recipes, applies strict GDScript warnings, and verifies everything with just validate. ## Quick Start Use $setup-godot-project to reconcile GUT, Just, validation, warnings, and version-control infrastructure in this Godot project.