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

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
Tools

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps

A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.

OpenClawRadar
Brain: A Persistent Error Memory System for Claude Code via MCP
Tools

Brain: A Persistent Error Memory System for Claude Code via MCP

Brain is an open-source MCP server that gives Claude Code persistent, cross-project memory for errors and solutions. It captures error context, suggests proven fixes with confidence scores, and builds a weighted synapse network connecting errors, solutions, and code modules across all projects.

OpenClawRadar
Claude Desktop Feature Request: Session Start Hook for Automatic Initialization
Tools

Claude Desktop Feature Request: Session Start Hook for Automatic Initialization

A developer building persistent context systems for Claude Desktop identifies a gap: the User Preferences field only injects instructions when the user sends the first message, requiring manual triggers for initialization. They propose adding an "On Session Start" execution field that runs automatically when a new conversation opens.

OpenClawRadar
Claude Code vs. Codex: Real-World Build Test – 36 Files vs. 28, Infinite Loop, and $0.46 Cost Difference
Tools

Claude Code vs. Codex: Real-World Build Test – 36 Files vs. 28, Infinite Loop, and $0.46 Cost Difference

A developer pits Claude Code against Cursor's Codex on two real tasks: a PR triage bot and a WebSocket code review UI. Claude built 36 files in 12 minutes with zero TypeScript errors; Codex produced a working UI but hit an infinite React loop. Cost difference: ~$0.46.

OpenClawRadar