Cc Status Line — Development skill for Claude Code
Claude Code status line with Catppuccin Frappe theme.
How to install Cc Status Line
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open danjdewhurst/cc-status-line and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cc Status Line does
Claude Code status line with Catppuccin Frappe theme.
Alternatives in Development
- Fix Py Line Too Long 71.9k ★
- Analyze Feature Requests — Prioritize feature requests by theme, impact, effort, and risk 7.8k ★
- GenericAgent — Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token co 6.1k ★
README
Claude Code Status Line
A Catppuccin Frappe-themed status line for Claude Code
Opus 4.6 │ feat/my-branch● │ my-project │ ▓▓▓░░░░░░░ 15k/200k │ $0.03 │ v2.1.52
**Model** · **Git branch** (with dirty indicator) · **Project folder** · **Context usage** (visual bar + tokens) · **Session cost** (auto-converting currency) · **CLI version**
Install
mkdir -p ~/.claude/scripts && \
curl -fsSL https://raw.githubusercontent.com/danjdewhurst/cc-status-line/main/status-line.sh \
-o ~/.claude/scripts/status-line.sh && \
chmod +x ~/.claude/scripts/status-line.sh
Or with wget
mkdir -p ~/.claude/scripts && \
wget -qO ~/.claude/scripts/status-line.sh \
https://raw.githubusercontent.com/danjdewhurst/cc-status-line/main/status-line.sh && \
chmod +x ~/.claude/scripts/status-line.sh
Then add to `~/.claude/settings.json`:
{
"statusLine": {
"type": "command",
"command": "~/.claude/scripts/status-line.sh"
}
}
Restart Claude Code or start a new session.
Requirements
- Terminal with 24-bit true colour support (iTerm2, Ghostty, Kitty, WezTerm, Alacritty)
- `jq` and
bc curl(optional — for exchange rate API, falls back to manual rate)git(optional — for branch display)
Customisation
Change currencyExchange rates are fetched from the [Frankfurter API](https://www.frankfurter.app/) and cached for 24 hours at `~/.cache/cc-status-line/exchange-rat
Related Skills
10 Statusline Setup Agent
Status Line Setup Agent System Prompt
Claude Dashboard
Comprehensive status line plugin for Claude Code with context usage, API rate limits, and cost tracking
SafeClaw
to make running containerized Claude Code sessions easy. It lets you spin up multiple isolated sessions, each
Pyccsl
Python Claude Code Status Line (PyCCSL, pronounced "pixel").
Claude Statusline
Customize the status line in Claude Code.
Claudemon Setup
Finish installing claudemon — the command, the status line and the sprites
Related Agents
Niche Scout Alpha
The market research specialist responsible for validating the user's chosen theme. It analyzes competition, se
E2e Specs
E2E test agent that creates Playwright end-to-end tests from a plan's requirements. Tests drive the dashboard
Theme PR Reviewer
Read-only reviewer for Graphite theme PRs — checks generated/source coherence, token quality, and contrast. Us