Setup Statusline banner
kylemoschetto kylemoschetto

Setup Statusline

Productivity community

Description

--- description: Set up a persistent context usage status line in Claude Code (one-time setup) --- # Status Line Setup This command sets up a persistent status bar at the bottom of your Claude Code terminal that shows real-time token usage with color-coded warnings. **This is a one-time setup** that applies to all your Claude Code sessions across all projects. --- ## What You'll Get A status bar showing: ``` Opus 4.5 | Used: 143k/200k | 6% until compact | in:0k cache:143k out:0k ``` - **G

Installation

Installs to ~/.claude/commands/kylemoschetto-vibe-md-templates-setup-statusline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kylemoschetto/vibe-md-templates/HEAD/.claude/commands/setup-statusline.md -o ~/.claude/commands/kylemoschetto-vibe-md-templates-setup-statusline.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository