スキル一覧に戻る
wkh237

tmux-team

by wkh237

2🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: tmux-team description: 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.

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 with check
  • Use --timeout 300 for complex tasks that need more time
  • Use --delay 5 to add delay between messages (rate limiting)
  • Run tmux-team learn for a comprehensive guide

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です