nestjs-api

Generate NestJS 11.x REST API templates with Fastify, Prisma, and TypeScript 5.

34|21|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/kumaran-is/claude-code-onboarding --skill nestjs-api-kumaran-is
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nestjs-api
Source: https://github.com/kumaran-is/claude-code-onboarding/tree/main/.claude/skills/nestjs-api
Command: npx skills add https://github.com/kumaran-is/claude-code-onboarding --skill nestjs-api-kumaran-is

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Provides ready-to-use NestJS 11.x templates and patterns to accelerate building scalable, enterprise-grade REST APIs with Fastify, Prisma, and TypeScript 5.

## Core Features & Use Cases

  • Centralized scaffolding for modules, controllers, services, DTOs, guards, interceptors, and tests that follow established enterprise conventions.
  • Templates for main app structure (main.ts, app.module, core modules) and feature modules with repositories and OpenAPI docs.
  • Use case: rapidly bootstrap a new microservice or monolith with a consistent architecture, reducing setup time and onboarding effort.

### Quick Start Start a new NestJS API by applying the templates to generate a module skeleton and wire it into AppModule.

Frequently Asked Questions about nestjs-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a NestJS REST API with Fastify and Prisma?

NestJS enterprise REST API templates provide centralized scaffolding for modules, controllers, services, DTOs, guards, interceptors, and tests. They enforce established conventions like module aggregation, DTO validation, and OpenAPI documentation to ensure consistent architecture across microservices or monoliths.

What is the best way to bootstrap an enterprise NestJS 11.x microservice?

You can use these NestJS templates with Fastify-based projects, Prisma ORM integration, and TypeScript 5.x. The templates cover typical enterprise REST API components, ensuring compatibility with modern, high-performance NestJS architectures.

Does this NestJS scaffolding include OpenAPI documentation and DTO validation?

To start a new NestJS API, apply the templates to generate a module skeleton and wire it directly into the AppModule. This provides an immediate, structured foundation for building scalable REST APIs with Fastify and Prisma.

Can I use these templates to generate guards and interceptors for NestJS?

Yes, you can use these templates to generate guards and interceptors for NestJS. The scaffolding provides centralized templates for these components, ensuring they follow established enterprise conventions for REST API security and request handling.