·multi-agent-patterns
</>

multi-agent-patterns

zpankz/mcp-skillset

複雑なタスクに対応するマルチエージェント アーキテクチャを設計します。単一エージェントのコンテキストの制限を超えた場合、タスクが自然にサブタスクに分解された場合、または特化したエージェントによって品質が向上した場合に使用します。

0インストール·0トレンド·@zpankz

インストール

$npx skills add https://github.com/zpankz/mcp-skillset --skill multi-agent-patterns

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.

複雑なタスクに対応するマルチエージェント アーキテクチャを設計します。単一エージェントのコンテキストの制限を超えた場合、タスクが自然にサブタスクに分解された場合、または特化したエージェントによって品質が向上した場合に使用します。 ソース: zpankz/mcp-skillset。

原文を見る

引用可能な情報

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

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

クイックアンサー

multi-agent-patterns とは?

複雑なタスクに対応するマルチエージェント アーキテクチャを設計します。単一エージェントのコンテキストの制限を超えた場合、タスクが自然にサブタスクに分解された場合、または特化したエージェントによって品質が向上した場合に使用します。 ソース: zpankz/mcp-skillset。

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

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

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

https://github.com/zpankz/mcp-skillset