Download package
Install Pixel Corgi
Download the zip package, or copy a terminal command that installs this Codex pet into $HOME/.codex/pets/pixel-corgi.
CODEX_PETS_API_BASE=https://codexpets.org npx codex-pets add pixel-corgiCodex pet package
A compact corgi companion for testing animal-style Codex pet movement and waiting loops.
PetWidget + SpriteAnimator
Switch animation rows, tune scale, and test floating behavior before installing this Codex pet locally.
Download package
Download the zip package, or copy a terminal command that installs this Codex pet into $HOME/.codex/pets/pixel-corgi.
CODEX_PETS_API_BASE=https://codexpets.org npx codex-pets add pixel-corgipet.json
Save this file as pet.json inside the local package folder for this Codex pet.
{
"id": "pixel-corgi",
"displayName": "Pixel Corgi",
"description": "A compact corgi companion for testing animal-style Codex pet movement and waiting loops.",
"spritesheetPath": "spritesheet.webp"
}Assets
Atlas
Use the preview controls above to check idle, movement, waiting, failed, and review rows before installing.
mkdir "$HOME/.codex/pets/pixel-corgi" cp pet.json "$HOME/.codex/pets/pixel-corgi/pet.json" cp spritesheet.webp "$HOME/.codex/pets/pixel-corgi/spritesheet.webp" # In Codex /pet
How to use
Use the live preview to switch animation rows and confirm the spritesheet follows the shared Codex pet atlas.
Download the package zip, or save spritesheet.webp and pet.json into a folder named after this pet id.
Copy both files into ~/.codex/pets/<pet-id>/ so Codex can discover the custom pet package.
Use /pet inside Codex, then select the installed pet from the local custom pet list.