Back to Feed
r/ClaudeAI
by uppinote
New
Built a Status Line Plugin for Claude Code - See Context, Rate Limits, and Cost in One Line
4 points
2 comments
100% upvoted
View on Reddit
Content
Got tired of typing `/context` every time I wanted to check my usage in Claude Code, so I built a plugin that shows everything in the status line.
## What it does
**claude-dashboard** displays real-time session info in a single line:
🤖 Opus │ ████████░░ 80% │ 160K/200K │ $1.25 │ 5h: 42% (2h30m) │ 7d: 69%
**Features:**
- Context usage with progress bar (color changes: green → yellow → red)
- 5-hour rate limit % with reset countdown
- 7-day usage (all models + Sonnet-only for Max plan)
- Session cost tracking
- Auto language detection (English/Korean)
## The Build Process
Started with Claude Code's `/plugin-dev:create-plugin` which scaffolded the basic structure.
## Installation
/plugin marketplace add uppinote20/claude-dashboard
/plugin install claude-dashboard
/claude-dashboard:setup
**Setup options:**
/claude-dashboard:setup # Auto-detect language, Max plan
/claude-dashboard:setup en pro # English, Pro plan
/claude-dashboard:setup ko max # Korean, Max plan
Works with both Max and Pro plans. Pro automatically shows only the 5-hour limit since that's what matters for that tier.
## GitHub
https://github.com/uppinote20/claude-dashboard
Open to feedback and PRs! First time building a Claude Code plugin, so there might be room for improvement.
---
Anyone else building Claude Code plugins? Would love to see what others are working on.
Comments
No comments fetched yet
Comments are fetched when you run cortex fetch with comment fetching enabled