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.
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_reacterror_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 once