godot-best-practices

Installation
Summary

Comprehensive GDScript coding standards and architecture patterns for Godot 4.x game development.

  • Covers naming conventions, static typing, node references, signal-driven architecture, and resource loading strategies with code examples
  • Includes common game patterns: state machines, object pooling, and save/load systems with template implementations
  • Provides quick-reference tables for preferred vs. anti-patterns, export annotations, and script structure ordering
  • Identifies 10+ common anti-patterns with explanations and solutions to avoid coupling, performance issues, and refactoring brittleness
SKILL.md

Godot 4.x GDScript Best Practices

Guide AI agents in writing high-quality GDScript code for Godot 4.x. This skill provides coding standards, architecture patterns, and templates for game development.

When to Use This Skill

Use this skill when:

  • Generating new GDScript code
  • Creating or organizing Godot scenes
  • Designing game architecture and node hierarchies
  • Implementing state machines, object pools, or save systems
  • Answering questions about GDScript patterns or Godot conventions
  • Reviewing GDScript code for quality issues

Do NOT use this skill when:

  • Working with C# in Godot (use C# patterns)
  • Working with Godot 3.x (syntax differs significantly)
  • Using GDExtension/C++ (different paradigm)
  • Working with Godot's visual scripting
Related skills

More from jwynia/agent-skills

Installs
1.5K
GitHub Stars
72
First Seen
Jan 20, 2026