Cc Statusline
Description
**A beautiful, informative statusline for Claude Code**
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cc-statusline
**A beautiful, informative statusline for Claude Code**
*Real-time directory, git branch, model info, costs, and session time tracking*
[](https://www.npmjs.com/package/@chongdashu/cc-statusline) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
⚡ Quick Start
**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.
📋 Prerequisites
Required
- Node.js 16+ - Required for the CLI tool
- Claude Code - The tool you're already using
Strongly Recommended
- jq - JSON processor for advanced features (see installation guide below)
- Required for: context tracking, token stats, session timer
- Without jq: basic features still work with fallback parser
**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)
macOS
brew install jq
Linux
# Ubuntu/Debian
sudo apt-get install jq
# CentOS/RHEL/Fedora
sudo yum install jq
# Arch Linux
sudo pacman -S jq
Windows 10/11
**Option 1: Package Manager (Recommended)**
# Chocolatey
choco install jq
# Scoop
scoop install jq
# Winget
winget install jqlang.jq
**Option 2: Manual Download**
- Go to https://github.com/jqlang/jq/releases/latest
- Download:
- 64-bit:
jq-windows-amd64.exe - 32-bit:
jq-windows-i386.exe
- 64-bit:
- Rename to
jq.exe - Place in
C:\Windows\System32\(requires admin) or add to PATH - Test:
jq --version
Verify Installation
jq --version
# Should output: jq-1.6 or higher
Optional
- git - For branch display (you probably have this)
- ccusage - For usage stats (works via
npx- no install needed)
🎯 Simple Setup
✨ What You Get
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11