rr-nestjs

Scaffold NestJS modules with controllers, services, and MongoDB via MikroORM.

54|9|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/roderik/ai-rules --skill rr-nestjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rr-nestjs
Source: https://github.com/roderik/ai-rules/tree/main/.claude/skills/rr-nestjs
Command: npx skills add https://github.com/roderik/ai-rules --skill rr-nestjs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @nestjs/core, @nestjs/common, @nestjs/platform-express, @nestjs/cli, and includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for building robust, scalable, and maintainable server-side applications using the NestJS framework, accelerating backend development and ensuring architectural best practices.

Core Features & Use Cases

  • Modular Architecture: Guides you in structuring applications with controllers, providers, and modules using dependency injection.
  • Database Integration: Provides patterns for integrating with databases like MongoDB using ORMs such as MikroORM.
  • Advanced Backend Patterns: Covers middleware, guards, interceptors, pipes, GraphQL, and microservices for complex applications.
  • Use Case: Scaffold a new NestJS module with a controller and service, integrate it with a MongoDB database using MikroORM, and add basic API documentation.

Quick Start

Create a new NestJS project and scaffold a 'users' module with a controller and service.