NestJS Web
Use this skill as a basic starting point.
Workflow
- Review the NestJS module structure and dependencies.
- Identify controller, service, and provider boundaries.
- Keep DTOs, validation, and business logic organized.
- Follow current project conventions and dependency injection patterns.
- Verify behavior with available tests or runtime checks.
Output
- Produce practical NestJS code changes.
- Keep backend structure maintainable and easy to review.
- Prefer clear module boundaries over oversized services.