Herdr Claude Usage Multi
Description
Claude plan usage gauges in the Herdr sidebar - Session/Week %, color escalation, countdown to reset, multi-account via CLAUDE_CONFIG_DIR profiles
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
herdr-claude-usage-multi
Claude plan usage gauges in the [Herdr](https://herdr.dev) spaces sidebar - multi-account aware.
Every workspace row shows how much of the Claude subscription its panes are burning:
● my-project
main ✚2
■■■■■□□□□□ 51/17
- Gauge = 5-hour session window, numbers = session/week utilization in percent.
- The exact percentages Claude Code shows in
/status- no estimation, no extra login, zero plan tokens spent. - Row color escalates as usage grows: default green, yellow at 70%, red at 90% (worse of the two windows).
- An exhausted window (100%) turns the row into a countdown until usage unblocks:
⏳ back in 47m · 20:50
The countdown targets the latest reset among exhausted windows (a fresh session does not help while the week window is still spent) and ticks with minute precision - computed locally, no extra API calls.
prefix+u(optional keybinding below) opens a detail popup: big meters, both windows, reset times, all accounts.
Multi-account
If you run several Claude Code profiles (one `CLAUDE_CONFIG_DIR` per folder - work and personal, for example), each workspace shows the account its panes actually run, mapped by pane cwd. Workspaces mixing both accounts get the majority account. With a single default account there is nothing to configure.
Install
herdr plugin install iamhouser/herdr-claude-usage-multi
Add the gauge rows to `~/.config/herdr/config.toml` (the plugin reports exactly one of the four token variants per space; rows without a token are skipped, so regular spaces stay compact):
[ui.sidebar.spaces]
rows = [
["state_icon", "workspace"],
["branch", "git_status"],
[{ token = "$cu", fg = "#a6e3a1" }],
[{ token = "$cu_warn", fg = "#f9e2af" }],
[{ token = "$cu_hot", fg = "#f38ba8", bold = true }],
[{ token = "$cu_out", fg = "#f38ba8", bold = true }],
]
Optional popup keybinding:
[[keys.command]]
key = "prefix+u"
type = "shell"
command = '"$
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11