agent-architecture-patterns
Installation
SKILL.md
Agent Architecture Patterns
This skill provides a comprehensive library of AI Agent architecture patterns to help developers:
- Design single-agent architectures (ReAct, Reflection, Self-Critique, Plan-and-Solve, Tree of Thoughts)
- Design multi-agent collaboration systems (Manager-Worker, Peer-to-Peer, Hierarchical, Market-Based, Pipeline)
- Apply system design principles (separation of concerns, fault tolerance, scalability)
- Implement best practices based on OpenClaw
Patterns
Single-Agent Patterns (5)
- ReAct - Reasoning + Acting alternation
- Reflection - Self-reflection and iterative improvement
- Self-Critique - Self-criticism and error correction
- Plan-and-Solve - Plan first, then execute
- Tree of Thoughts - Multi-path exploration