multi-agent-patterns

Implement supervisor, peer-to-peer, and hierarchical patterns for multi-agent workflows.

11|1|Updated Jul 5, 2010
One-click install
npx skills add https://github.com/georgeguimaraes/dotfiles --skill multi-agent-patterns-georgeguimaraes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-patterns
Source: https://github.com/georgeguimaraes/dotfiles/tree/main/dot_claude/skills/context-engineering/multi-agent-patterns
Command: npx skills add https://github.com/georgeguimaraes/dotfiles --skill multi-agent-patterns-georgeguimaraes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.