·orchestrator
</>

orchestrator

first-fluke/fullstack-starter

CLI サブエージェントを並行して生成し、Serena メモリを介して調整し、進行状況を監視する自動化されたマルチエージェント オーケストレーター

2インストール·0トレンド·@first-fluke

インストール

$npx skills add https://github.com/first-fluke/fullstack-starter --skill orchestrator

SKILL.md

Important This skill orchestrates CLI subagents via gemini -p "..." --approval-mode=yolo. It uses Serena Memory as a shared state bus. Each subagent runs as an independent process.

| MAXPARALLEL | 3 | Max concurrent subagents | | MAXRETRIES | 2 | Retry attempts per failed task | | POLLINTERVAL | 30s | Status check interval | | MAXTURNS (impl) | 20 | Turn limit for backend/frontend/mobile | | MAXTURNS (review) | 15 | Turn limit for qa/debug | | MAXTURNS (plan) | 10 | Turn limit for pm |

PHASE 1 - Plan: Analyze request -> decompose tasks -> generate session ID PHASE 2 - Setup: writememory("orchestrator-session.md") + writememory("task-board.md") PHASE 3 - Execute: Spawn agents by priority tier (never exceed MAXPARALLEL) PHASE 4 - Monitor: Poll every POLLINTERVAL; handle completed/failed/crashed agents

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/first-fluke/fullstack-starter --skill orchestrator
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

orchestrator とは?

CLI サブエージェントを並行して生成し、Serena メモリを介して調整し、進行状況を監視する自動化されたマルチエージェント オーケストレーター ソース: first-fluke/fullstack-starter。

orchestrator のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/first-fluke/fullstack-starter --skill orchestrator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/first-fluke/fullstack-starter