godot-project-foundations

Installation
SKILL.md

Project Foundations

Feature-based organization, consistent naming, and version control hygiene define professional Godot projects.

Available Scripts

MANDATORY - For New Projects: Before scaffolding, read project_bootstrapper.gd - Auto-generates feature folders and .gitignore.

project_bootstrapper.gd

Expert project scaffolding tool for auto-generating feature folders and .gitignore.

runtime_configurator.gd

Expert pattern for applying high-performance profiles (ticks, FPS) and saving override.cfg.

managed_autoload.gd

Advanced Singleton pattern with RefCounted delegation to avoid SceneTree bloat.

base_data_resource.gd

Reactive Resource foundation using emit_changed() for data-driven pipelines.

Related skills

More from thedivergentai/gd-agentic-skills

Installs
106
GitHub Stars
165
First Seen
Feb 10, 2026