skills
Prisma ORM migrations, queries, database setup, and deployment
All Skills in This Repository (7)
Pure Emerald Level Indicatorsprisma-upgrade-v7
Guide Prisma v6 to v7 migrations with prisma.config.ts and driver adapters.
prisma-cli
Document Prisma CLI commands for init, generate, dev, db, migrate, studio, and mcp.
prisma-driver-adapter-implementation
Implement Prisma v7 driver adapters for new databases.
prisma-client-api
Write and optimize Prisma Client queries, filters, and transactions in Node.js/TypeScript projects.
prisma-postgres
Provision and manage Prisma Postgres databases via Console, CLI, and Management API.
prisma-postgres-setup
Provision a Prisma Postgres database via the Management API and connect it locally.
prisma-database-setup
Configure Prisma across multiple database providers with setup guidance.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core