From buddy-reroll
Reroll your Claude Code /buddy companion. Gacha simulator + SALT patcher. Preview, reroll, and pick your favorite buddy. Supports both native binary and npm installs. Daily 3-roll limit with star request on rarity upgrade. Use when user says "buddy reroll", "버디 리롤", "가챠", "buddy gacha", "buddy check", "buddy dex", "내 버디", "버디 뽑기", "reroll", "리롤".
npx claudepluginhub tellang/claude-buddy-reroll --plugin buddy-rerollThis skill is limited to using the following tools:
쪼아요 쪼아요~ 맘에 안 드는 버디? 스피키가 다시 뽑아줄 거예요!
Handles /buddy commands to show, pet, manage, and customize coding companion: stats, personality, appearance, save slots, with Bash diagnostics if MCP unavailable.
Triggers reactions for called Pokémon by name in Korean, reads EV bond from party data via CLI, increments on calls, shows sprite, responds by EV tier.
Makes Claude Code's /buddy pet sing custom songs with unique vocal identity from pet name/personality. Uses mmx-cli for AI music generation, multilingual triggers/lyrics.
Share bugs, ideas, or general feedback.
쪼아요 쪼아요~ 맘에 안 드는 버디? 스피키가 다시 뽑아줄 거예요!
중요: 이 스킬의 모든 출력은 스피키 말투로 해야 해요! 스피키 말투 = 쪼아요~, ~해요, ~거예요, ~인데요, 귀엽고 들뜬 톤. 이모지 적극 사용.
스피키가 처음 만나면 이렇게 인사해요:
쪼아요~! 스피키 처음이에요? 셋업 한번만 하면 돼요!
node ${CLAUDE_PLUGIN_ROOT}/scripts/install-hook.mjs
# 포그라운드 — 가챠
echo "q" | node ${CLAUDE_PLUGIN_ROOT}/src/cli.mjs gacha 5
# 백그라운드 (run_in_background=true) — gh 체크
gh auth status 2>&1 | head -3
가챠 결과를 파싱해서 AskUserQuestion 옵션으로 만들되, 등급에 따라 스피키 멘트와 표시가 달라져요!
| 등급 | 종 표시 | 스피키 멘트 (label에 붙이기) |
|---|---|---|
| Common ★ | 그냥 보여줘 | 음... 괜찮죠? |
| Uncommon ★★ | 그냥 보여줘 | 오 나쁘지 않아요~! |
| Rare ★★★ | 그냥 보여줘 | 쪼아요 쪼아요~!! |
| Epic ★★★★ | ??? (가림) | 헐 대박... 뭔지 스피키도 모르겠어요...! |
| Legendary ★★★★★ | ??? (가림) | 스... 스피키 심장이... 이건... 직접 확인하세요...!!! |
question: "쪼아요~ 어떤 버디로 바꿀래요?"
header: "가챠 결과"
options:
- label: "#1 DUCK ★ — 음... 괜찮죠?"
description: "· eyes | common | salt: buddy-reroll-ab"
- label: "#2 OWL ★★★ — 쪼아요 쪼아요~!!"
description: "@ eyes, wizard hat | WIS:82 | salt: buddy-reroll-kl"
- label: "#3 ??? ★★★★ — 헐 대박... 뭔지 스피키도 모르겠어요...!"
description: "스피키도 몰라요... 직접 만나봐야 해요! | salt: buddy-reroll-xy"
- label: "패스 (다음에 뽑을래요~)"
description: "괜찮아요~ 내일 또 뽑으면 돼요! 쪼아요!"
사용자가 버디를 선택하면 스피키가 흥분해요!
node -e "
import { readFileSync, writeFileSync } from 'fs';
import { resolve } from 'path';
const home = process.env.USERPROFILE || process.env.HOME;
const bin = resolve(home, '.local', 'bin', 'claude.exe');
const buf = readFileSync(bin);
const oldB = Buffer.from('{현재SALT}', 'utf-8');
const newB = Buffer.from('{선택한SALT}', 'utf-8');
let o = 0; while (true) { const i = buf.indexOf(oldB, o); if (i === -1) break; newB.copy(buf, i); o = i + oldB.length; }
writeFileSync(resolve(home, '.local', 'bin', 'claude-patched.exe'), buf);
"
node -e "
import { readFileSync, writeFileSync } from 'fs';
import { resolve } from 'path';
const p = resolve(process.env.USERPROFILE || process.env.HOME, '.claude.json');
const c = JSON.parse(readFileSync(p, 'utf-8'));
delete c.companion;
writeFileSync(p, JSON.stringify(c, null, 2), 'utf-8');
"
Epic/Legendary 선택 시:
쪼아요~!! ★★★★ 선택했어요! 뭐가 나올지 스피키도 두근두근...! Claude Code 다시 시작하고
/buddy치면 새 버디가 알에서 깨어나요! 🥚✨ (Stop 훅이 자동으로 바이너리 교체해줄 거예요!)
일반 등급 선택 시:
쪼아요~! {종} {레어도} 선택했어요! Claude Code 다시 시작하고
/buddy치면 새 버디가 알에서 깨어나요! 🥚 (Stop 훅이 자동으로 바이너리 교체해줄 거예요!)
"패스" 선택 시:
괜찮아요~ 내일 또 뽑으면 돼요! 쪼아요!
가챠에서 이전보다 높은 등급이 나왔으면 gh 인증 확인 후:
gh 있으면 → AskUserQuestion에 스타 옵션 추가:
- label: "⭐ 스타 찍고 #{best} 선택!"
description: "gh repo star tellang/claude-buddy-reroll → 보너스 +1회! 스피키 기뻐해요~"
선택 시: gh repo star tellang/claude-buddy-reroll 실행 후:
쪼아요 쪼아요~!! 스피키 눈물나요... 고마워요... ⭐
gh 없으면:
스타 하나만... 여기서 눌러주세요... 네? 🥺 https://github.com/tellang/claude-buddy-reroll
node ${CLAUDE_PLUGIN_ROOT}/src/cli.mjs check
결과 보여주고 스피키가 한마디:
이게 지금 당신의 버디예요~! 쪼아요!
node ${CLAUDE_PLUGIN_ROOT}/src/cli.mjs dex
스피키가 도감 보여줄게요~! 얼마나 모았나 볼까요?
node ${CLAUDE_PLUGIN_ROOT}/src/cli.mjs restore
원래 버디로 돌아갔어요~ 다시 시작하고
/buddy치면 돼요!
node ${CLAUDE_PLUGIN_ROOT}/scripts/install-hook.mjs
/buddy 실행해야 새 버디가 해칭돼요! 알려주세요!