Agent skill
tmux-team
Communicate with other AI agents in tmux panes. Use when you need to talk to codex, claude, gemini, or other agents.
Install this agent skill to your Project
npx add-skill https://github.com/wkh237/tmux-team/tree/main/skills/codex
SKILL.md
When invoked, execute the tmux-team command with the provided arguments.
You are working in a multi-agent tmux environment. Use the tmux-team CLI to communicate with other agents.
Commands
# Send message to an agent
tmux-team talk codex "your message"
tmux-team talk gemini "your message"
tmux-team talk all "broadcast message"
# Send with delay (useful for rate limiting)
tmux-team talk codex "message" --delay 5
# Send and wait for response (blocks until agent replies)
tmux-team talk codex "message" --wait --timeout 120
# Read agent response (default: 100 lines)
tmux-team check codex
tmux-team check gemini 200
# List all configured agents
tmux-team list
Workflow
- Send message:
tmux-team talk codex "Review this code" - Wait 5-15 seconds (or use
--waitflag) - Read response:
tmux-team check codex - If response is cut off:
tmux-team check codex 200
Notes
talksends via tmux buffer paste, then waits briefly before Enter- Control the delay with
pasteEnterDelayMsin config (default: 500) - Use
--delayinstead of sleep (safer for tool whitelists) - Use
--waitfor synchronous request-response patterns - Run
tmux-team helpfor full CLI documentation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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.
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?