asset-gen
|
pinned to #05cebffupdated 3 weeks ago
Ask your AI client: “install skills/asset-gen”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/asset-genmetahub onboarded this repo on the author's behalf.
If you own github.com/htdt/godogen on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
4,442
Last commit
3 weeks ago
Latest release
published
- #claude
- #claude-code
- #claude-code-skill
- #codex
- #codex-cli
- #codex-skill
- #game-development
- #godot
- #godot4
- #skills
About this skill
Pulled from SKILL.md at publish time.
Generate PNG images (Gemini or xAI Grok) and GLB 3D models (Tripo3D) from text prompts. These are paid APIs — every call costs real money. Tools live at `${ASSET_GEN_SKILL_DIR}/tools/`; run from the project root and keep runtime-loaded outputs under `${RUNTIME_ASSET_DIR}/`.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.05cebff· 3 weeks ago
Documentation
41Description qualitywarn
13 words · 86 chars — skills use the description as their trigger; aim higher — manifest description is empty; graded the GitHub repo description instead
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
4,107 chars · 5 sections · 1 code block
Tags / topics declared
10 total — claude, claude-code, claude-code-skill, codex, codex-cli, codex-skill (+4)
README has usage / example sections
found: Getting started
Homepage / docs URL declared
https://x.com/alex_erm
Release history
1- releasecurrent05cebffwarn3 weeks ago
Contents
Godogen
Autonomous game development for Godot, Bevy, and Babylon.js with Claude Code and Codex.
Describe a game. The agent builds it, generates assets, runs the engine, and proves the result — as a live game you watch and steer, or as a recorded video when you're not there. It reads the situation and decides which, in the run.
This repo is not a game. It is the source for a generator that produces games: godogen -> game repo -> game. You publish into a fresh game repo — choosing engine and host-agent flavor — then the agent runs inside that repo and builds the actual game from a short engine guide.
Source layout
A published repo is intentionally thin: a runtime manifest, a one-page engine guide, and the asset-generation skill. The agent recreates everything else (project scaffold, capture tooling) from the guide.
prompts/runtime.md— the runtime manifestasset-gen/— the cross-engine asset-generation skillengines/babylon.md,engines/godot.md,engines/bevy.md— per-engine guides- publish.sh — renders the runtime layout for the chosen engine and host agent
Engine and host agent (Claude vs Codex) are publish-time render choices, not separate source trees.
What the agent does
- Godot 4 — C#/.NET projects with build-time scene generation, runtime scripts, and Jolt physics.
- Bevy — Rust/Bevy projects with code-first ECS scenes and offscreen capture.
- Babylon.js — TypeScript/Vite browser games served at a live URL.
- Asset generation — Gemini for precise references and characters, xAI Grok for textures and simple objects, Tripo3D for image-to-3D and rigged biped animation; animated sprites via Grok video with loop detection and background removal.
- Proof over claims — the agent judges results from the running game (a live URL or a recorded clip), not from a clean compile, so visible defects drive the next iteration.
- You choose your involvement — watch the live game (a Babylon.js URL, or a Godot/Bevy project you run) and steer at decision points, or leave the run unattended and get a 15–20s proof recording at the end. The agent takes its cue from how you frame the task.
Getting started
Prerequisites
- Godot 4 (.NET build) on
PATHfor Godot projects - Rust/Cargo for Bevy projects
- Node.js 22.12+ and npm for Babylon.js projects
- Chrome or Chromium with hardware WebGL2 for Babylon.js browser capture
- Python 3 with pip
- API keys as environment variables:
GOOGLE_API_KEY— Google AI Studio for Gemini image generationXAI_API_KEY— xAI Grok for image/video generationTRIPO3D_API_KEY— Tripo3D for 3D generation
- System packages from setup.md:
vulkan-tools,xvfb,ffmpeg,imagemagick, plus platform-specific extras - Tested on Ubuntu, Debian, and macOS
- Claude Code or Codex
Publish a game repo
Pick the engine and host agent:
./publish.sh --engine godot --agent claude --out ~/my-game # CLAUDE.md + .claude/skills/
./publish.sh --engine babylon --agent codex --out ~/my-game # AGENTS.md + .agents/skills/
./publish.sh --engine bevy --agent claude --out ~/my-game
Pass --force to wipe existing contents at the target before re-publishing.
Running on a server
A full generation run can take hours, so it's convenient to offload it to a server — ideally a GPU instance, since engine rendering and video capture are much faster with hardware acceleration.
- Keep the session alive across SSH drops with
tmuxorscreen. - Enable remote control so you can check in and steer the run from any device — both Claude Code and Codex have official remote-control interfaces.
Changelog
See CHANGELOG.md.
Follow progress: @alex_erm
Reviews
No reviews yet. Be the first.
Related
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
orchestration-patterns
>
mh install skills/asset-gen