nestjs-crud-migration

Migrate NestJS projects from nestjs-crud v1.x to v2.0 with audits and testing.

9|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/kodjunkie/nestjs-crud --skill nestjs-crud-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nestjs-crud-migration
Source: https://github.com/kodjunkie/nestjs-crud/tree/main/skills/nestjs-crud-migration
Command: npx skills add https://github.com/kodjunkie/nestjs-crud --skill nestjs-crud-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrating a NestJS project from @nestjs-crud v1.x to v2.0, including Prisma adapters and dependency upgrades, can be error-prone without a clear playbook and audit steps.

Core Features & Use Cases

  • Comprehensive upgrade playbook for v1 → v2 migrations of nestjs-crud and Prisma adapters.
  • Pre-upgrade audits to identify breaking changes, deprecated APIs, and compatibility gaps.
  • Step-by-step migration guidance with validation tips and testing checkpoints.
  • Guidance for validating compatibility across adapters (TypeORM, Drizzle, MikroORM, Prisma) in production-grade apps.

Quick Start

Follow the v2 migration playbook to upgrade your NestJS project from v1.x to v2.0, applying the pre-upgrade audits and adapter changes.

Frequently Asked Questions about nestjs-crud-migration

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

FAQPage Schema
How do I migrate a NestJS project from nestjs-crud v1.x to v2.0?

To migrate nestjs-crud from v1.x to v2.0, follow a comprehensive upgrade playbook that includes pre-upgrade audits, applying breaking-change notes, and updating Prisma adapters. Step-by-step guidance ensures a smooth transition with validation tips and testing checkpoints.

What breaking changes are introduced in the nestjs-crud v2.0 upgrade?

The nestjs-crud v2.0 upgrade introduces breaking changes including deprecated APIs and compatibility gaps across adapters. Running a pre-upgrade audit identifies these specific issues, ensuring you address deprecated endpoints and cross-adapter compatibility before finalizing the migration.

Does the nestjs-crud v2.0 migration support Prisma and TypeORM adapters?

Yes, the nestjs-crud v2.0 migration supports validating compatibility across multiple adapters including Prisma, TypeORM, Drizzle, and MikroORM. The migration playbook provides specific guidance for handling adapter changes in production-grade NestJS applications.

Why does my nestjs-crud Prisma adapter fail after upgrading to v2.0?

Your nestjs-crud Prisma adapter fails after upgrading to v2.0 due to unaddressed breaking changes and dependency compatibility gaps. Performing a pre-upgrade audit and following the step-by-step migration guidance resolves these common upgrade errors.

What is the best way to audit a NestJS application before a major version migration?

The best way to audit a NestJS application before a major version migration is to run a pre-upgrade audit that identifies deprecated APIs, breaking changes, and adapter compatibility gaps. This process validates cross-adapter compatibility and highlights necessary dependency upgrades before execution.