godot-procedural-model

Generate placeholder 3D props by kitbashing primitives and exporting GLB files.

8|3|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/arthur0n/xenodot-forge --skill godot-procedural-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-procedural-model
Source: https://github.com/arthur0n/xenodot-forge/tree/main/plugin/skills/godot-procedural-model
Command: npx skills add https://github.com/arthur0n/xenodot-forge --skill godot-procedural-model

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to hunt for quick placeholder 3D assets when you need a scene to read clearly during early Godot prototyping.

Core Features & Use Cases

  • Procedural prop generation: Builds discrete low-poly .glb models from simple primitives like boxes, cylinders, and cones.
  • Fully local workflow: Runs headlessly inside Godot with built-in GLTF export, so no Blender, web catalogues, or AI services are required.
  • Prototype-ready output: Produces reusable placeholder furniture and items that can be instanced into scenes with collision and later replaced by sourced final assets.
  • Use case: Quickly create a table, lamp, or crate for a greybox level so the space feels complete before final art arrives.

Quick Start

Ask the assistant to generate a local placeholder prop with this Skill and export it as a .glb for your Godot project.

Frequently Asked Questions about godot-procedural-model

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

FAQPage Schema
How do I generate placeholder 3D props for greyboxing in Godot?

Generate placeholder 3D props in Godot by kitbashing primitive meshes into low-poly models and exporting them as GLB files. This creates programmer-art assets like furniture and items for prototype scenes without needing external 3D modeling software.

Can I create GLB models locally without using Blender or web catalogs?

Yes, you can create GLB models locally without Blender or web catalogs by running a headless Godot execution with built-in GLTFDocument export. This fully local workflow builds discrete props directly within your Godot project environment.

How does procedural modeling with primitive meshes work for rapid prototyping?

Procedural modeling for rapid prototyping works by combining simple geometric primitives like boxes, cylinders, and cones into discrete low-poly assets. These kitbashed meshes are exported as reusable GLB specifications for deterministic regeneration.

Does this Godot procedural prop generator require external dependencies or 3D software?

No, this Godot procedural prop generator requires no external dependencies or 3D software. It relies entirely on headless Godot execution and built-in GLTF export to produce prototype-ready placeholder assets locally.

What is the best way to replace placeholder kitbashed assets with final game art?

The best way to replace placeholder kitbashed assets is to instance the generated GLB models into your scenes with collision, then swap them out for sourced final 3D art when it arrives. The reusable prop specifications ensure deterministic regeneration during development.

When should I not use procedural primitive kitbashing for 3D asset creation?

You should not use procedural primitive kitbashing for final game art or complex high-poly models. This approach is strictly limited to generating low-poly placeholder props for early Godot prototype scenes that need fast discrete items.