什么是 multi-agent-patterns?
当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。 来源:chakshugautam/games。
当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。
通过命令行快速安装 multi-agent-patterns AI 技能到你的开发环境
来源:chakshugautam/games。
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.
当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。 来源:chakshugautam/games。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/chakshugautam/games --skill multi-agent-patterns当用户要求“设计多代理系统”、“实现主管模式”、“创建群体架构”、“协调多个代理”或提到多代理模式、上下文隔离、代理切换、子代理或并行代理执行时,应该使用此技能。 来源:chakshugautam/games。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/chakshugautam/games --skill multi-agent-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/chakshugautam/games