·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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