What problem does it solve? Creating a Codex-compatible animated pet requires producing a precise 8x11 sprite atlas with 9 animation states and 16 look directions, plus deterministic validation and packaging, which is impractical to do by hand. ## Core Features & Use Cases - End-to-End Pet Generation: Creates a base character from text, reference art, or researched brand cues, then generates all 9 standard animation rows and 16 look directions via the imagegen skill. - Deterministic Assembly and QA: Bundled Python scripts extract frames, mirror running-left, compose atlases, suppress chroma spill, and validate every cell before packaging. - Repair and Upgrade Workflows: Accepts existing 8x9 or 8x11 atlases, repairs failed rows or look cells, and repackages them with spriteVersionNumber 2. - Use Case: Give the assistant a company name; it researches the brand, designs a mascot, generates all animation rows, validates them, and installs a ready-to-use pet package under the Codex pets directory. ## Quick Start Ask the assistant to hatch a new Codex pet named after your brand or character idea and package it as a v2 spritesheet.