Cc Poor Mans Statusline — AI skill for Claude Code
Lightweight custom statusline for Claude Code showing usage limits, model availability, and context window.
How to install Cc Poor Mans Statusline
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open alexfazio/cc-poor-mans-statusline and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cc Poor Mans Statusline does
Lightweight custom statusline for Claude Code showing usage limits, model availability, and context window.
Alternatives in AI
- Claude Usage Tracker — Native macOS menu bar app for tracking Claude AI usage limits in real-time 2.2k ★
- Token Monitor — Local-first desktop widget for tracking token usage, costs, and limits across 32+ AI coding tools—including Cl 1.8k ★
- Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
README
Poor Man's Statusline
Lightweight custom statusline for Claude Code with Powerline-style segments, usage limits, reset timers, and context monitoring.
Features
- Powerline-style segments with colored backgrounds and smooth arrow transitions
- Reset timers showing countdown AND absolute time until limits reset (e.g., "2h11m @ 10pm")
- Real-time API usage (5-hour and 7-day limits)
- Per-model availability (Opus and Sonnet with distinct colors)
- Context window monitoring with auto-compact warning
- 1-minute smart caching
- Automatically adapts to your Claude Pro tier (basic or higher)
Example Output
**Claude Pro (higher tiers with 7-day limits):**
opus-4-5 project main
5h 27% 2h11m @ 10pm 7d 34% 4d2h @ Dec 2
Opus 34% Sonnet 20%
**Claude Pro (basic tier):**
sonnet-4-5 project main
5h 45% 3h30m @ 2pm
**Color scheme:**
- Magenta: Model name, Opus limit
- Yellow: Project directory
- Green: Git branch
- Cyan: Usage percentages
- Blue: Reset countdowns, Sonnet limit
- Gray: Context info
Prerequisites
- Claude Code (installed and authenticated)
jq- JSON processorcurl- HTTP client- Terminal with 256-color support
# macOS
brew install jq
# Ubuntu/Debian
sudo apt-get install jq
Installation
# 1. Clone the repository
git clone https://github.com/alexfazio/cc-poor-mans-statusline.git
cd cc-poor-mans-statusline
# 2. Make the script executable
chmod +x statusline.sh
3. Configure Claude Code
Add the statusline to your `~/.claude/settings.json`:
{
"statusLine": {
"type": "command",
"command": "/path/to/cc-poor-mans-statusline/statusline.sh"
}
}
Replace `/path/to/` with the actual location where you cloned the repo. For example:
~/Documents/GitHub/cc-poor-mans-statusline/statusline.sh~/projects/cc-poor-mans-statusline/statusline.sh
**Tip:** You can also use `~` for your home directory in the path.
Your credentials at `~/.claude/.credential
Related Skills
Claude Usage Statusline
Dependency-free Claude Code statusline: model, context usage, 5h/weekly rate limits, tokens, cost — one line.
Claude Code Status Line
A custom status line script for Claude Code that displays context window usage, git status, and model informat
ClaudeCodeStatusLine
Custom status line for Claude Code showing model, tokens, rate limits, and git info in real-time.
Pw Claude Usage Widget
Always-on-top Windows widget showing your Claude Code usage — 5h, weekly & per-model limits with reset timers
LLM Usage Widget
macOS menu-bar & Windows system-tray app showing real-time usage limits for Claude, Codex & GitHub Copilot.
ClaudeCode Launchpad CLI
9 Windows & macOS 2-minute installer for Claude Code — auto-installs Node.js, Git & Claude Code; two-line live
Related Agents
Claude Code Research Agent
Senior Anthropic researcher specializing in Claude Code CLI - researches latest context window and model avail
Core AI Expert
Read-only Core AI reviewer. Use when working with custom .aimodel/.aimodelc assets, AIModel integration, model
Context Optimizer
Meta utility agent for token and context optimization. Spawn when needing to compress agent prompts, optimize