A community collection of custom Codex-compatible animated pets. Each pet lives in its own directory under pets/ so the collection can grow without mixing package files.
| Pet | Description | Package |
|---|---|---|
| MetaByte | A cheerful red-panda systems builder with a coder's patience and a market tactician's focus. | Codex v2 · 9 animations · 16 look directions |
pets/
└── <pet-id>/
├── pet.json
├── spritesheet.webp
├── README.md
├── contact-sheet.png
├── look-directions.png
└── previews/
Only pet.json and spritesheet.webp are required for installation. Preview media is included to make community review easier.
For MetaByte:
mkdir -p ~/.codex/pets/metabyte
cp pets/metabyte/pet.json pets/metabyte/spritesheet.webp ~/.codex/pets/metabyte/Create pets/<pet-id>/, keep the manifest ID aligned with the directory name, and include the pet's validated spritesheet. See CONTRIBUTING.md for the expected package contract and review checklist.
The repository, pet packages, and included preview assets are released under the MIT License.
