Essential for anyone spinning up Prisma projects or switching database providers. Covers the full setup matrix from PostgreSQL to MongoDB, including the new Prisma 7 driver adapter workflow and config files. Generates the right schema.prisma structure, handles client instantiation with proper adapters, and crucially keeps MongoDB projects on the Prisma 6.x path where they belong. The provider-specific guides and connection string examples eliminate the usual trial-and-error phase. Solid reference when you're tired of digging through docs to remember which adapter goes with which driver.
npx skills add https://github.com/prisma/skills --skill prisma-database-setup