templates/skills/frameworks/nestjs/SKILL.md
Align all NestJS services, modules, and controllers with these conventions.
npx skillsauth add hivellm/rulebook NestJSInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CRITICAL: Align all NestJS services, modules, and controllers with these conventions.
src/<feature>/src/common/AppModule and ensure dependency injection consistency@nestjs/config for environment configurationnpm run lintnpm run testnpm run test:e2enpm run buildclass-validator and class-transformer@nestjs/swagger when OpenAPI is enabledtry/catch and map errors to HTTP exceptionsnpm run lint
npm run test
npm run test:e2e
npm run build
npm run lint -- --max-warnings=0).env.example with actual required variables@nestjs/*)/docs/architecture.md with new modules and providersnpm run swagger:generateCHANGELOG.mdresearch
Create structured analyses with numbered findings, execution plans, and task materialization
research
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)