nestjs-expert
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md [1/3] Description: --- name: nestjs-expert description: Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication.
Tool: SKILL.md [2/3] Description: third module (recommended) 3. Consider if circular dependency indicates design flaw 4. Note: Community warns forwardRef() can mask deeper issues ### 3. "Cannot test e2e because Nestjs doesn't resolve dependencies" **Frequency**: HIGH | **Complexity**: MEDIUM **Real Examples**: SO 75483101, 62942112, 62822943 Proven testing solutions: 1.
Tool: SKILL.md [3/3] Description: Database Integration (TypeORM Focus) - [ ] Entity decorators use correct syntax (@Column() not @Column('description')) - [ ] Connection errors don't crash the entire application - [ ] Multiple database connections use named connections - [ ] Database connections have proper error handling and retry logic - [ ] Entities are properly registered in TypeOrmModule.forFeature() ### Authentication & Security (JWT + Passport) - [ ] JWT Strategy imports from 'passport-jw