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

  1. Read repository instructions and inspect project.godot, export_presets.cfg, installed addons, and the existing test layout.
  2. Resolve the Godot executable and verify its version before choosing commands or APIs.
  3. 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.
  4. Do not claim real-render, input, export, or deployment success from static checks alone.

Test and implement

Installs
346
GitHub Stars
46
First Seen
Feb 3, 2026
godot — randroids-dojo/skills