prismaprismaOfficialยท7 Agent Skills Included

skills

Prisma ORM migrations, queries, database setup, and deployment

Guides database work across the full Prisma ecosystem: CLI commands, Client queries, schema migrations, and multi-database setup. Covers Prisma 7 upgrades, MongoDB migration decisions, Prisma Postgres provisioning, and Compute app deployment. Eliminates guesswork around breaking changes, driver adapters, and connection strings with verified, step-by-step references.
npx skills add prisma/skills --all -g -y
Available:

Tells your AI agent how the Prisma skills in this repository are structured, named, and loaded so it can activate the right skill and reference files for each database task.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Prisma skills?โ–ผ

Run `npx skills add prisma/skills --all -g -y` in your terminal to install all Prisma skills globally. To install just one, use `npx skills add prisma/skills --skill prisma-cli`.

How to upgrade from Prisma 6 to Prisma 7?โ–ผ

The prisma-upgrade-v7 skill walks your agent through every breaking change: the new prisma-client generator, required driver adapters, prisma.config.ts, and explicit environment loading. MongoDB projects cannot upgrade to v7 and should use the prisma-mongodb-upgrade skill instead.

Can AI agents run Prisma migrations safely?โ–ผ

Yes. The prisma-cli skill covers all migration commands and includes a built-in safety checkpoint that blocks destructive commands like migrate reset until you give explicit consent.

Which databases do Prisma skills support?โ–ผ

The prisma-database-setup skill covers PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres, with connection strings and driver adapter setup for each.

Do Prisma skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, OpenCode, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’