What problem does it solve?
Developers often struggle to choose the right architectural pattern for a given problem, leading to suboptimal solutions, increased complexity, and inconsistency across the codebase. This Skill provides a comprehensive index and decision guide for Quetrex's approved architectural patterns, saving decision-making time and ensuring consistent, high-quality implementations.
Core Features & Use Cases
- Pattern Index & Decision Trees: Offers clear guidance on Next.js, TypeScript, Database (Drizzle ORM), State Management, API design, and React 19 patterns.
- Progressive Disclosure: Provides high-level overviews and decision trees, with links to detailed sub-skills for deep dives into specific implementations.
- Common Patterns Quick Reference: Delivers immediate code examples for frequent use cases like efficient data fetching, robust form handling, and secure authentication.
- Use Case: When deciding how to implement data fetching for a new page, activate this Skill. It will guide you through a decision tree to determine whether to use a Server Component, React Query, or Server-Sent Events (SSE) based on your specific requirements, ensuring optimal performance.
Quick Start
I need to implement a new API endpoint. Show me the recommended API patterns and a quick template.