Agent skill
tmux-team
Coordinate with other AI agents running in tmux panes. Use this skill when you need to delegate tasks, request reviews, or collaborate with agents like Codex, Gemini, or other Claude instances.
Install this agent skill to your Project
npx add-skill https://github.com/wkh237/tmux-team/tree/main/plugins/tmux-team/skills/tmux-team
SKILL.md
Multi-Agent Coordination with tmux-team
You are working in a multi-agent tmux environment. Use the tmux-team CLI to communicate with other AI agents running in different panes.
When to Use This Skill
- Delegating specialized tasks to other agents (e.g., "Ask Codex to review this code")
- Broadcasting messages to all agents
- Checking responses from agents you've messaged
- Coordinating parallel work across multiple agents
Commands (use --wait for better token utilization)
# Send and wait for response (recommended)
tmux-team talk codex "your message" --wait
tmux-team talk gemini "your message" --wait --timeout 120
# Broadcast to all agents
tmux-team talk all "message for everyone" --wait
# List configured agents
tmux-team list
Workflow
The --wait flag blocks until the agent responds, returning the response directly:
tmux-team talk codex "Review this authentication code" --wait
# Response is returned directly - no need for a separate check command
Tips
- Always use
--wait- it's more token-efficient than polling withcheck - Use
--timeout 300for complex tasks that need more time - Use
--delay 5to add delay between messages (rate limiting) - Run
tmux-team learnfor a comprehensive guide
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tmux-team
Communicate with other AI agents in tmux panes. Use when you need to talk to codex, claude, gemini, or other agents.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?