Cli Harness Statusline
Description
A minimal and functional statusline for Cursor (CLI) Agnet & 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
CLI Harness Statusline
A minimal and functional statusline for [Cursor (CLI) Agnet](https://cursor.com/cli) & [Claude Code](https://claude.com/product/claude-code)
Installation + usage
One-liner (auto-detects Go vs release)
curl -sL https://raw.githubusercontent.com/5c077m4n/cli-harness-statusline/refs/heads/master/install.sh | bash
[!IMPORTANT] Always inspect scripts before piping them into your shell. You can review [install.sh](./install.sh) first.
Configuration
The statusline is configured via `~/.config/cli-harness-statusline/config.json`. All fields are optional — any omitted field falls back to its default.
{
"segments": {
"model": { "disable": false }, // Show current AI model name
"folder": { "disable": false }, // Show working directory name
"git": { "disable": false }, // Show git branch and dirty state
"worktree": { "disable": false }, // Show git worktree name
"pr": { "disable": false }, // Show PR number and review state
"agent": { "disable": false }, // Show active agent name
"session": { "disable": false }, // Show session name (truncated)
"context": { "disable": false }, // Show context usage bar and percentage
"cost": { "disable": false }, // Show total cost, duration, lines
"token": { "disable": false }, // Show input/output token counts
"cache": { "disable": false }, // Show cache status and hit ratio
"vim": { "disable": false }, // Show vim INSERT/NORMAL mode
"autorun": { "disable": false }, // Show "auto" when autorun enabled
"max": { "disable": false }, // Show "max" when max mode enabled
"fastMode": { "disable": false }, // Show "fast" when fast mode enabled
"effort": { "disable": false }, // Show effort level
"thinking": { "disable": false }, // Show "think" when thinking enabled
"rateLimit": { "disable": false }, // Show rate limit usage percentages
"exceeds": { "disable": false } // Show 200k+ context warning marker
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