Godot Builder Skill The skill provides an expert-grade foundation for programmatic game development and headless automation using the Godot 4.6.1-stable CLI. Expert Automation Mindset - Headless Isolation via XDG : When running multiple concurrent Godot instances, always override and to prevent cache corruption between instances. - Cache Invalidation (Force Import) : Programmatically delete the directory to force the engine to re-evaluate modified global import settings. - Explicit Ownership : Scene nodes MUST have their property set to the scene root, or they will be discarded during seriali…