orchestrating-tmux-claudes

Community

Coordinate AI teams in tmux for complex dev.

Authordbmcco
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the manual overhead and complexity of coordinating multiple AI agents for intricate, multi-stage development workflows, ensuring tasks are completed efficiently and reliably.

Core Features & Use Cases

  • Multi-AI Orchestration: Coordinate multiple AI instances (Claude Code, codex, ollama, haiku) in parallel or sequential workflows within tmux panes.
  • Auto-Recovery & Monitoring: Automatically detect and recover stuck agents, ensuring continuous progress and reducing manual intervention.
  • Role-Based Skill Loading: Enforce a coordinator-only role for the main Claude instance, preventing worker agents from self-orchestrating.
  • Use Case: Implement a complex TDD feature by delegating test writing, implementation, refactoring, and code review to specialized AI agents, all orchestrated from a single tmux session.

Quick Start

Launch a multi-AI tmux session

~/.claude/scripts/launch-claude-team.sh .

Attach to the session to begin orchestrating

tmux attach -t claude-team

Dependency Matrix

Required Modules

tmuxNode.jsClaude Code CLIGit

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: orchestrating-tmux-claudes
Download link: https://github.com/dbmcco/claude-agent-toolkit/archive/main.zip#orchestrating-tmux-claudes

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository