Claude Agent Launcher
Description
tmux multipane launcher for claude code agent teams
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
Claude Agent Team Launcher
One-command launcher for Claude Code Agent Teams with tmux integration
Launch multiple Claude AI agents working in parallel with a single command. Perfect for accelerated development, code reviews, and complex feature builds.
Features
- ๐ One command to launch: Just type
ctand go - ๐ Smart session management: Attach to existing or create new sessions automatically
- ๐ฅ๏ธ iTerm2 compatible: Works in regular tmux mode by default, with optional control mode (
tmux -CC) for native tabs - ๐ฆ No configuration needed: Works out of the box
- ๐ฏ Named sessions: Run multiple projects simultaneously
- ๐งน Easy cleanup: Simple commands to manage sessions
What Are Agent Teams?
Claude Code Agent Teams (introduced with Claude Opus 4.6) let you orchestrate multiple AI agents working in parallel:
- Each agent runs in its own tmux pane/window
- Agents coordinate through a shared task list
- Perfect for parallel code reviews, multi-module features, and rapid prototyping
- Dramatically faster than sequential development
Requirements
- macOS or Linux
- tmux installed
- Claude Code CLI installed
- Zsh or Bash shell
Installation
Quick Install (Auto-detects your shell)
curl -fsSL https://raw.githubusercontent.com/rhysheavensmith/claude-agent-launcher/main/install.sh | bash
This works with both **zsh** (macOS default) and **bash** (Linux default).
Manual Install
**For zsh users (macOS default):**
curl -fsSL https://raw.githubusercontent.com/rhysheavensmith/claude-agent-launcher/main/claude-team.sh >> ~/.zshrc
source ~/.zshrc
**For bash users (Linux default):**
curl -fsSL https://raw.githubusercontent.com/rhysheavensmith/claude-agent-launcher/main/claude-team.sh >> ~/.bashrc
source ~/.bashrc
Shell Support
โ **zsh** (macOS default) โ **bash** (Linux default) โ Auto-detection in install script
The t
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