Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".
$npx -y skills add prisma/prisma-plugin --skill prisma-upgrade-v7Installs into the current project.
Run `npx skills use "https://github.com/prisma/prisma-plugin" --skill "prisma/prisma-plugin/prisma-upgrade-v7"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/prisma/prisma-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/prisma/prisma-plugin"` and select the relevant skills, then follow their instructions.