sadd:multi-agent-patterns とは?
複雑なタスクに対応するマルチエージェント アーキテクチャを設計します。単一エージェントのコンテキストの制限を超えた場合、タスクが自然にサブタスクに分解された場合、または特化したエージェントによって品質が向上した場合に使用します。 ソース: neolabhq/context-engineering-kit。
複雑なタスクに対応するマルチエージェント アーキテクチャを設計します。単一エージェントのコンテキストの制限を超えた場合、タスクが自然にサブタスクに分解された場合、または特化したエージェントによって品質が向上した場合に使用します。
コマンドラインで sadd:multi-agent-patterns AI スキルを開発環境にすばやくインストール
ソース: neolabhq/context-engineering-kit。
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複雑なタスクに対応するマルチエージェント アーキテクチャを設計します。単一エージェントのコンテキストの制限を超えた場合、タスクが自然にサブタスクに分解された場合、または特化したエージェントによって品質が向上した場合に使用します。 ソース: neolabhq/context-engineering-kit。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:multi-agent-patterns インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/neolabhq/context-engineering-kit