Agent skill · AI & Agents

multi-agent-patterns

This skill should be used when designing multi-agent systems that need context isolation, supervisor or swarm coordination, explicit handoffs, parallel execution, or a decision on whether multiple agents are justified.

guanyanggithub.com/guanyangGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add guanyang/open-agent-hub --skill multi-agent-patterns --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 18 KB
Bundled scripts: yes
Path: skills/multi-agent-patterns/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 940
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Multi-Agent Architecture Patterns 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. ## When to Activate Activate this skill when: - Single-agent context limits constrain task complexity - Tasks decompose naturally into parallel subtasks - Different subtasks require different tool sets or system prompts - Building systems that must handle multiple domains simultaneously - Scaling agent capabilities beyond single-context limits - Designing production agent systems with multiple specialized components Do not activate this skill for adjacent work owned by other skills: - Deciding task-model fit, pipeline shape, or project-level cost before topology is known: `project-development`. - Designing hosted sandboxes, warm pools, remote sessions, or background runtime infrastructure: `hosted-agents`. - Sharing orchestrator state through KV-cache c

What's inside
Steps it walks through
  1. When to Activate
  2. Core Concepts
  3. Detailed Topics
  4. Why Multi-Agent Architectures
  5. Architectural Patterns
  6. Context Isolation as Design Principle
  7. Consensus and Coordination
  8. Framework Considerations
  9. Practical Guidance
  10. Failure Modes and Mitigations
  11. Examples
  12. Guidelines
  13. Gotchas
  14. Integration
Ships with 2 files
  • references/frameworks.md
  • scripts/coordination.py
More from open-agent-hub
All skills →
About this skill
What does the multi-agent-patterns skill do?

This skill should be used when designing multi-agent systems that need context isolation, supervisor or swarm coordination, explicit handoffs, parallel execution, or a decision on whether multiple agents are justified.

How do I install it?

Run `npx skills add guanyang/open-agent-hub --skill multi-agent-patterns --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From guanyang/open-agent-hub, a repository with 940 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going