·multi-agent-patterns
</>

multi-agent-patterns

muratcankoylan/agent-skills-for-context-engineering

このスキルは、ユーザーが「マルチエージェント システムの設計」、「スーパーバイザ パターンの実装」、「群アーキテクチャの作成」、「複数のエージェントの調整」を要求する場合、またはマルチ エージェント パターン、コンテキスト分離、エージェント ハンドオフ、サブエージェント、または並列エージェント実行について言及する場合に使用する必要があります。

4インストール·0トレンド·@muratcankoylan

インストール

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill multi-agent-patterns

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.

このスキルは、ユーザーが「マルチエージェント システムの設計」、「スーパーバイザ パターンの実装」、「群アーキテクチャの作成」、「複数のエージェントの調整」を要求する場合、またはマルチ エージェント パターン、コンテキスト分離、エージェント ハンドオフ、サブエージェント、または並列エージェント実行について言及する場合に使用する必要があります。 ソース: muratcankoylan/agent-skills-for-context-engineering。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill multi-agent-patterns
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

multi-agent-patterns とは?

このスキルは、ユーザーが「マルチエージェント システムの設計」、「スーパーバイザ パターンの実装」、「群アーキテクチャの作成」、「複数のエージェントの調整」を要求する場合、またはマルチ エージェント パターン、コンテキスト分離、エージェント ハンドオフ、サブエージェント、または並列エージェント実行について言及する場合に使用する必要があります。 ソース: muratcankoylan/agent-skills-for-context-engineering。

multi-agent-patterns のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill multi-agent-patterns インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

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

https://github.com/muratcankoylan/agent-skills-for-context-engineering