010106-backend-architecture
Installation
SKILL.md
Backend Architecture Standards
Overview
Coding standards for backend module structure, error handling, and API response patterns.
Quick Reference
Module Structure
Standard module files:
types.ts— Interfaces and typesschemas.ts— Validation schemas (e.g., Zod)constants.ts— Domain constantsrepository.ts— Data access (queries + mutations)service.ts— Business logicactions.ts— Server Action entry pointsutils.ts— Pure helper functions