Usachi Pet
Use this skill when the user wants to install, reinstall, repair, or locate the Usachi / 乌萨奇 Codex pet.
What This Skill Provides
- A Codex v2 pet manifest at
pet/usachi/pet.json. - A v2 spritesheet at
pet/usachi/spritesheet.webp. - The spritesheet is
1536x2288, arranged as 8 columns by 11 rows with 192x208 cells. - Rows 9 and 10 contain the 16 look directions required by
spriteVersionNumber: 2.
Install Workflow
- Resolve the Codex home directory:
- Use
$CODEX_HOMEwhen it is set. - Otherwise use
~/.codex.
- Use
- Create the target directory
pets/usachiunder Codex home. - Copy this skill's
pet/usachi/pet.jsonandpet/usachi/spritesheet.webpinto that target directory. - Confirm
pet.jsoncontains"spriteVersionNumber": 2and"spritesheetPath": "spritesheet.webp". - Tell the user to restart Codex if the pet list was already open.
One-Line Install Commands
PowerShell:
irm https://raw.githubusercontent.com/2809728882/usachi-codex-pet/main/install.ps1 | iex
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/2809728882/usachi-codex-pet/main/install.sh | sh
Notes
- Do not alter unrelated pets.
- If an existing
pets/usachidirectory exists, replace onlypet.jsonandspritesheet.webp. - The packaged pet was validated before publishing; if reinstalling, no image regeneration is needed.