·orchestrator
</>

orchestrator

first-fluke/fullstack-starter

自動化多代理協調器,並行生成 CLI 子代理,通過 Serena Memory 進行協調,並監控進度

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 Memory 進行協調,並監控進度 來源: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 中使用

這個 Skill 的原始碼在哪?

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