explaingit

luigidefacci/godot-create-3d-assets

Analysis updated 2026-05-18

12GDScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

TLDR

An Agent Skill that lets Codex or Claude Code create, place, and visually validate 3D game assets inside the Godot 4 engine without Blender.

Mindmap

mindmap
  root((godot-create-3d-assets))
    What it does
      Builds props and buildings
      Integrates into terrain
      Captures review screenshots
    Tech stack
      GDScript
      Godot 4
      Godot MCP server
    Use cases
      Add enterable buildings
      Validate collision and navigation
      Match existing project style
    Audience
      Godot developers
      Codex users
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate a stylized 3D prop or building that matches an existing Godot project's look.

USE CASE 2

Automatically validate collision, navigation, and performance after placing a new asset.

USE CASE 3

Capture multi-angle screenshots of a new asset without disturbing the open editor session.

USE CASE 4

Reuse existing licensed project resources instead of generating assets from scratch.

What is it built with?

GDScriptGodot 4PythonMCP

How does it compare?

luigidefacci/godot-create-3d-assetsdee-dee-catorce/deskpublictsuishi/turntv
Stars121311
LanguageGDScriptGDScriptGDScript
Setup difficultymoderatemoderateeasy
Complexity3/52/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Godot 4, Python 3, and a working Godot MCP server in addition to Codex or Claude Code.

You can use, modify, and distribute this project freely, including for commercial purposes, as long as you keep the copyright notice.

In plain English

This repository is an Agent Skill that teaches Codex or Claude Code how to create, place, and check 3D game assets inside the Godot 4 game engine, without needing Blender or any outside asset generator. It can build props, landmarks, enterable buildings, vegetation, and terrain features directly using Godot's own geometry tools, while trying to match the visual style already present in the project and reusing licensed resources that are already there. Once a piece is built, the skill does not just drop it into the scene and stop. It checks that the object sits correctly on the terrain, that a player can walk around or through it as intended, that navigation and interaction still work, and that performance stays reasonable. It can also take screenshots from multiple angles in the background, without disturbing the person's open editor or game session, so the result can be reviewed visually before anyone judges it by eye in person. To use it, a person needs Godot 4 installed, either Codex or Claude Code with support for Agent Skills, Python 3 for some bundled helper scripts, and a Godot MCP server, which is a small program that lets the AI agent inspect and control a Godot project through a defined set of commands. The skill is installed by copying its folder into the Codex or Claude Code skills directory, and it can then either be invoked directly with a slash command or triggered automatically when a matching request comes in. The skill is careful about what it changes on someone's machine. At the start of a task it checks which capabilities the connected Godot MCP actually supports, and if something needed is missing, it reports the gap rather than silently trying to install, rebuild, or reconfigure anything. It will only modify or rebuild an MCP server if the user explicitly authorizes that first. This design lets the same skill work across different Godot MCP implementations and different agent tools without making unexpected changes to a developer's setup. The project is written mostly in GDScript, Godot's own scripting language, and is released under the MIT license.

Copy-paste prompts

Prompt 1
Use godot-create-3d-assets to build an enterable alchemist workshop that matches this project's style and integrate it near the village road.
Prompt 2
Set up a Godot MCP server and connect it to Claude Code so godot-create-3d-assets can inspect my scene.
Prompt 3
Ask godot-create-3d-assets to build a vegetation region and validate collision and performance afterward.
Prompt 4
Explain what capabilities godot-create-3d-assets checks for before it starts building an asset.

Frequently asked questions

What is godot-create-3d-assets?

An Agent Skill that lets Codex or Claude Code create, place, and visually validate 3D game assets inside the Godot 4 engine without Blender.

What language is godot-create-3d-assets written in?

Mainly GDScript. The stack also includes GDScript, Godot 4, Python.

What license does godot-create-3d-assets use?

You can use, modify, and distribute this project freely, including for commercial purposes, as long as you keep the copyright notice.

How hard is godot-create-3d-assets to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is godot-create-3d-assets for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.