What problem does it solve? Upgrading from Prisma ORM v6 to v7 introduces breaking changes around the new prisma-client generator, mandatory driver adapters, prisma.config.ts, explicit environment loading, and new generated client entrypoints. This Skill provides a complete migration guide so you avoid import errors, connection failures, and removed-feature regressions. ## Core Features & Use Cases - Step-by-step migration path: Update packages, generator block, tsconfig, prisma.config.ts, driver adapters, and client instantiation in the correct order. - Detailed reference guides: Dedicated files for schema changes, driver adapters, ESM/CommonJS setup, environment variables, removed features, and Accelerate users. - Use Case: You upgrade to Prisma 7 and hit "Cannot find module" errors. The Skill walks you through setting the required generator output path, installing @prisma/adapter-pg, and updating PrismaClient imports to the generated entrypoint. ## Quick Start Ask the assistant to migrate your Prisma v6 project to Prisma 7, including the generator block, driver adapter, and prisma.config.ts setup.