godot-project-templates
Installation
SKILL.md
Project Templates
Genre-specific scaffolding, AutoLoad patterns, and modular architecture define rapid prototyping.
Available Scripts
base_game_manager.gd
Expert AutoLoad template for game state management.
base_level.gd
Abstract base class for all loaded levels with structured lifecycle hooks.
base_actor.gd
Expert foundation for all gameplay agents (Player, NPC, Enemies).
base_menu.gd
UI foundation for focus persistence, animations, and input blocking.