AI Sprite Generator That Cleans Up After Itself
A Codex skill that turns text prompts into game-ready 2D sprites, layered maps, and playable prototypes, handling the cleanup and engine export so you don't have to.

What it does
Agent Sprite Forge is a pair of Codex skills—$generate2dsprite and $generate2dmap—that turn natural language prompts into game-ready 2D assets. Raw visuals come from built-in image generation, then local deterministic scripts handle chroma-key removal, frame extraction, alignment, and export to transparent PNGs, GIFs, or directly into Godot and Unity scene files. The README showcases playable prototypes, including a Unity WebGL survivors-like and a Godot tower defense, built entirely through this workflow.
The interesting bit
Most AI art tools stop at the image; this one treats the pipeline drudgery as the main feature. The agent plans multi-step map generation—ground base, dressed reference, prop packs—then outputs editable Godot TileMapLayer nodes with collision bodies, encounter zones, and debug players already wired. It is essentially an opinionated build system that uses an LLM as its frontend.
Key highlights
- Generates directional sprite sheets, spell effects, projectiles, and reference-guided character animations
- Produces layered RPG maps with y-sorted props, collision zones, and preview compositions
- Exports directly to Godot 4 scenes with
Sprite2Dprops,Area2Dtriggers, andStaticBody2Dcollision - Includes Unity WebGL workflow with content databases and playable scene wiring
- Local post-processing handles slicing, transparent export, and QA metadata without manual cleanup
Caveats
- The README is truncated mid-sentence in the Godot export section, leaving some implementation details incomplete
- It is unclear which image generation backend powers the renders, or what local dependencies the cleanup scripts require
Verdict
Try it if you prototype 2D games and want to automate the full asset pipeline from concept to engine. Skip it if you need hand-tuned pixel art with tight artistic control, since the workflow is agent-driven and generative.
Frequently asked
- What is 0x0funky/agent-sprite-forge?
- A Codex skill that turns text prompts into game-ready 2D sprites, layered maps, and playable prototypes, handling the cleanup and engine export so you don't have to.
- Is agent-sprite-forge open source?
- Yes — 0x0funky/agent-sprite-forge is open source, released under the MIT license.
- What language is agent-sprite-forge written in?
- 0x0funky/agent-sprite-forge is primarily written in Python.
- How popular is agent-sprite-forge?
- 0x0funky/agent-sprite-forge has 3.4k stars on GitHub and is currently cooling off.
- Where can I find agent-sprite-forge?
- 0x0funky/agent-sprite-forge is on GitHub at https://github.com/0x0funky/agent-sprite-forge.