{
  "markdown": "# rich-statusline\n\nA rich 5-line status line for [Claude Code](https://claude.ai/code) that shows everything you need at a glance after each response.\n\n## What it shows\n\n```\n~/projects/my-app  main ●  [style: concise]\nClaude Sonnet 4.6 │ effort: auto │ v2.1.87 │ id: abc123...\ncontext: 34k/200k │ tokens out: 22k │ cache hit: 54k  saved: $0.0015 (total: $0.42)\ncost: $0.031 (total: $1.240) │ session: 12m30s │ lines: +201 / -145\n5h limit: 17%  resets in 2h30m (14:32) │ 7d limit: 27%  resets in 3d14h\n```\n\n- **Line 1** — working directory, git branch, dirty indicator, output style\n- **Line 2** — model, effort level, Claude Code version, session ID\n- **Line 3** — context window usage, output tokens, cache hits + cumulative savings\n- **Line 4** — cost (session + total), session duration (with API time), lines added/removed\n- **Line 5** — 5-hour and 7-day rate limit usage with reset countdowns\n\n## Requirements\n\n- `jq` — `brew install jq` on macOS\n\n## Installation\n\nIn Claude Code, add this repo as a marketplace, then install the plugin:\n\n```\n/plugin marketplace add badoriie/rich-statusline\n/plugin install rich-statusline@badoriie\n```\n\nThen ask Claude to \"setup the statusline\" — it will invoke the bundled skill to configure `settings.json` automatically, pointing directly at the plugin's script.\n\n## Manual setup\n\nFind the script path, then add it to `~/.claude/settings.json`:\n\n```sh\nls ~/.claude/plugins/cache/badoriie/rich-statusline/*/scripts/statusline-command.sh\n```\n\n```json\n{\n  \"statusLine\": {\n    \"type\": \"command\",\n    \"command\": \"/absolute/path/from/above\"\n  }\n}\n```\n\nRestart Claude Code.\n\n## License\n\nMIT\n",
  "bytes": 1627,
  "sha": "460725b480e18ec46c41ac13ad63f46455bede088b0a0a04fe84f25d48f0782a",
  "repo_slug": "badoriie/rich-statusline",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_badoriie_rich_statusline_rich_statusline_49ebd053/readme"
}