multi-agent-patterns
How to Install
Claude Code:
git clone --depth 1 https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering.git && cp Agent-Skills-for-Context-Engineering/skills/multi-agent-patterns ~/.claude/skills/multi-agent-patternsCursor:
Copy the SKILL.md content into your .cursorrules file# 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
Details
| Category | AI/ML → ml |
| Source | https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering |
| Stars | ★ 16.6K |
| Risk Level | N/A |
Related Skills
claude-devfleet
# Claude DevFleet Multi-Agent Orchestration
## When to Use
Use this skill when you need to dispatc
context-fundamentals
Context is the complete state available to a language model at inference time. It includes everythin
context-degradation
# Context Degradation Patterns
Diagnose and fix context failures before they cascade. Context degra
context-fundamentals
Context is the complete state available to a language model at inference time. It includes everythin