godot-project-creator

Generate Godot 4.x project scaffolding and scene templates from natural language descriptions.

40|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/hhhh124hhhh/godot-mcp --skill godot-project-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-project-creator
Source: https://github.com/hhhh124hhhh/godot-mcp/tree/main/.claude/skills/godot-skills/sub-skills/godot-project-creator
Command: npx skills add https://github.com/hhhh124hhhh/godot-mcp --skill godot-project-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of Godot project skeletons and scene structures from natural language, enabling rapid scaffolding and adherence to best practices.

Core Features & Use Cases

  • Project architecture design: automatically identify game type (2D/3D, platformer, RPG) and generate an optimized, modular directory structure.
  • Full project structure generation: creates standard directories (assets, scripts, scenes, data) and organizes resources by feature.
  • Smart configuration: configures project.godot settings, input mappings, and rendering settings based on project needs.
  • Scene templates: provides main scene templates, UI scenes, and game logic scenes ready to customize.

Quick Start

Use the godot-project-creator skill to generate a complete project skeleton from a natural-language description, e.g., "Create a 2D platformer with Player, Level, UI, and Camera setup."

Frequently Asked Questions about godot-project-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Godot project structure from a natural language description?

Godot project scaffolding can be generated by providing a natural language description of your game. This skill analyzes your input to create standard directories, scene templates, and modular architectures for Godot 4.x projects.

Can I automatically set up input mappings and rendering settings for a Godot 4.x game?

Yes, automated smart configuration sets up project.godot settings, input mappings, and rendering parameters. These configurations are applied based on the specific needs identified from your natural language project description.

What is the best way to scaffold a modular 2D platformer architecture in Godot?

Scaffolding a modular 2D platformer involves identifying the game type and generating an optimized directory structure. This skill creates standard folders for assets, scripts, scenes, and data while providing main scene templates ready for customization.

Does this Godot project creator support both 2D and 3D game development templates?

Yes, it supports both 2D and 3D game development by automatically identifying the game type from your description. It then generates appropriate modular architectures, standard directories, and scene templates for the specified project.

What scene templates are generated when setting up a new Godot project?

Scene templates generated include main scenes, UI scenes, and game logic scenes. These templates are created alongside the full project structure to provide a ready-to-customize starting point for your game development workflow.