From wkh237-tmux-team
Sends messages to and reads responses from AI agents running in tmux panes. Use for multi-agent workflows with codex, gemini, or other CLI agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wkh237-tmux-team:codexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked, execute the tmux-team command with the provided arguments.
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.
# 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
tmux-team talk codex "Review this code"--wait flag)tmux-team check codextmux-team check codex 200talk sends via tmux buffer paste, then waits briefly before EnterpasteEnterDelayMs in config (default: 500)--delay instead of sleep (safer for tool whitelists)--wait for synchronous request-response patternstmux-team help for full CLI documentationnpx claudepluginhub wkh237/tmux-teamControls tmux panes and enables cross-pane AI agent communication using tmux-bridge CLI with atomic type, keys, read commands and read-before-act enforcement.
Sends commands to other CLI agents or scripts in tmux panes. Supports shell execution with exit code detection and agent-to-agent message passing.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping output. Useful for automating interactive TTY tasks and running multiple coding agents in parallel.