From claude-usage-bars
Change the colors of the usage and context bars in Claude Code's status line. Usage: /bar-colors --usage #RRGGBB --ctx #RRGGBB
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-usage-bars:bar-colors --usage <#hex> --ctx <#hex>--usage <#hex> --ctx <#hex>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to customize the bar colors for claude-usage-bars.
The user wants to customize the bar colors for claude-usage-bars.
Parse the --usage and --ctx hex color values from the arguments (either or both may be provided).
Validate each provided value: must match the pattern #[0-9A-Fa-f]{6}. If a value is invalid, tell the user and stop.
Read ~/.claude/claude-usage-bars.json (if it doesn't exist, start with defaults: usageColor "#B3B9F4", ctxColor "#CA7C5E"). Update only the keys that were provided in the arguments. Write the updated JSON back to ~/.claude/claude-usage-bars.json.
Confirm with a single line: "Updated: usg → ctx → "
npx claudepluginhub moco99/claude-usage-bars --plugin claude-usage-barsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.