claude-statusline
templates

Templates

Ready-made profiles — a profile is a named composition of components placed into slots. Pick one, run its one-line installer, and your whole status line is set up.

loki12 components

The author's daily driver: a news ticker up top, a creatures stage, a session row (model · context · 5h + 7d limits · cost), a repo row (git · PR · burn · now-playing), and a stock ticker at the bottom.

Layout

topNews Ticker
middleCreatures
row 1Model Name · Context Usage · Rate Limit (5h) · Rate Limit (7d) · Session Cost
row 2Git State · Pull Request · Usage Burn Rate · Now Playing
bottomStock Ticker

Install

Paste into a terminal. Clones the plugin, wires the loader into settings.json, then writes and activates the profile.

curl -fsSL https://claude-statusline.vercel.app/install/loki.sh | bash
full12 components

Everything: news ticker on top, a creatures stage, a session row, a repo row, and a stock ticker at the bottom.

Layout

topNews Ticker
middleCreatures
row 1Model Name · Context Usage · Rate Limit (5h) · Rate Limit (7d) · Session Cost
row 2Git State · Pull Request · Usage Burn Rate · Now Playing
bottomStock Ticker

Install

Paste into a terminal. Clones the plugin, wires the loader into settings.json, then writes and activates the profile.

curl -fsSL https://claude-statusline.vercel.app/install/full.sh | bash
minimal5 components

Just the essentials on one row: model, context, the 5h limit, cost, and git.

Layout

row 1Model Name · Context Usage · Rate Limit (5h) · Session Cost
row 2Git State

Install

Paste into a terminal. Clones the plugin, wires the loader into settings.json, then writes and activates the profile.

curl -fsSL https://claude-statusline.vercel.app/install/minimal.sh | bash