·multi-agent-patterns
</>

multi-agent-patterns

當使用者要求「設計多代理系統」、「實現主管模式」、「建立群體架構」、「協調多個代理」或提到多代理模式、上下文隔離、代理切換、子代理或並行代理執行時,應該使用此技能。

0安裝·0熱度·@chakshugautam

安裝

$npx skills add https://github.com/chakshugautam/games --skill multi-agent-patterns

如何安裝 multi-agent-patterns

透過命令列快速安裝 multi-agent-patterns AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/chakshugautam/games --skill multi-agent-patterns
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:chakshugautam/games。

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.

當使用者要求「設計多代理系統」、「實現主管模式」、「建立群體架構」、「協調多個代理」或提到多代理模式、上下文隔離、代理切換、子代理或並行代理執行時,應該使用此技能。 來源:chakshugautam/games。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/chakshugautam/games --skill multi-agent-patterns
分類
</>開發工具
認證
收錄時間
2026-02-26
更新時間
2026-03-10

Browse more skills from chakshugautam/games

快速解答

什麼是 multi-agent-patterns?

當使用者要求「設計多代理系統」、「實現主管模式」、「建立群體架構」、「協調多個代理」或提到多代理模式、上下文隔離、代理切換、子代理或並行代理執行時,應該使用此技能。 來源:chakshugautam/games。

如何安裝 multi-agent-patterns?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/chakshugautam/games --skill multi-agent-patterns 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/chakshugautam/games

詳情

分類
</>開發工具
來源
user
收錄時間
2026-02-26