Agent Tmux Toolkit
Description
tmux-based workflow for running multiple Claude Code agents in parallel
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
Agent Tmux Toolkit
A tmux-based workflow for running multiple AI agents in parallel with **compound engineering integration** - snippet support, session management, and git worktree integration.
What it looks like

*The agent-flow menu (Option+F) orchestrating work across PLAN, WORK, and REVIEW panes*
Features
- 3-pane layout: PLAN | WORK | REVIEW for parallel agent workflows
- Compound workflow orchestration: PLAN -> WORK -> REVIEW -> COMPOUND loop
- Pane-aware snippets: Shows relevant snippets based on current pane
- Cross-pane handoffs: Transfer context between panes with smart templates
- Task-based sessions: Name sessions by task ID for easy navigation
- Git worktree integration: Isolated branches for parallel development
- Multi-agent delegation: Spawn multiple agent sessions at once
- Status dashboard: View all agent sessions at a glance
- Copy/paste: Extract pane content to clipboard or paste into panes
- Session manager: Interactive session/pane management
- Desktop notifications: Optional alerts when agents need attention
Installation
# Clone the repo
git clone https://github.com/YOUR_USERNAME/agent-tmux-toolkit.git
cd agent-tmux-toolkit
# Run installer
./install.sh
Quick Start
# Start a new agent session
agent-session
# Start a task-specific session
agent-session --task auth-fix
# Spawn multiple parallel agents
agent-delegate task-1 task-2 task-3
# View all agent sessions
agent-status
# Open the interactive manager
agent-manage
Keybindings
| Key | Action |
|---|---|
Option+S |
Open snippet picker (pane-aware) |
Option+F |
Open workflow flow orchestrator |
Option+H |
Handoff context between panes |
Option+D |
Open status dashboard |
Option+M |
Open agent manager |
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity