What problem does it solve?
Many game developers and artists need consistent, centered pixel art assets at exact pixel dimensions with clean transparent backgrounds, but generating, cleaning, and rasterizing images manually is slow and error-prone. This Skill automates the end-to-end process of producing pixel art sprites and tilesets via Gemini's web UI and post-processes them into production-ready PNGs.
Core Features & Use Cases
- Automated Gemini generation: Build and submit pixel-art prompts, select Pro/Flash models, and handle Gemini's German UI via Chrome MCP automation.
- Reference-guided and edit workflows: Upload up to 14 reference images or an existing sprite to preserve style or perform targeted edits.
- Background removal & rasterization: Support chroma-key, ML (BiRefNet/ToonOut), or Adobe Express removal and rasterize output to exact target sizes (square or WxH) with configurable margins.
- Use Case: Produce a 32x32 centered character sprite from a textual prompt with a magenta chroma-key background, then automatically remove the background and export a transparent PNG into ./Assets/.
Quick Start
Generate a 32x32 pixel art sword centered on a magenta background using the Pro model and save the processed transparent PNG to ./Assets/.