prisma-next
Contract-first database schemas, migrations, queries, and upgrades
All Skills in This Repository (8)
Pure Emerald Level Indicatorsdrive-generate-plan
Generate an execution plan with milestones, tasks, and test coverage from a project specification.
drive-pr-walkthrough
Generate intent-first Markdown walkthroughs of Pull Requests and commit ranges.
drive-create-spec
Generate and iteratively refine engineering specifications from descriptions or templates.
drive-pr-local-review
Generate spec, design review, code review, and walkthrough documents for a branch.
drive-create-project
Create project workspaces with specs, plans, and assets directories.
tsdown-package
Migrate monorepo packages from tsup to tsdown with configuration and build script updates.
bumping-biome
Update the Biome package version and synchronize biome.jsonc schema references.
create-pr
Generate GitHub pull requests with conventional commit titles and narrative descriptions.
Frequently Asked Questions
FAQPage SchemaHow 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โ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