·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