Turns geometric shapes in browser games into readable pixel art sprites using code-only 2D arrays, no external files. Built around a tiered system: South Park style characters for named personalities (Altman, Zuckerberg, etc.) with expression spritesheets, real logos for brands, and procedural pixel art for everything else. The silhouette-first approach is smart, 16x16 sprites work better than you'd expect, and the character scale guide (tiny pickups at 8x8, bosses at 32x32, personalities at 32x48) saves you from guessing. Includes pre-built archetypes for humanoids, flying enemies, collectibles, and a shared palette system. Good for when you're tired of circles representing zombies and want your game entities to have actual visual identity.
npx skills add https://github.com/opusgamelabs/game-creator --skill game-assets