소개
The Backend Dev Guidelines skill provides a comprehensive framework for building scalable and maintainable microservices using Node.js, Express, and TypeScript. It enforces a strict layered architecture—separating routes, controllers, services, and repositories—to ensure a clean separation of concerns. This skill streamlines the implementation of production-grade features like Zod-based input validation, Prisma ORM data access, Sentry error tracking, and centralized configuration management, helping developers maintain consistency across complex backend environments while avoiding common anti-patterns.