godot
Installation
SKILL.md
Godot
Work from the target project's actual Godot version, project settings, addons, and export presets. Preserve project conventions rather than imposing a generic scene architecture.
Preflight
- Read repository instructions and inspect
project.godot,export_presets.cfg, installed addons, and the existing test layout. - Resolve the Godot executable and verify its version before choosing commands or APIs.
- Determine the required verification level:
- GdUnit4 for unit, component, and in-engine scene tests;
- PlayGodot for external end-to-end automation, screenshots, or input simulation;
- a real exported build when behavior depends on platform or browser packaging.
- Do not claim real-render, input, export, or deployment success from static checks alone.