https://github.com/etr/groundwork-statusline
3-line statusline for Claude Code — model info, context usage, git/project context
https://github.com/etr/groundwork-statusline
Last synced: about 2 months ago
JSON representation
3-line statusline for Claude Code — model info, context usage, git/project context
- Host: GitHub
- URL: https://github.com/etr/groundwork-statusline
- Owner: etr
- Created: 2026-03-19T06:04:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-03T06:07:37.000Z (2 months ago)
- Last Synced: 2026-04-03T06:27:19.145Z (2 months ago)
- Language: Shell
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groundwork-statusline
A 3-line statusline for Claude Code showing model info, context window usage, and git/project context.

## What it displays
- **Line 1**: Model name, effort level, [bells-and-whistles](https://github.com/etr/bells-and-whistles) mute indicator
- **Line 2**: Context window bar chart with token usage, session utilization %, weekly utilization % (from Anthropic API, cached 5 min)
- **Line 3**: Current directory, git repo:branch, PR number, [groundwork](https://github.com/etr/groundwork) project
## Installation
Install via the groundwork marketplace:
```bash
claude plugin marketplace add etr/groundwork-marketplace
claude plugin install groundwork-statusline@groundwork-marketplace
```
Then run the install command inside Claude Code:
```
/groundwork-statusline:install
```
Restart Claude Code to see the statusline.
## Uninstallation
Inside Claude Code:
```
/groundwork-statusline:uninstall
```
Then restart Claude Code.
## Requirements
- `jq` — JSON parsing
- `python3` — credential/plugin path resolution
- `curl` — Anthropic usage API calls
- `gh` (optional) — PR number lookup
- `git` — repo/branch detection