跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Multi Agent Patterns

技能 已验证 活跃

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

目的

Design sophisticated multi-agent systems to overcome single-agent limitations, improve task decomposition, and enhance agent specialization for complex problems.

功能

  • Design multi-agent architectures
  • Implement supervisor, peer-to-peer, and hierarchical patterns
  • Focus on context isolation for agent subtasks
  • Detail consensus and coordination mechanisms
  • Address failure modes and mitigation strategies

使用场景

  • When single-agent context limits are exceeded
  • When tasks naturally decompose into subtasks
  • When specializing agents improves quality
  • Designing complex LLM-driven workflows

非目标

  • Replacing the need for a central AI agent
  • Providing a framework for agent development itself (focus is on design patterns)
  • Defining specific agent roles anthropomorphically

工作流

  1. Analyze user request and decompose into subtasks
  2. Dispatch to appropriate specialist agents using Task tool
  3. Collect and synthesize results from subagents
  4. Return unified response to user

实践

  • Multi-agent system design
  • Context isolation
  • Coordination protocols
  • Failure mode analysis

安装

请先添加 Marketplace

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install sadd@context-engineering-kit

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交9 days ago
星标993
许可证GPL-3.0-or-later
状态
查看源代码

类似扩展

API Design Patterns

100

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

技能
bobmatnyc

Swarm Orchestration

100

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

技能
ruvnet

System Design

99

Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.

技能
wondelai

Ccg

99

Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results

技能
Yeachan-Heo

V3 Ddd Architecture

100

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

技能
ruvnet

Pathfinder

100

将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。

技能
thedotmack