Cursor Agent 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
Cursor (CLI) Agent Statusline
A minimal and functional statusline for [Cursor (CLI) Agnet](https://cursor.com/cli)
Installation + usage
One-liner (auto-detects Go vs release)
curl -sL https://raw.githubusercontent.com/5c077m4n/cursor-agent-statusline/master/install.sh | bash
[!IMPORTANT] Always inspect scripts before piping them into your shell. You can review [install.sh](./install.sh) first.
This will:
- Install the binary via
go installif Go is found, or download a pre-built release otherwise - Automatically configure the statusline in
~/.config/cursor/cli-config.jsonand/or~/.config/claude/settings.json(whichever exist) usingjq
Manual steps (if you prefer to do it yourself)
{
"statusLine": {
"type": "command",
"command": "/cursor-agent-statusline"
}
}
Replace `$CURSOR_CONFIG` above with the actual path (`~/.config/cursor` by default).
Screenshot

Benchmarks (using [hyperfine](https://github.com/sharkdp/hyperfine))
See the latest results in [CI run](https://github.com/5c077m4n/cursor-agent-statusline/actions/workflows/ci.yaml?query=branch%3Amaster) under the Benchmarks step summary.
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