luigidefacci/godot-create-3d-assets — explained in plain English
Analysis updated 2026-05-18
Generate a stylized 3D prop or building that matches an existing Godot project's look.
Automatically validate collision, navigation, and performance after placing a new asset.
Capture multi-angle screenshots of a new asset without disturbing the open editor session.
Reuse existing licensed project resources instead of generating assets from scratch.
| luigidefacci/godot-create-3d-assets | dee-dee-catorce/deskpublic | tsuishi/turntv | |
|---|---|---|---|
| Stars | 12 | 13 | 11 |
| Language | GDScript | GDScript | GDScript |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Godot 4, Python 3, and a working Godot MCP server in addition to Codex or Claude Code.
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.
An Agent Skill that lets Codex or Claude Code create, place, and visually validate 3D game assets inside the Godot 4 engine without Blender.
Mainly GDScript. The stack also includes GDScript, Godot 4, Python.
You can use, modify, and distribute this project freely, including for commercial purposes, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.