From oh-my-buddy
Show your buddy's profile, stats, level, achievements, garden, and session status. Use when the user wants to see their buddy or check progress.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-buddy:buddy-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user their buddy profile and current status.
Show the user their buddy profile and current status.
~/.claude/oh-my-buddy/buddy.json~/.claude/buddy-stats.jsonIf buddy.json doesn't exist, tell the user their buddy hasn't hatched yet and offer to detect it.
Present the buddy like this:
🐉 Meet [Name] the [Species]!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Rarity: ★★★ Rare
Eyes: ✦ Hat: wizard Shiny: No
📊 Personality Stats
CHAOS: ████████░░ 82
SNARK: █████████░ 91
WISDOM: ██████░░░░ 58
PATIENCE: ███░░░░░░░ 24
DEBUGGING: ███████░░░ 71
📈 Progress
Level: 7 (Baby stage)
XP: 340 / 500 to next level
Streak: 5 days (best: 12)
🏆 Achievements (4/12)
🩸 First Blood 🌱 Gardener 🍳 Hatcher 🔥 On Fire
🌱 Garden
[T] [T] [*] [i] [.] [.] [.] [ ] [ ] [ ]
😤 Session
Rage: ████░░░░░░ 40%
Commits: 3 | Tests passed: 7 | Errors: 2
If ~/.claude/oh-my-buddy/buddy.json doesn't exist:
~/.claude/.credentials.json or ~/.claude/config.json for the user's account UUIDsrc/buddy.js)~/.claude/oh-my-buddy/buddy.json🥚 An egg is cracking...
_*_
/ ^.^ \
| /| |\ |
|/ | | \|
\__~__/
🎉 Your buddy has hatched!
🐉 Meet Sparky the Dragon!
[... rest of profile ...]
If ~/.claude/buddy-stats.json doesn't exist, show the buddy profile without progress stats and say:
"Your buddy is ready! Start coding and watch them grow. Every commit, test pass, and file you create earns XP."
npx claudepluginhub p/anjieyang-oh-my-buddy-plugins-oh-my-buddyManages a coding companion via /buddy commands: show, pet, rename, stats, and more. Includes diagnostics for MCP server startup issues.
Configures the OMC HUD statusline display with layout presets (minimal, focused, full) and auto-setup. Useful for customizing Claude Code's status bar.