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

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
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
👀 See Also

McPherson AI releases two new QSR operations skills on ClawHub: food cost diagnostics and labor leak auditing
Two new free skills have been published on ClawHub: qsr-food-cost-diagnostic catches COGS issues weekly with a four-lever diagnostic, and qsr-labor-leak-auditor provides daily labor tracking with mid-week alerts to prevent overspend.

Claude Hindsight: Observability Tool for Claude Code Sessions
Claude Hindsight is an open-source observability layer for Claude Code that captures tool calls, tokens, and errors into an explorable dashboard. The creator used it to refactor an open-source project in a single 11-hour session with 733 tool calls and 692.8M cache tokens.

Claude AI Ranks Every YC Spring 2026 Startup — Full Pipeline Details
A Reddit user ran Claude on every YC Spring 2026 startup, scraping LinkedIn and press to assign S-to-D tiers. Most landed B or C.

Ninetails Memory Engine V4.5: Int8 Quantization + LRU Cache Cuts Local MCP Memory to 60MB
The Ninetails Memory Engine V4.5 uses Int8 scalar quantization and LRU cache eviction to reduce vector storage from 6KB to 1.5KB per embedding, keeping the entire engine at 40-60MB RAM. It combines 70% vector similarity with 30% BM25 search in a fully local SQLite implementation.