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 documentationProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub wkh237/tmux-team