Multi-Agent Team CollaborationAdvancedCoordinate multiple Claude Code agents as specialized team members working on a shared codebase.multi-agentcollaborationworktree
Git Worktree Isolation PatternIntermediateUse git worktrees to give each Claude Code session an isolated workspace without branch-switching overhead.worktreegitisolation
CLAUDE.md Architecture PatternsIntermediateDesign layered CLAUDE.md configurations that scale from personal preferences to team-wide project standards.claude-mdconfigurationarchitecture
Parallel Task ExecutionAdvancedSplit large tasks into independent subtasks and execute them concurrently across multiple Claude Code instances.parallelconcurrencytmux
Code Review Feedback LoopIntermediateEstablish an iterative review cycle where Claude Code reviews, fixes, and re-validates code changes automatically.reviewfeedback-loopquality
Context Window ManagementIntermediateStrategies to maximize Claude Code's effectiveness within context window limits on large codebases.contextmemorylarge-codebase
Hook-Based Permission ModelAdvancedUse Claude Code hooks to enforce file-level permissions, command restrictions, and approval workflows.hookspermissionssecurity
Test-Driven Development with AgentsIntermediateUse a two-agent TDD workflow where one agent writes failing tests and another implements code to pass them.tddtestingagent
Monorepo Navigation PatternIntermediateConfigure CLAUDE.md to help Claude Code efficiently navigate and modify code across monorepo packages.monoreponavigationturborepo
Incremental Codebase MigrationAdvancedMigrate a codebase incrementally using Claude Code with automated validation at each step.migrationrefactoringincremental
REST API Project StructureBeginnerBattle-tested folder structure for Node.js/Express or Fastify REST API projects with clear separation of concerns.apirestnode.js
Full-Stack App StructureIntermediateNext.js App Router project structure optimized for Claude Code with clear frontend/backend separation.next.jsfullstackreact