This is your reference card for Prisma ORM 7's breaking changes. The upgrade is significant: it's now ESM-only, requires driver adapters for all database connections, moves configuration to a new prisma.config.ts file, and changes where the client generates. The middleware API is gone in favor of extensions, and conveniences like auto-running generate and seed after migrations are removed. If you're upgrading from v6 or helping Claude generate Prisma code, this skill keeps the model grounded in what actually changed. MongoDB users stay on v6 for now.
npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill prisma-orm-v7-skills