backend-nestjs
Installation
SKILL.md
Backend NestJS Conventions
This skill provides specific conventions for NestJS backend development.
When to Use
- Use this skill when working on NestJS projects
- Use this skill when creating new NestJS modules, services, or controllers
- This skill builds upon
project-standardsskill
Instructions
1. Architecture
- Adhere to Modular Monolith architecture.
- Each Feature is a separate Module (
AuthModule,UserModule).