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.
scene_naming_validator.gd
Scans entire project for snake_case/PascalCase violations. Run before PRs.
dependency_auditor.gd
Detects circular scene dependencies and coupling issues. Critical for projects >50 scenes.
feature_scaffolder.gd
Generates complete feature folders with base scenes, scripts, and subfolders.