By hummer98
Orchestrate multi-agent AI development in git worktrees: spawn parallel sub-agents (Master/Manager/Conductor/Agent) in terminal panes, assign/monitor tasks via CLI, collect Markdown artifacts, sync docs with git changes, analyze session histories, and auto-archive completed work.
npx claudepluginhub hummer98/cmux-team --plugin cmux-team会話中の知見をアーティファクトとして構造化・保存する
docs/spec/ と README を実装の現状に合わせて同期する
cmux-team プラグインの全コマンド・スキル一覧と起動条件を表示
Masterロールを読み込んでタスク待機する(/clear 後の再読み込み用)
直近タスクのサマリーを分析してロール・設計・CLAUDE.md の改善点を提案
完了タスクをアーカイブする(closed → archived)
要件を対話的にブレストし仕様を策定する
タスクの作成・一覧・クローズ・表示を管理する
タスクのセッション履歴を取得・分析する
events stream を監視して PR merge / conflict resolve / pull / escalation を自動処理する
タスクのセッション履歴を分析するスキル。 Triggers: 「T141 を分析」「タスクの履歴を見せて」「セッション履歴」 「trace task」「タスクのログ」「何が起きたか確認」等の発言。
Activated when running as a cmux-team sub-agent. Triggers: .team/team.json exists AND current session was spawned by Conductor (detect via: initial prompt contains "[CMUX-TEAM-AGENT]" marker). Provides: output protocol, task creation, inter-agent coordination.
cmux-team のメトリクス解析・cohort 比較・介入評価・複数 task 横断トレンド・ trace DB 探索を DuckDB SQL で行うスキル。Triggers: 「メトリクス解析」 「cohort 比較」「介入評価」「baseline 比較」「複数 task の傾向」「時系列 trend」 「trace DB から〜」「DuckDB で〜」「§11 spec の SQL を実行」等の発言。 per-task 履歴の分析は trace-task skill を使う(per-task 履歴 = trace-task / 複数 task・時系列・cohort = 本 skill)。
Use when reading GitHub issues / PRs (github.com or GitHub Enterprise) from the current project. Triggers: mention of an issue/PR number (e.g. "#272", "issue 272", "PR #42"), user asks to run `gh issue`, `gh pr`, `ghe issue`, `ghe pr`, wants to see review / comment status, or asks "show me open issues / review requests / recent closed PRs". Use `cmux-team issue` / `cmux-team pr` / `cmux-team gh` instead of invoking `gh` directly for READ operations — the local SQLite cache avoids rate limit exhaustion. Writing (create / comment / close / merge / review) still goes through `gh`.
cmux-team のヘルプ・リファレンス(読み取り専用)。使い方の説明、概念の解説、 CLI コマンドリファレンス、トラブルシューティングを提供する。 Triggers: 「cmux-team の使い方」「〜とは」「ヘルプ」「help」「how to」等の 質問・解説リクエスト。操作の実行自体は cmux-team スキルが担当。
Use when orchestrating multi-agent development via cmux. Triggers: .team/ directory exists, user says "team", "spawn agents", "parallel", "sub-agent", or any /team-* command is invoked. Provides: agent spawning, monitoring, result collection, synchronization protocols.
Use when synchronizing docs/ and README with the current implementation state. Triggers: user says "docs を同期", "ドキュメント更新", "仕様書更新", "README 更新", "sync docs", or /docs-sync command is invoked. Provides: git log analysis, task-based diff detection, docs/spec/ + README.md / README.ja.md update.
Multi-agent orchestration for Claude Code. 12 specialized agents working in parallel — planning, building, reviewing, debugging. Plus a Hub for always-alive multi-project sessions controllable from Telegram or Slack.
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Marketplace for the Agency CLI - an AI agent orchestrator
Display Claude agent status in tmux window names via workmux
MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2
AI team role and worker manager for multi-agent development workflows.
Manus-style context engineering for Claude Code Agent Teams. Coordinate multiple agents with shared planning files, structured task assignment, and persistent memory. Based on planning-with-files methodology.