What problem does it solve?
Provides best-practices and design patterns for working with Claude Code's native architecture, including how to write agents, implement hooks, and manage context reliably.
Core Features & Use Cases
- Agent patterns: guidance on spawning parallel agents, limiting tools, and consolidating results.
- Hook patterns: lifecycle event handlers, guardrails, and context injection.
- Batch operations: efficient batching to reduce latency and maintain consistency.
- Context management: strategies to protect context windows and persist state across iterations.
- Anti-patterns: common mistakes and fixes to avoid.
For detailed patterns, see: references/agent-patterns.md, references/hook-patterns.md, references/context-management.md
Quick Start
Ask for Claude Code best-practice patterns or reference the relevant sections to apply them in your project.