All skills
Skillintermediate
Guides
<div align="center">
Claude Code Knowledge Pack7/10/2026
Overview
<div align="center">
<div align="center">
š Home ⢠š Guides
</div>Guides
Practical guidance for choosing and implementing agentic patterns
Navigation
| Guide | Description |
|---|---|
| Quick Selection | Decision tree for choosing patterns |
| use-cases/ | Real-world validated use cases |
Quick Selection Reference
By Complexity
| If your task is... | Start with... |
|---|---|
| Simple, single-step | šļø Direct Execution |
| Sequential, multi-step | āļø Prompt Chaining |
| Needs classification | š¦ Routing |
| Independent subtasks | š¤ļø Parallelization |
| Specialized experts | š¦ Orchestrator-Workers |
| Quality-critical | š©» Evaluator-Optimizer |
| Open-ended | š Autonomous Agent |
By Characteristics
| If you need... | Use pattern... |
|---|---|
| Human approval at checkpoints | š§ Wizard Workflow |
| Multiple tools simultaneously | š Parallel Tool Calling |
| Same agent on different data | 𧬠Master-Clone |
| Long-running with resume | š„ļø Multi-Window Context |
| Context-based capabilities | š Progressive Skills |
| External code control | šļø Programmatic Orchestration |
Use Cases Quick Reference
| Use Case | Pattern | Key Insight |
|---|---|---|
| Multi-Agent Research | š¦ + š | š Main Agent spawns specialized š¦ researchers |
| Code Review Pipeline | š + š¦ | Security, Performance, Style reviewers |
| Multi-Locale Generation | 𧬠+ š§ | Primary ā Variants in isolation |
| Personal Assistant | š | Calendar, Email, Tasks routing |
| Customer Support | š¦ + š¦ | Triage ā Specialized handlers |
| Data Migration | š§ + š„ļø | Phased with checkpoints |
ā Details: use-cases/
<div align="center">
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
</div>