What problem does it solve?
This Skill eliminates architecture decision paralysis by providing a unified decision matrix that instantly routes you to the right tools (tRPC vs REST, Auth.js vs Passport, Prisma patterns) and provides complete implementation templates for any backend task.
Core Features & Use Cases
- Architecture Decision Matrix: Clear guidelines for choosing between tRPC, REST, authentication strategies, and database patterns based on project requirements.
- Complete Implementation Templates: Ready-to-use code for project structure, tRPC routers, authentication middleware, logging, and deployment.
- Use Case: Imagine starting a new API project. This Skill helps you decide between tRPC for internal TypeScript clients vs REST for external APIs, provides the exact Prisma singleton pattern, and delivers complete Docker deployment configuration—saving days of research and setup.
Quick Start
Use the backend-master skill to architect a new user management API that needs type-safe queries, JWT authentication, structured logging, and Docker deployment.