multi-agent-patterns

Community

Design multi-agent architectures for complex tasks.

Authorgeorgeguimaraes
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides patterns for distributing work across multiple language model instances to extend capacity beyond a single context.

Core Concepts

  • Supervisor/Orchestrator: centralized control and synthesis
  • Peer-to-Peer/Swarm: direct agent handoffs and parallel exploration
  • Hierarchical: layered planning and execution
  • Context Isolation: preserve sub-task context to avoid cross-talk

Quick Start

Implement a simple Supervisor→Worker pattern and observe how results aggregate.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: multi-agent-patterns
Download link: https://github.com/georgeguimaraes/dotfiles/archive/main.zip#multi-agent-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository