prisma-mongodb-upgrade

Agent skill from prisma/skills.

prisma ↓ 20k
Claude Code
View source ↗

What it does

  • Never advise a MongoDB project to "upgrade to Prisma 7". The connector does not exist
  • Never solve the version question by rewriting the app onto a SQL database. Changing the
  • Pin the Prisma packages to the latest 6.x line and keep taking 6.x patch releases.
  • Track Prisma release notes and security advisories for the 6.x line.
  • Keep the classic v6 MongoDB setup: url = env("DATABASEURL") in the schema, db push
  • Re-evaluate when Prisma Next's MongoDB is GA, or when blockers for trying EA are resolved.

Requirements & configuration

  • prisma-next skills installed with it). Next's Mongo target requires MongoDB 8.0+ and expects

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

prisma-mongodb-upgrade FAQ

What does the prisma-mongodb-upgrade skill do?

Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb", "prisma 7 mongodb", "mongodb prisma migration", "prisma next mongodb". Never advise a MongoDB project to "upgrade to Prisma 7". The connector does not exist Never solve the version question by rewriting the app onto a SQL database. Changing the

What does prisma-mongodb-upgrade require?

prisma-next skills installed with it). Next's Mongo target requires MongoDB 8.0+ and expects

How do I install prisma-mongodb-upgrade?

Run: npx -y skills add https://github.com/prisma/skills --skill prisma-mongodb-upgrade --agent claude-code — the source lives at github.com/prisma/skills.

Maintain prisma-mongodb-upgrade?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

prisma-mongodb-upgrade on getagentictools
[![prisma-mongodb-upgrade on getagentictools](https://getagentictools.com/badge/skills/prisma-skills-prisma-mongodb-upgrade.svg)](https://getagentictools.com/skills/prisma-skills-prisma-mongodb-upgrade?ref=badge)
npx agentictools info skills/prisma-skills-prisma-mongodb-upgrade

The second line is the CLI lookup for this page — handy in READMEs and docs.