- Home
- Skills
- Hhhh124hhhh
- Godot Mcp
- Godot Project Creator
godot-project-creator_skill
- TypeScript
16
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill hhhh124hhhh/godot-mcp --skill godot-project-creator- SKILL.md7.3 KB
Overview
This skill automates Godot project creation and scene management from natural language descriptions. It generates a complete Godot 4.x project skeleton, configures project settings, and scaffolds scenes and scripts following best practices. Use it to speed up prototyping, standardize project layouts, and enforce modular architecture.
How this skill works
You describe the game or system in plain language and the skill analyzes intent, extracts entities (2D/3D, mechanics, features), and maps them to templates. It designs a directory structure, creates project.godot and input mappings, and generates scene and script templates (player, UI, managers). Built-in validators check Godot version and API compatibility and run basic syntax and configuration checks.
When to use it
- Starting a new Godot 2D or 3D project and you want a production-ready skeleton
- Converting a high-level game design into an initial code and scene layout
- Refactoring a messy project to a modular, maintainable structure
- Prototyping multiple game types quickly (platformer, RPG, shooter, puzzle)
- Preparing a baseline project with correct Godot settings and input mappings
Best practices
- Provide a clear, concise description of core mechanics and target platform
- Start with a minimal prototype template then iterate feature-by-feature
- Keep modules focused (player, UI, systems) and avoid cross-responsibility
- Review generated scripts and add project-specific logic rather than relying solely on templates
- Use version control and commit generated scaffolding before heavy edits
Example use cases
- Generate a 2D platformer skeleton with player physics, camera follow, and level manager
- Create an RPG baseline with character, inventory, and combat system templates
- Reorganize an existing project: standardize directories, separate UI and gameplay scripts
- Produce a multiplayer-ready project outline with networking stubs and sync patterns
- Scaffold multiple level scenes and a UI menu system for rapid playtesting
FAQ
Templates and checks target Godot 4.x; compatibility detection notifies when adjustments are needed.
Can it modify an existing project safely?
Yes — it analyzes the project and proposes a refactor plan; always back up or commit before applying changes.
Does it generate complete gameplay logic?
It scaffolds robust templates and core systems, but project-specific mechanics and polish usually require manual implementation.