🇺🇸 English🇨🇳 中文
SkillsNav
Home

multi-agent-patterns

★ 16K repomlN/A

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-patterns
Cursor:
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

Related Skills