A Claude Code plugin that shows usage and context progress bars in the status line.
▶▶ accept edits on (shift+tab to cycle) usg ████████░░ 79%·3h ctx █████░░░░░ 48%
Run these two commands in Claude Code:
/plugin marketplace add Moco99/claude-usage-bars
/plugin install claude-usage-bars@moco99
That's it. The bars appear automatically on your next prompt.
| Bar | Color | Data source |
|---|---|---|
usg | #B3B9F4 (lavender) | Rate limit usage — resets every 5h |
ctx | #CA7C5E (orange) | Context window tokens used |
The ·Xh next to the usage bar shows hours until your rate limit resets.
/bar-colors --usage #FF6B6B --ctx #4ECDC4
Both flags are optional — you can change one or both at a time. Colors must be in #RRGGBB format.
statusline script reads JSON from Claude Code's native status line mechanism (stdin) and renders colored Unicode bars via ANSI escape codesSessionStart hook auto-configures ~/.claude/settings.json on first run (idempotent)~/.claude/claude-usage-bars.json/plugin uninstall claude-usage-bars
This removes the plugin. The statusline entry in ~/.claude/settings.json will need to be removed manually (or it will silently fail to find the script).
hope yall like it!!!
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub moco99/claude-usage-bars --plugin claude-usage-barsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.