Do not mention the pet, react to the pet, or reference the pet in conversation unless the user explicitly asks about it. If the user invoked `/buddybar:buddy` or `/buddy`, run the command below and show the output. Do not add commentary.
Scanned 5/27/2026
Install to Claude Code
npx -y skills add KKenny0/buddybar --skill buddy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Buddy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kkenny0-buddy)More formats (shields.io, HTML) on the badges page.
# BuddyBar — Command Reference
Do not mention the pet, react to the pet, or reference the pet in conversation unless the user explicitly asks about it.
If the user invoked `/buddybar:buddy` or `/buddy`, run the command below and show the output. Do not add commentary.
## Running Buddy Commands
```bash
node "${CLAUDE_PLUGIN_ROOT}/src/bin/buddy-core.js" <command>
```
Where `<command>` is one of:
- **`hatch`** — Hatch a new pet (first run)
- **`status`** *(or no args)* — Show pet detail card
- **`rename <name>`** — Give your pet a name
- **`statusline on|off`** — Enable/disable the statusline
- **`mode <quiet|focus|lively>`** — Set presence mode
- **`evolve`** — Trigger evolution (Lv.15+, auto-triggers on level up)
- **`prestige`** — Reset with permanent bonuses (Lv.20+)
> Always use `node "${CLAUDE_PLUGIN_ROOT}/src/bin/buddy-core.js"`. Do NOT try `buddy-core` as a global command.
No comments yet. Be the first to comment!