A comprehensive ruleset covering 26 practices across security, architecture, and performance for NestJS applications. Built specifically for Bun runtime and Prisma v7, so it includes patterns like using Bun's native crypto for password hashing and Prisma's sql template tags. Each rule has an "For AI Agents" section with step by step instructions, file locations, and wrong versus correct examples, which makes it genuinely useful for code generation rather than just review. The priority tagging is smart (CRITICAL for validation and auth, MEDIUM for testing) and helps focus on what matters. Best used when setting up new projects or enforcing standards across a team's codebase.
npx skills add https://github.com/xirothedev/agent-skills --skill nestjs-best-practices