·multi-agent-patterns

当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。

4安装·0热度·@muratcankoylan

安装

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill multi-agent-patterns

SKILL.md

Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division.

Multi-agent systems address single-agent context limitations through distribution. Three dominant patterns exist: supervisor/orchestrator for centralized control, peer-to-peer/swarm for flexible handoffs, and hierarchical for layered abstraction. The critical design principle is context isolation—sub-agents exist primarily to partition context rather than to simulate organizational roles.

Effective multi-agent systems require explicit coordination protocols, consensus mechanisms that avoid sycophancy, and careful attention to failure modes including bottlenecks, divergence, and error propagation.

当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。 来源:muratcankoylan/agent-skills-for-context-engineering。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill multi-agent-patterns
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 multi-agent-patterns?

当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。 来源:muratcankoylan/agent-skills-for-context-engineering。

如何安装 multi-agent-patterns?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill multi-agent-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/muratcankoylan/agent-skills-for-context-engineering