"Wire pets into this machine's Claude Code config, or say how to install the binary. Use when the user types /pets-setup or asks to set pets up."
Install
npx skillscat add tevvvb/termagitchi/pets-setup Install via the SkillsCat registry.
SKILL.md
Run the installer and report what it wired:
command -v pets >/dev/null 2>&1 && pets install --harness=claude || echo "not-installed"If that printed not-installed, the binary is missing. Do not try to install it
yourself - print these two options and stop:
brew install TevvvB/tap/termagitchi
go install github.com/TevvvB/termagitchi/cmd/pets@latestOtherwise relay the installer's own output. It backs up any config it touches, andpets uninstall reverses it. Tell the user to start a new session, because Claude
Code reads the status line and hooks at startup.