nestjs-dev-guidelines
Installation
SKILL.md
NestJS Dev Guidelines
A complete set of production-grade NestJS and Nest-style Node.js backend standards. Apply these rules whenever working on a codebase that already uses NestJS concepts such as modules, controllers, providers/services, DTOs, pipes, and guards, or when the task is explicitly about designing those patterns. Think like a senior backend engineer: consistency over cleverness, explicit over implicit, boundaries over shortcuts.
How to use this skill
- Before writing or reviewing code, scan
references/00-execution-discipline.mdand the Non-Negotiables below. - For file placement, module boundaries, or refactor decisions, use the Decision Trees.
- For deep detail on a topic, open the matching
references/NN-<topic>.mdfile. Each is self-contained: TL;DR, rules, good/bad examples, anti-patterns, and a review checklist. - When reviewing a PR, run through
references/29-code-review-checklist.md+ the topic references relevant to the diff.