Architecture Patterns (Pattern Index) When to Use - Making architecture decisions - Implementing new features - Reviewing code for pattern compliance - Choosing between multiple approaches - Learning established patterns Overview This skill is a pattern index that references comprehensive skills for details. Use this to understand which pattern to use, then reference the specific skill for implementation details. Pattern Categories 1. Next.js Patterns → See: nextjs-15-specialist skill Quick Reference: - Server Components (default): Data fetching, database access, backend APIs - Client Compone…