/statusbar-doctor
Run cs doctor to diagnose why the status bar isn't showing what you expect
> /plugin marketplace add leeguooooo/claude-code-usage-bar > /plugin install claude-statusbar@claude-statusbar
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/statusbar-doctor
Context preview
What this command does when you run it.
Run cs doctor to diagnose why the status bar isn't showing what you expect
Command definition
statusbar-doctor.mddescription: Run cs doctor to diagnose why the status bar isn't showing what you expect allowed-tools: ["Bash"]
Status Bar — doctor
Run:
cs doctor
The output covers:
- Whether `cs` is on PATH and where it resolves to
- Version + Python interpreter
- Whether `~/.claude/settings.json` has our statusLine entry (and whether something else is occupying it)
- Last `last_stdin.json` cache age (i.e. is Claude Code actually pushing data)
- Terminal size and `TERM`
- Current resolved `style` / `theme` / `show_*` toggles
- Number of `/statusbar*` slash commands installed
Show the user the full output as-is. If anything is flagged with `✗`, point at that line specifically and propose the obvious next step (`cs --setup` to create the statusLine entry, `pip install -U claude-statusbar` to upgrade, etc.). Don't editorialize beyond what the output already says.
Your Claude Code usage, at a glance. 5h / 7d rate-limit bars, reset countdowns, model, context window, and prompt-cache freshness — inline in Claude Code's status line, or a floating HUD on the desktop app.
Other commands on claude-statusbar.
- /statusbar-preview
Render every style × theme combination using your real cached data
Open command - /statusbar-reset
Wipe the status-bar config back to defaults
Open command - /statusbar-style
Switch the status-bar style (classic / capsule / hairline)
Open command - /statusbar-theme
Switch the status-bar color theme (graphite / twilight / linen)
Open command - /statusbar
Show current status-bar config and list available styles + themes
Open command

