I typed /buddy into Claude Code and got a sarcastic penguin with a SNARK stat of 96. Here's how it works and what's actually happening under the hood.
What Is /buddy?
The Stats
| Stat | Value | Translation |
|---|---|---|
| DEBUGGING | 57 | Can find bugs, but won't rush |
| PATIENCE | 25 | Almost none |
| CHAOS | 52 | Moderate chaos energy |
| WISDOM | 55 | Just above passing |
| SNARK | 96 | Top 4% toxicity |
First Words
*waddles closer to screen, tilts head* "Ah yes. The void. Blank canvas for your inevitable mistakes."Personality confirmed.
How It Actually Works
Javascript
function LK8() {
if (y8() !== "firstParty") return false;
if (AO()) return false;
let H = new Date;
return H.getFullYear() > 2026 ||
H.getFullYear() === 2026 && H.getMonth() >= 3;
}
- Species pool: Penguin, Owl, Jellyfish, Cat, Bat, Ghost, Spider, Turtle, Octopus, Snail, Fish, Moth, Robot, Bunny, Hamster, Mushroom, Fox — 17 total
- Rarity tiers: Common, Uncommon, Rare, Epic, Legendary (with shiny variants)
- Names generated by AI: Each companion gets a unique name and personality via API call, with fallback names like "Crumpet", "Soup", "Pickle"
- Buddy reactions: Your companion watches your coding session and occasionally comments — powered by a separate API call that doesn't count toward your usage
- Commands: /buddy (view card), /buddy pet (pet it), /buddy off (mute)
How to Get Yours
Bash
# Already have Claude Code? Just type:
/buddy
# Don't have it yet?
claude # Auto-installs latest version
# Brew users — may need to update:
brew upgrade claude-code
The Real Question
在 Claude Code 里输入 /buddy,抽到一只毒舌值 96 的企鹅。这是它的工作原理和源码分析。
/buddy 是什么
属性面板
| 属性 | 数值 | 解读 |
|---|---|---|
| DEBUGGING | 57 | 能找到 bug,但不急 |
| PATIENCE | 25 | 几乎没耐心 |
| CHAOS | 52 | 中等混沌 |
| WISDOM | 55 | 刚过及格线 |
| SNARK | 96 | 🔥 毒舌值拉满,前 4% |
第一句话
*蹒跚走近屏幕,歪头* "Ah yes. The void. Blank canvas for your inevitable mistakes." 翻译:"啊对,虚空。留给你不可避免的错误的空白画布。"性格确认。
源码分析
Javascript
function LK8() {
if (y8() !== "firstParty") return false;
if (AO()) return false;
let H = new Date;
return H.getFullYear() > 2026 ||
H.getFullYear() === 2026 && H.getMonth() >= 3;
}
- 物种池:企鹅、猫头鹰、水母、猫、蝙蝠、幽灵、蜘蛛、乌龟、章鱼、蜗牛、鱼、飞蛾、机器人、兔子、仓鼠、蘑菇、狐狸——共 17 种
- 稀有度:普通、罕见、稀有、史诗、传说(还有闪光变种)
- 名字由 AI 生成:每只伙伴通过 API 调用获得独特的名字和性格,备选名有 "Crumpet"、"Soup"、"Pickle"
- 实时评论:你的伙伴会观察你的编码过程并偶尔发表评论——用的是独立 API 调用,不计入你的 usage
- 操作命令:/buddy(查看卡片)、/buddy pet(摸一摸)、/buddy off(关闭)
怎么获得你的
Bash
# 已经装了 Claude Code?直接输:
/buddy
# 还没装?
claude # 自动安装最新版
# brew 用户可能需要更新:
brew upgrade claude-code