BuddyBoard: A Competitive Leaderboard for Claude Code's /buddy Feature

✍️ OpenClawRadar📅 Published: April 21, 2026🔗 Source
BuddyBoard: A Competitive Leaderboard for Claude Code's /buddy Feature
Ad

What BuddyBoard Does

BuddyBoard takes Claude Code's /buddy feature — which generates a random AI companion with ASCII art and personality — and turns it into a competitive leaderboard system. The tool reads your Claude configuration, computes your buddy's stats deterministically, and submits them to a global ranking at buddyboard.xyz.

Key Features

  • Trading card system: Each buddy gets a trading card with one of 18 ASCII species
  • Five stats: Debugging, Patience, Chaos, Wisdom, and Snark
  • Rarity tiers: Common (60%), Rare, Epic, and Legendary (1%) — legendaries feature holographic shimmer CSS effects
  • BuddyDex: Tracks all 1,728 possible species/eye/hat combinations
  • Team features: Organization team dashboards for group competition
  • Embeddable cards: HTML cards for GitHub profile READMEs
Ad

How It Works

The buddy data is deterministic, using the same algorithm Claude Code employs: a Mulberry32 PRNG (pseudorandom number generator) seeded from your account hash. This means your buddy is consistently yours across sessions.

To use it: npx buddy-board

The tool reads your Claude config automatically, computes your buddy's stats, and submits them to the global ranking.

Technical Details

This is a community project built by a developer (u/Content-Berry-2848) and shared on Reddit. It's described as "just a fun project made this morning" but includes substantial functionality.

Website: https://buddyboard.xyz

GitHub: https://github.com/TanayK07/buddy-board

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also