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.
Scanned 8/30/2026
Install to Claude Code
npx -y skills add TevvvB/termagitchi --skill pets-setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pets Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tevvvb-pets-setup)More formats (shields.io, HTML) on the badges page.
---
name: pets-setup
description: "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."
allowed-tools: Bash(pets:*), Bash(command:*)
---
Run the installer and report what it wired:
```sh
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:
```sh
brew install TevvvB/tap/termagitchi
go install github.com/TevvvB/termagitchi/cmd/pets@latest
```
Otherwise relay the installer's own output. It backs up any config it touches, and
`pets uninstall` reverses it. Tell the user to start a new session, because Claude
Code reads the status line and hooks at startup.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!