Claude Buddy Hatchery
Description
Reverse-engineered Claude Code companion hatchery — hunt, crack, and hatch your dream buddy
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Buddy Hatchery
A reverse-engineered reimplementation of the [Claude Code](https://docs.anthropic.com/en/docs/claude-code) companion hatching algorithm. Explore the buddy system, hunt for rare companions, or crack an ID that gives you the exact buddy you want.
English | [中文](./README.zh-CN.md)
Quick Start
curl -fsSL https://raw.githubusercontent.com/cminn10/claude-buddy-hatchery/main/hatch.py -o hatch.py
python3 hatch.py --crack # interactive mode — pick your dream buddy
python3 hatch.py --hunt # explore random rare companions
python3 hatch.py # hatch a random buddy
┌────────────────────────────────────────┐
│ ★★★★★ LEGENDARY DRAGON │
│ │
│ -+- │
│ /^\ /^\ │
│ < × × > │
│ ( ~~ ) │
│ `-vvvv-´ │
│ │
│ Biscuit │
│ "A legendary dragon of few words." │
│ ✨ SHINY ✨ │
│ │
│ DEBUGGING ███████░░░ 69 │
│ PATIENCE █████░░░░░ 53 │
│ CHAOS ███████░░░ 74 │
│ WISDOM ████████░░ 79 │
│ SNARK ██████████ 100 │
└────────────────────────────────────────┘
How It Works
Claude Code 2.1.89 introduced `/buddy` — a virtual companion that lives in your terminal. The companion's traits (species, rarity, stats, etc.) are **deterministically derived from your account identity**, not random per hatch.
The algorithm chain:
account ID + "friend-2026-401" → Bun.hash (wyhash) → 32-bit seed
↓
SplitMix32 PRNG
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11