nestjs-starter

Scaffold a NestJS project with Cognito, Prisma, and Docker templates.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Algoace-Softwares/nestjs-claude-skill --skill nestjs-starter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nestjs-starter
Source: https://github.com/Algoace-Softwares/nestjs-claude-skill/tree/main
Command: npx skills add https://github.com/Algoace-Softwares/nestjs-claude-skill --skill nestjs-starter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates scaffolding a complete NestJS project following AlgoAce production architecture.

Core Features & Use Cases

  • Scaffolds a production-ready NestJS boilerplate with Cognito authentication, guarded routes, and Prisma integration for multi-tenant setups.
  • Generates domain modules with full CRUD, Zod-based validation, AppLogs auditing, and per-request context via AsyncLocalStorage.
  • Provides Docker-based deployment templates, Grafana Alloy observability, and optional CI/CD wiring for teams.

Quick Start

Scaffold a new NestJS project using the nestjs-starter skill to bootstrap a backend that follows AlgoAce conventions.

Frequently Asked Questions about nestjs-starter

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

FAQPage Schema
How do I scaffold a production-ready NestJS project with Cognito and Prisma?

To scaffold a production-ready NestJS project, this skill automates bootstrapping a complete backend architecture featuring Cognito JWT authentication, guarded routes, and Prisma integration for multi-tenant database setups.

What is included in a production-grade NestJS boilerplate for backend architecture?

A production-grade NestJS boilerplate here includes Zod validation, AppLogs audit trails, AsyncLocalStorage for per-request context, Docker deployment templates, and Grafana Alloy observability.

Can I generate domain modules with full CRUD and validation in NestJS?

Yes, you can generate domain modules with full CRUD operations, Zod-based validation, AppLogs auditing, and per-request context via AsyncLocalStorage directly within your existing NestJS projects.

Does this NestJS scaffolding tool support OpenTelemetry and Prometheus monitoring?

This NestJS scaffolding supports OpenTelemetry and Prometheus monitoring natively, providing built-in observability configurations alongside Grafana Alloy integration to track application metrics.

What's the best way to bootstrap a multi-tenant NestJS backend with SQS and S3?

The best way to bootstrap a multi-tenant NestJS backend is using this scaffolding skill, which natively integrates AWS SQS and S3 configurations alongside Cognito guards and Prisma for production architecture.

Do I need Docker and CI/CD pipelines configured before scaffolding a NestJS app?

You do not need existing configurations; the scaffolding generates Docker-based deployment templates and optional CI/CD wiring automatically, alongside required environment variable validation and seed data setup.