status-line-live
Installation
SKILL.md
status-line-live
Custom status line renderer adding live session data to Claude Code: token metrics, session titles, git state, and cost tracking.
Distinguished from the built-in /status_line command -- this is the
renderer and its supporting scripts.
Components
| File | Role |
|---|---|
scripts/statusline.sh |
Main renderer (called by Claude Code via stdin JSON) |
scripts/get-session-tokens.sh |
Token data extraction from session JSONL |
docs/architecture.md |
Data flow, caching, troubleshooting |