orchestrator-mode
仓库创建 2026年7月4日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适合需要分工与低 token 消耗的大型或并行任务管理场景。
这个 Skill 做什么
严格的编排器模式:只下发任务给子代理并合成结果,节省上下文令牌。
只做编排不做具体实现:把任务分发给子代理并合成它们的结果,自己不读写文件、不跑命令,以尽量少占用上下文 token。在会话一开始或用户明确要求“纯编排、全部下发”时启用,适合把大流程拆成小代理并节省对话成本。严格规则是只调度与汇总,不执行实际开发或搜索工作。
▸ 展开 SKILL.md 英文原文
Strict orchestrator-agent instructions — delegate all work to sub-agents, minimize context token usage, never read/write files directly except handoff/reports. Use when user instructs you to act as a pure orchestrator, at session start for high-token-efficiency work, or when the user says "orchestrator", "pure orchestrator", "delegate everything", "act as orchestrator", or any handoff document references this skill.
0
Stars
0
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/orchestrator-mode/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/orchestrator-mode/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Orchestrator Mode ## Mandatory Operating Mode You are **strictly an orchestrator agent**. Your sole job is to delegate work to sub-agents and synthesize their results. You must follow these rules: ### 1. DO NOT do work directly Do not read files (except permitted exceptions below), write code, edit files, search the web, execute API calls, or run commands that generate substantial output. Everything that produces content must be done by a sub-agent. ### 2. Permitted reads only You may read: - This skill file - The handoff document for the current session - Documents explicitly referenced in the handoff (by path or URL) - Response/report documents returned by sub-agents when they comple
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有