Claude Code utility skills for customization and hacks.
🔍 Browse & pick skills interactively:
npx skills find webup/skills-cc🌐 Install all skills globally:
npx skills add webup/skills-cc -g🎯 Install only buddy-reroll globally:
npx skills add webup/skills-cc -s webup-buddy-reroll -gReroll your /buddy companion to any species and rarity — including ✨ legendary. Also rename your companion and give it a custom personality.
Claude Code's buddy system is deterministic: hash(userID + SALT) always produces the same pet. This skill brute-forces a userID that maps to your desired combination.
API users: works directly. Pro/Max subscribers: the skill auto-detects
accountUuidand walks you through an OAuth setup that bypasses the lock — no manual steps needed.
Invoke in Claude Code:
# Interactive — choose species, rarity, name, personality
/webup-buddy-reroll
# Reroll only
/webup-buddy-reroll dragon legendary
# Reroll + rename in one shot
/webup-buddy-reroll dragon legendary 沧海九粟 爱打盹的小龙
# Rename only (natural language)
/webup-buddy-reroll rename to Nimbus, personality: sarcastic robot
🐾 18 Species:
| 🦆 duck | 🪿 goose | 🫧 blob | 🐱 cat | 🐉 dragon | 🐙 octopus |
| 🦉 owl | 🐧 penguin | 🐢 turtle | 🐌 snail | 👻 ghost | 🦎 axolotl |
| 🦫 capybara | 🌵 cactus | 🤖 robot | 🐰 rabbit | 🍄 mushroom | 🐷 chonk |
💎 5 Rarities: ★ common (60%) · ★★ uncommon (25%) · ★★★ rare (10%) · ★★★★ epic (4%) · ★★★★★ legendary (1%)
After reroll, restart Claude Code and run /buddy to meet your new companion! 🎉
⚠️ Note: Requires Bun runtime (Bun.hash()matches Claude Code's internal hashing). Node.js will produce wrong results.
Generate and install a custom Claude Code status line — pick your elements, color theme, and prefix icon.
Choose what to display (model, context bar, output style, git branch, directory, vim mode), pick a theme (Gruvbox Dark, Dracula, Robbyrussell, Minimal), and select a prefix icon for the output style indicator.
Invoke in Claude Code:
# Interactive — pick elements, theme, icon
/webup-statusline
# Quick theme selection
/webup-statusline dracula
# Natural language
/webup-statusline minimal with git and context bar
🎨 4 Themes:
| Theme | Style |
|---|---|
| 🌾 Gruvbox Dark | Warm retro — teal, aqua, yellow, green |
| 🧛 Dracula | Modern dark — purple, pink, cyan |
| 💎 Robbyrussell | Classic oh-my-zsh — red dir, green arrow |
| 🪶 Minimal | Clean — no decoration, dim separators |
Output example (Gruvbox Dark):
✦ Opus 4.6 | [■■■■■■■■■■□□□□□□□□□□] 49% | ✦thinking | ◆ my-project | ⎇ main
⚠️ Note: Requiresjqfor JSON parsing in the generated status line script.
MIT