prismaprismaOfficialยท8 Agent Skills Included

prisma-next

Contract-first database schemas, migrations, queries, and upgrades

Guides building and running Prisma Next, a contract-first data layer for Postgres, SQLite, and Mongo. Covers schema authoring, migration planning, typed queries, runtime wiring, Supabase RLS, and version upgrades. Removes manual migration writing, drift debugging, and breaking-change guesswork with step-by-step codemods.
npx skills add prisma/prisma-next --all -g -y
Available:

Gives the agent the repository's architecture, golden rules, and command conventions so it can edit code and route work to the correct sub-skill safely.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install prisma-next skills?โ–ผ

Run `npx skills add prisma/prisma-next --all -g -y` in your terminal to install all skills in this suite globally.

What does Prisma Next do?โ–ผ

It is a contract-first data layer: you edit a data contract and the framework derives types, migrations, and runtime configuration for Postgres, SQLite, or Mongo.

How do I upgrade Prisma Next versions safely?โ–ผ

The upgrade skills bump your dependencies one minor at a time, apply per-transition codemods, run your typecheck and tests, and commit each step separately.

Does it support Supabase and row-level security?โ–ผ

Yes. A dedicated skill wires the Supabase extension pack, authors RLS policies in the contract, and binds per-request roles like anon, authenticated, and service_role.

Do I need to write migrations by hand?โ–ผ

No. The planner generates migration packages from your contract diff; you only fill in data-transform placeholders when a backfill is required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’