·sadd:multi-agent-patterns
</>

sadd:multi-agent-patterns

為複雜任務設計多代理架構。當超出單代理上下文限制、任務自然分解為子任務或專門代理提高品質時使用。

82安裝·16熱度·@neolabhq

安裝

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:multi-agent-patterns

如何安裝 sadd:multi-agent-patterns

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

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

來源:neolabhq/context-engineering-kit。

SKILL.md

查看原文

Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. 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.

為複雜任務設計多代理架構。當超出單代理上下文限制、任務自然分解為子任務或專門代理提高品質時使用。 來源:neolabhq/context-engineering-kit。

可引用資訊

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

安裝指令
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:multi-agent-patterns
分類
</>開發工具
認證
收錄時間
2026-03-02
更新時間
2026-03-11

Browse more skills from neolabhq/context-engineering-kit

快速解答

什麼是 sadd:multi-agent-patterns?

為複雜任務設計多代理架構。當超出單代理上下文限制、任務自然分解為子任務或專門代理提高品質時使用。 來源:neolabhq/context-engineering-kit。

如何安裝 sadd:multi-agent-patterns?

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

這個 Skill 的原始碼在哪?

https://github.com/neolabhq/context-engineering-kit