What problem does it solve? Developers working with the Godot Engine often struggle with engine-specific architecture decisions, anti-patterns like cross-scene node references and untyped GDScript, and keeping up with API changes across Godot 4.x versions. This Skill supplies senior-level Godot engineering guidance grounded in production patterns from shipped games. ## Core Features & Use Cases - Architecture & Code Review Guidance: Enforces static typing, signal-driven decoupling, scene composition over inheritance, and Resource-based data design in GDScript. - Engine Subsystem Coverage: Provides runnable examples for signals and EventBus autoloads, physics with Jolt, UI with Control nodes, shaders, GDExtension, multiplayer networking, animation, navigation AI, and automated testing with GUT or gdUnit4. - Use Case: A developer asks how to structure an inventory system in Godot 4 and receives a complete design using ItemResource data classes, an InventoryComponent scene, signal-based UI updates, and save/load via ResourceSaver. ## Quick Start Ask the Godot specialist how to set up a state machine for your player character in Godot 4 with full static typing.