A solid reference for NestJS 11 projects that covers the framework's core patterns and common traps. You'll want this when setting up modules with proper dependency injection, wiring up the request pipeline with guards and interceptors, or configuring validation with class-validator DTOs. It includes specific guidance on breaking changes in NestJS 11 like Express v5 wildcard routing and helpful examples for authentication with JWT and Passport. The "common mistakes" section alone is worth it, calling out issues like forgetting forwardRef for circular dependencies and not mocking providers in tests. Best suited for teams building enterprise Node.js apps who need consistent patterns across controllers, services, and database integrations.
npx skills add https://github.com/ejirocodes/agent-skills --skill nestjs-best-practices