
webup/skills-cc
2 skills1.6k installs236 starsGitHub
Install
npx skills add https://github.com/webup/skills-ccSkills in this repo
1Webup StatuslineThe webup-statusline skill generate and install a custom Claude Code status line with selectable columns (model, context, effort level, git, dir, worktree, vim) and a color theme. Context and effort elements color-change based on level. Triggers on "status line", "statusline", "customize status", "status bar", "effort level display", "状态栏", "ステータスライン", or similar. # Status Line Generator Generate a custom Claude Code status line script with your choice of columns and a color theme. Installs directly to `~/.claude/settings.json`. ## How It Works Claude Code supports custom status lines via a shell script configured in `~/.claude/settings.json`. The script receives session JSON on stdin (model, context window, workspace, vim, worktree, etc.) and prints formatted text to stdout. This skill generates a bash script tailored to your preferences and installs it automatically. ## Script Directory **Important**: All scripts are located in the `scripts/` subdirectory of this skill. **Agent Execution Instructions**: 1. Determine this SKILL.md file's directory path as `SKILL_DIR` 2.1.3kinstalls2Webup Buddy Rerollwebup-buddy-reroll is a webup/skills-cc skill that rerolls Claude Code /buddy companions by brute-forcing a userID whose Bun.hash (xxHash64) seed yields a target species and rarity tier. Three scripts ship in scripts/: reroll.mjs (species+rarity search up to 1,000,000 iterations), oauth-setup.mjs (Pro/Max OAuth bypass), and rename.mjs (name and personality). Choose among 18 species (duck, dragon, axolotl, capybara, etc.) and 5 rarity tiers from common (60%) to legendary (1%, ~1800 iterations). Requires Claude Code >= 2.1.89, Bun via npx, and writes to ~/.claude.json with companion cleared before restart. Pro/Max subscribers run an OAuth workflow so accountUuid does not lock the companion seed. Invoke on reroll buddy, change companion, or rename buddy requests.382installs