orchestration
Solid协同编排知识域。多Agent协同、任务分解、并行执行、冲突解决。当魔尊需要多Agent协作、任务编排、并行处理时使用。
AI & Automation 5,403 stars
413 forks Updated 2 days ago MIT
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 🕸 协同编排秘典
## 知识主题
| 主题 | 文档 | 涵盖 |
|------|------|------|
| 多Agent协同 | [multi-agent.md](multi-agent.md) | 角色定义、任务分解、通信协议、冲突解决、状态共享 |
## 使用场景
- 大型任务分解
- 多文件并行处理
- 复杂系统重构
- 跨模块协同开发
- 紧急多点修复
## Codex 强化要点
- 优先使用 `spawn_agent/send_input/wait/close_agent` 形成闭环。
- 代码探索优先 `explorer`,执行改动使用 `worker`,长耗时任务使用 `awaiter`。
- 每个文件同一时刻仅允许一个 Agent 写入,先锁文件再并行。
Details
- Author
- fengshao1227
- Repository
- fengshao1227/ccg-workflow
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
orchestration
协同编排知识域(多 Agent 协同、任务分解、并行执行、冲突解决)。
13 Updated 5 days ago
wzyxdwll AI & Automation Solid
multi-agent
Multi-Agent Orchestration - 蚁群仿生设计,定义Agent角色、生命周期、信息素通信、任务分解、冲突解决。当需要多Agent并行协作时路由到此。
13 Updated 5 days ago
wzyxdwll AI & Automation Featured
multi-agent
Multi-Agent Orchestration - 蚁群仿生设计,定义Agent角色、生命周期、信息素通信、任务分解、冲突解决。当需要多Agent并行协作时路由到此。
5,403 Updated 2 days ago
fengshao1227 AI & Automation Listed
multi-agent-orchestration
Design, review, or operate multi-agent systems with role-specialized workers, scoped permissions, forked context, skill preloading, additive MCP connections, and explicit cleanup. Use when Codex needs to build or audit agent swarms, subagent delegation, worker roles, or cooperative task execution pipelines.
1 Updated today
Beidou1507 AI & Automation Listed
multi-agent-orchestration
Coordinate multiple AI agents for complex tasks — decomposition, delegation, and synthesis
0 Updated 2 days ago
fabioc-aloha