godot-ai-navigation
Installation
SKILL.md
Godot 4.7 Baseline
- Expert patterns in this skill target Godot 4.7+ (stable, 2026-06-18).
- Consult the Godot 4.7 migration guide when upgrading projects from 4.6.
- NEVER assume 4.6 defaults (stretch mode, audio area_mask, RichTextLabel percent flags) without checking 4.7 migration notes.
AI Navigation (Decision Router)
This skill owns AI movement decisions. Authoritative NavigationServer scripts live in godot-navigation-pathfinding — this package intentionally has no scripts/ (no dead local links).
MANDATORY: Before implementing path/bake/avoidance code, open godot-navigation-pathfinding and read the linked script(s) below. Do NOT Load beginner chase/patrol tutorials from memory — follow these trees, then only the pathfinding scripts you selected.