This skill is NestJS-specific. It does not assume a particular database, ORM, or hosting environment.
Example request "Add a POST /projects endpoint with DTO validation and Swagger docs. Ensure auth guard and add an e2e test."
Build and evolve NestJS backends with correct DI/module boundaries, request lifecycle hygiene (pipes/guards/interceptors/filters), validation + serialization, OpenAPI, and testing. Use when adding or refactoring NestJS endpoints/modules and needing deterministic steps, output contracts, and verification gates. Source: dmonteroh/curated-agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dmonteroh/curated-agent-skills --skill nestjs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw