Claude Agent Launcher banner
rhysheavensmith rhysheavensmith

Claude Agent Launcher

Development community

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 ct and 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

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