godot-helper
Installation
SKILL.md
Godot 4.x Development Guide
This skill provides structured guidance for building games in Godot 4.x, covering scene architecture, GDScript patterns, signal design, and export workflows specific to the engine.
Prerequisites
- Godot 4.x installed (4.2+ recommended)
- Basic familiarity with the Godot editor
- Understanding of object-oriented programming concepts
When to Use This Skill
- Designing scene trees and node hierarchies in Godot 4.x
- Writing GDScript 2.0 code following engine conventions
- Setting up signal-based communication between nodes
- Configuring export templates for multi-platform builds
- Debugging common Godot-specific issues
- Optimizing Godot projects for performance