Replaces geometric shapes in 2D games with pixel art sprites, all generated as code without external image files. You'd use this when your prototype circles and rectangles need to look like actual characters, enemies, and items. It audits your Phaser game entities, generates sprite data in a palette of your choice (dark, bright, or retro), and swaps out all the fillCircle and fillRect calls with pixel art. The standout bit is the Personality archetype system, which creates 32x48 recognizable caricatures when your game features a real person. Works through the whole pipeline including collision bounds adjustment and animation setup, though you'll want to verify physics interactions afterward since hitboxes may shift.
npx skills add https://github.com/opusgamelabs/game-creator --skill add-assets