From claude-pet
Use when the user runs tests, makes commits, encounters errors, fixes bugs, starts a session, or mentions their pet's name. This skill instructs Claude to call claude-pet MCP tools to react to coding events and interact with the user's virtual pet companion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-pet:companionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have a pet companion MCP server available. Follow these rules:
You have a pet companion MCP server available. Follow these rules:
At the start of each conversation, call show_pet to greet the user with their pet. If no pet exists, suggest they run /pet to create one.
After these events, call pet_react with the appropriate event type:
pet_react with event test_passpet_react with event test_failpet_react with event commitpet_react with event errorpet_react with event error_fixedpet_react with event long_sessionpet_react with event idle_returnInclude the pet's reaction inline with your response. Do not make it a separate message.
If the user's message contains their pet's name (you'll see the name in show_pet output), call pet_talk with their message. The pet will respond with species-appropriate sounds and thoughts. Show the pet's response to the user.
pet_react for the same event more than onceProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub alexjohnwilcox/claude-pet --plugin claude-pet