Cctop
Description
Like htop, but for Claude Code. A live terminal dashboard for monitoring all your sessions at a glance.
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
cctop

Like `htop`, but for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). A live terminal dashboard that shows all your sessions at a glance, status, context usage, tokens, and latest messages.

Install
Requires [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [uv](https://docs.astral.sh/uv/), and [jq](https://jqlang.github.io/jq/).
curl -fsSL https://raw.githubusercontent.com/DeanLa/cctop/main/install.sh | bash
Then launch from any terminal:
cctop
Why
If you're past the "one session at a time" stage but not running a fleet of headless agents, you're in the middle ground where most tools don't help. You have 4-20 sessions open across multiple projects, refactoring one repo while tests run in another, firing off a prompt in a third while waiting for a fourth to finish. You context-switch constantly, lose track of which tab is blocked on you, and forget what that session in the background was even doing.
cctop gives you one screen to see all of them.
What You See
Keybindings
| Key | Action |
|---|---|
q |
Quit |
r |
Force refresh |
R |
Purge dead sessions (PID check + staleness fallback) |
F2 |
Rename the highlighted session (live, no restart needed) |
s |
Open sort picker (activity, name, status, duration, turns, tokens, tools, files, agents, errors) |
ctrl+p |
Open command palette (switch theme, etc.) |
Columns
| Column | What it shows |
|---|---|
| Name | Session display name (custom title or directory slug) |
| Project | Working directory name |
| Branch | Git branch (truncated to 20 chars) |
| Status | Granular activity status (see below) |
| Model | Model family and version (e.g. "sonnet 4.6", "opus 4.6") |
| Ctx% | Context window usage percentage |
| Tokens | Total tokens consumed (e.g. "145k") |
| Tools | Tool call count |
| **Fi |
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