Node-based Claude Code statusline. Shows model, session cost, token usage, and git branch. Configurable segments via a JSON config.
npx mdskills install chongdashu/cc-statuslineRelated
@chongdashu? Sign in with GitHub to claim this listing.A beautiful, informative statusline for Claude Code

Real-time directory, git branch, model info, costs, and session time tracking
One command. Three questions. Custom statusline.
npx @chongdashu/cc-statusline@latest init
That's it! Answer a few simple questions, restart Claude Code, and enjoy your new statusline.
Without jq, your statusline will have LIMITED functionality:
- ❌ No context remaining percentage
- ❌ No token statistics from ccusage
- ❌ No session timer
- ⚠️ Basic fallback parser is used (less reliable)
brew install jq
# Ubuntu/Debian
sudo apt-get install jq
# CentOS/RHEL/Fedora
sudo yum install jq
# Arch Linux
sudo pacman -S jq
Option 1: Package Manager (Recommended)
# Chocolatey
choco install jq
# Scoop
scoop install jq
# Winget
winget install jqlang.jq
Option 2: Manual Download
jq-windows-amd64.exejq-windows-i386.exejq.exeC:\Windows\System32\ (requires admin) or add to PATHjq --versionjq --version
# Should output: jq-1.6 or higher
npx - no install needed)Enhance your Claude Code terminal with useful information:
~ abbreviationnpx ccusage@latest| Metric | Target | Typical |
|---|---|---|
| Execution Time | /dev/null |
ps aux | grep ccusage | grep -v grep
## 📊 Stats



## 🔗 Related Projects
- **[ccusage](https://github.com/ryoppippi/ccusage)** - Claude Code usage analytics (would not be possible with it!)
- **[Claude Code](https://docs.anthropic.com/en/docs/claude-code)** - Official documentation
## 👥 Contributors
We're grateful for all contributions that make cc-statusline better!
- **[Jonathan Borgwing (@DevVig)](https://github.com/DevVig)** - Critical performance fix for infinite ccusage process spawning ([#4](https://github.com/chongdashu/cc-statusline/pull/4))
### How to Contribute
Want to see your name here? Check out our [Contributing Guide](CONTRIBUTING.md) and help make cc-statusline even better!
We welcome:
- 🐛 Bug fixes and performance improvements
- ✨ New features and enhancements
- 📚 Documentation improvements
- 🧪 Test coverage and quality assurance
## 📝 Changelog
See [CHANGELOG.md](CHANGELOG.md) for detailed release history.
## 📄 License
MIT License - see [LICENSE](LICENSE) file for details.
---
**Made by [Chong-U](https://github.com/chongdashu) @ [AIOriented](https://aioriented.dev)**
Install via CLI
npx mdskills install chongdashu/cc-statuslinecc-statusline is a free, open-source AI agent skill. Node-based Claude Code statusline. Shows model, session cost, token usage, and git branch. Configurable segments via a JSON config.
Install cc-statusline with a single command:
npx mdskills install chongdashu/cc-statuslineThis downloads the skill files into your project and your AI agent picks them up automatically.
cc-statusline works with Claude Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.