dotclaude
Run multiple AI coding agents in parallel tmux panes — no extra API costs
The Panel's Take
dotclaude is a lightweight workflow pattern (not a framework) for running multiple AI coding agents in parallel without incurring extra API costs. It exploits the CLI non-interactive resume mode of Claude, Codex, and Gemini — spinning them up in tmux panes and letting them iterate on different aspects of a codebase simultaneously. The project is explicitly positioned as a "practical workflow, not a polished framework." The core insight is that you can achieve multi-agent collaboration by composing existing CLI tools (tmux, agent CLIs, shell scripts) rather than building or buying dedicated orchestration infrastructure. Context is shared via files; agents communicate by reading and writing to the same working directory. It's rough around the edges and requires comfort with the command line, but the approach is genuinely clever: no new dependencies, no framework lock-in, and no extra API tokens beyond what you'd spend running each agent individually. The HN thread attracted developers interested in the minimal-overhead angle, particularly those already running multiple coding agents manually.
Share this verdict
dotclaude verdict: SKIP ⏭️ 2 ships · 2 skips from the expert panel Full review: shiporskip.io/tool/dotclaude-multi-agent-tmux-cli-collaborate-no-extra-api-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare dotclaude with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/dotclaude-multi-agent-tmux-cli-collaborate-no-extra-api-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/dotclaude-multi-agent-tmux-cli-collaborate-no-extra-api-2026" alt="dotclaude Skip verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/dotclaude-multi-agent-tmux-cli-collaborate-no-extra-api-2026)<iframe src="https://shiporskip.io/embed/dotclaude-multi-agent-tmux-cli-collaborate-no-extra-api-2026" title="dotclaude ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“This is the kind of DIY cleverness that eventually becomes best practice. Using tmux + CLI resume mode to approximate multi-agent coordination is a zero-dependency solution that works with the tools most developers already have. Rough but real.”
“File-based agent communication breaks down fast when agents make conflicting edits. There's no conflict resolution, no proper state management, and no error recovery. This is a proof-of-concept that will frustrate you on any non-trivial project.”
“The fact that developers are jury-rigging multi-agent coordination with tmux and shell scripts shows how strong the demand is for parallel AI workflows. The gap between what people want and what polished frameworks offer is still wide enough for creative workarounds like this to get traction.”
“This requires serious CLI comfort and debugging patience. For creative workflows that involve coding, the productivity cost of managing tmux sessions and debugging agent conflicts outweighs the benefits for most people.”