← ClaudeAtlas

sessionlisted

The session CLI — this Claude Code session's identity and its usage of the plan's rate limits. Run `session` for the overview (id · name, the 5-hour and weekly rate-limit %s + reset times that actually gate the session, context fill, this session's share); `session whoami` for the id/title (pane-safe, e.g. to build a `claude --resume <id>` command or label output); `session usage [--all]` for per-session burn attribution; `session --guard` as a pacing gate for multi-agent fan-outs. Use when the user asks "how close are we to the limit", "how much is left", "when does it reset", "how full is the context", "how much has this/each session used", "which session is eating the budget", or "what's my session id / name" — and mid-task before/between waves of a big job to decide whether to keep spawning subagents. A per-turn hook (`session --hook`, transcript-suppressed) stays silent below `USAGE_WARN_PCT` (default 90) and injects the usage line + a ⚠ advisory only once a window crosses it — so absent a ⚠, usage is un
moiri-gamboni/roost · ★ 0 · DevOps & Infrastructure · score 69
Install: claude install-skill moiri-gamboni/roost
# session — identity + usage limits for the invoking Claude Code session One command, session-scoped. Example overview: ``` $ session ── session overview ─────────────────────────────── id e0671919-3e1a-4e37-8fe3-884e27703240 name Link session ID to usage tracking tool account you@example.com 5-hour █░░░░░░░░░ 13% resets to 0% in 1h33m (pace cap 69%) weekly █████░░░░░ 54% resets to 0% in 5d17h (pace cap 18%) context ███░░░░░░░ 31% (this session) share ≈3.1% of 5h · ≈1.0% of wk ($13.30 this 5h window; `session usage --all`) ────────────────────────────────────────────────── Fable 5 · cache 2s old ``` **5-hour** and **weekly** are the account-global caps that throttle the plan — shared across every session, agent, and model, so burning either fast in a fan-out blocks everything. **account** is the subscription login this session runs under (multi-login via `session account`): limits and attribution are keyed by it, so every figure here belongs to that login only — sessions on another login neither gate nor get counted against this one. **context** is this session's context-window fill. **share** is this session's estimated slice of each cap. | Command | Purpose | |---|---| | `session` | overview above | | `session whoami [--id\|--name\|--json]` | identity only: id + auto-title (pane-safe: `$CLAUDE_CODE_SESSION_ID` + ancestor walk — reports the session actually invoking it, correct across concurrent tmux panes). Resume poin