Godot Dev Guide
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The guide may be invoked in some non-Godot discussions that mention generic terms like scene or node.
Automatic high-priority activation with some generic triggers can influence the agent's context when those terms appear, though the content remains Godot-focused and does not instruct the agent to override user goals.
autoInvoke: true priority: high triggers: - "godot" - "gdscript" - "scene" - "node"
Keep the skill enabled for Godot work; if it appears outside Godot tasks, narrow or disable automatic triggering.
If followed, these commands may execute the local Godot project or write export artifacts.
The skill documents local Godot CLI commands that can run, validate, test, or export a project. These are user-directed examples and align with the stated development-guide purpose.
godot --path . godot --path . --check-only --script path/to/script.gd godot --path . --headless --quit godot --path . --export-release "Preset Name" builds/game.exe
Run the commands only inside projects you trust and review export paths or presets before exporting.
