This skill provides a comprehensive framework for building scalable and maintainable backend microservices by enforcing a strict layered architecture (Routes, Controllers, Services, and Repositories). It integrates essential industry tools like Prisma for database access, Zod for schema validation, and Sentry for error tracking, ensuring that every part of your API is robust and well-documented. Whether you are bootstrapping a new service or refactoring legacy code, it provides the checklists, templates, and coding standards needed to maintain high-quality backend infrastructure.
Características Principales
01Strict input validation using Zod schemas to ensure type safety
02Comprehensive testing strategies for unit and integration tests
030 GitHub stars
04Standardized error handling with BaseController and Sentry integration
05Unified configuration management system to replace unsafe process.env usage
06Strict layered architecture enforcement (Route-Controller-Service-Repository)