Tmux Core Flow
Description
Deterministic monitoring & permission control for teams of Claude Code agents in tmux
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
tmux-core-flow
Deterministic state tracking and permission control for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) agents running in tmux.
[](https://github.com/dimaCaptain/tmux-core-flow/actions/workflows/ci.yml) [](LICENSE) [](https://www.python.org/downloads/)
Running several Claude Code agents at once, two things get tedious: knowing which one needs you, and approving a permission prompt for every safe tool call. This does both from Claude Code's own hooks β no screen scraping, no simulated keypresses, no background daemon.
- State β
claude-hook-notifyturns hook events into a colour on the tmux tab: π‘ working, π’ waiting for your approval, π΄ finished. It also writes timestamps and a paneβsession map to disk. - Permissions β
flow-approveis aPreToolUsehook that auto-approves tool calls except those matching analways_askdeny-list. - Survival β
flow-session-indexrecords which session ran in which window, so a reboot does not cost you the context of a dozen agents, andflow-synckeeps an encrypted copy of that state off the machine entirely.
No dashboard here β on purpose
You get the state, not a widget. The hard part is the state machine: knowing that a finished agent must *stay* red when its pane keeps printing, that green clears when a tool runs because that means you approved. Rendering is the easy part, and it is where everyone's needs differ β your columns are not mine.
So the tab colour is already a usable display on its own, and [`docs/state-format.md`](docs/state-format.md) documents every file this writes so you can build exactly the widget you want, in any language. That contract is stable and versioned; a dashboard shipped here would only rot.
How th
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