tmuxを使用した並列組織化開発プラグイン for Claude Code
このプラグインは、1つのClaude Code(マネージャー)が複数のClaude Codeインスタンス(開発者)を管理し、並列開発を実現します。tmuxのpane分割機能を活用して、複数の開発タスクを同時に進行させることができます。
ユーザー
↓ 指示・フィードバック
マネージャー(このClaude Code)
↓ タスクキュー管理・レビュー
┌──┴──┬──────┐
開発者1 開発者2 開発者N
(pane1) (pane2) (paneN)
Claude Codeのプラグインとしてインストール:
claude plugins add https://github.com/yourusername/tmux_pararel_dev_skills
tmux内でClaude Codeを起動し、以下のコマンドを実行:
/parallel-dev --workers 3 --task "Webアプリケーションの実装"
| パラメータ | 説明 | デフォルト |
|---|---|---|
--workers | 開発者の人数 | 3 |
--task | 実行するタスクの説明 | (必須) |
以下のキーワードを含む指示でもスキルが自動的に起動します:
=== タスクキュー ===
1. [優先度: 高] データベーススキーマの作成 → 開発者1に割り当て
2. [優先度: 高] API基盤の実装 → 開発者2に割り当て
3. [優先度: 中] 認証機能の実装 → 開発者3に割り当て
4. [優先度: 中] フロントエンド基盤 → 待機中
5. [優先度: 低] テスト作成 → 待機中
開発者からマネージャーへの報告形式:
| プレフィックス | 意味 |
|---|---|
::DEVN_DONE:: | タスク完了 |
::DEVN_QUESTION:: | 質問 |
::DEVN_ERROR:: | エラー発生 |
::DEVN_PROGRESS:: | 進捗報告 |
tmux_pararel_dev_skills/
├── .claude-plugin/
│ ├── plugin.json # プラグイン定義
│ └── marketplace.json # マーケットプレイス情報
├── commands/
│ └── parallel-dev.md # /parallel-devコマンド定義
├── skills/
│ └── tmux-parallel-dev/
│ ├── SKILL.md # スキル定義
│ ├── references/
│ │ ├── communication-patterns.md
│ │ └── task-templates.md
│ └── scripts/
│ └── setup-session.sh
└── README.md
ymmt
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub y-ymmt/tmux_pararel_dev_skillsManim(Mathematical Animation Engine)を使用してTTSナレーション・BGM付きのアニメーション動画を作成するプラグイン
Display Claude agent status in tmux window names via workmux
Multi-agent development orchestration with Claude Code + cmux. Spawn, monitor, and integrate parallel sub-agents visually in terminal panes.
TMUX session awareness and process management for running services in dedicated panes
MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2
Provides tmux-cli skill, to allow Claude-Code to interact with CLI scripts or other code-agents in tmux panes, using the `tmux-cli` command
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.