backend-dev-guidelines - Backend Development Guidelines for Microservices
Defines architectural standards, validation, config management, error handling, and testing for Node.js Express TypeScript microservices.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Enforce layered backend architecture
- Assess feature feasibility index
- Validate external input with Zod
- Track errors using Sentry
- Manage configuration with unifiedConfig
- Encapsulate database access with Prisma
- Wrap async handlers safely
- Implement service dependency injection
Inputs
- HTTP requests
- Zod schemas
- unifiedConfig settings
- Prisma models
Outputs
- HTTP responses
- Sentry error logs
- Database updates
- Test results
Requirements
- Node.js runtime
- TypeScript
- Express framework
- Prisma ORM
- Zod library
- Sentry SDK
