Solid patterns for anyone building games in Godot 4 who wants to write maintainable GDScript instead of spaghetti code. Shows you proper state machine architecture, signal-based communication, and resource management patterns that actually scale beyond prototypes. The autoload singleton examples are especially useful for game managers and event buses. Covers the specific GDScript syntax you need like @export decorators, @onready variables, and proper typing. If you're coming from other engines or just starting with Godot, this will save you from common architectural mistakes that make refactoring painful later.
npx skills add https://github.com/wshobson/agents --skill godot-gdscript-patterns