Create a new transient project workspace under projects/<project>/ (folders + optional stub docs), then hand off to drive-create-spec / drive-generate-plan.
Write an intent-first walkthrough (semantic narrative) of a PR/branch or commit range - the overall purpose, the sequence of conceptual steps, the concrete behavior changes, and links to both implementation touchpoints and tests as evidence. Use during branch/PR review when the user asks for a walkthrough, narrative of changes, semantic diff, intent of commits, or “what changed and why” (not a file-by-file diff recap).
Generate local PR/branch review artifacts for the current branch vs its base - an in-repo canonical spec (if present) or an inferred review `spec.md`, plus `system-design-review.md`, `code-review.md`, and `walkthrough.md` (via `.agents/skills/drive-pr-walkthrough/SKILL.md`). Writes artifacts to disk (next to the in-repo spec when present, otherwise under `wip/`). Use when the user asks for a local PR/branch review, a code review, a system design review, to "review this branch", or to produce written review docs. Do not modify implementation code.
Bumps `biome` package versions (e.g. `@biomejs/biome`) using `pnpm`, aligns `biome.jsonc` files with the new version/s across the repository and runs biome-related checks. Use when required to update `biome` to a newer version - explicitly or implicitly (e.g. after running `pnpm up`, `pnpm update`, `pnpm upgrade` without specific package names).
Migrates a monorepo package from `tsup` to `tsdown`. Use when asked to migrate a package to `tsdown` and the package has used `tsup` thus far.
Creates a GitHub PR with a conventional-commit title and a narrative description for prisma-next. Use when the user wants to create a pull request, open a PR, or submit changes for review.
Generate an execution plan from a spec, with milestones, tasks, and test coverage for all acceptance criteria. Use when the user wants to plan a project, break a spec into milestones, generate tasks from a spec, or create an execution plan. Optionally creates a Linear project.
Generate and iteratively refine engineering specs from a description, conversation summary, or blank template. Use when the user wants to create a spec, PRD, product requirements document, write up requirements, or spec out a feature. Also use when summarising a conversation into a spec.
Required reference for Prisma v7 driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter/Transaction interfaces. Contains critical contract details not inferable from code examples — including the transaction lifecycle protocol, error mapping requirements, and verification checklist. Existing implementations do not replace this skill.
Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction".
Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.
Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, or managing databases. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma studio".
Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".
PrismaClient Constructor
ESM Support. Reference when using this Prisma feature.
Raw Queries. Reference when using this Prisma feature.
MongoDB Setup. Reference when using this Prisma feature.
Transactions. Reference when using this Prisma feature.
Environment Variables
Model Queries. Reference when using this Prisma feature.
Query Options. Reference when using this Prisma feature.
CockroachDB Setup. Reference when using this Prisma feature.
Driver Adapters. Reference when using this Prisma feature.
Prisma Accelerate Users
Removed Features. Reference when using this Prisma feature.
Prisma Postgres Setup
Prisma Client Setup. Reference when using this Prisma feature.
prisma debug. Reference when using this Prisma feature.
prisma format. Reference when using this Prisma feature.
prisma validate. Reference when using this Prisma feature.
prisma migrate dev. Reference when using this Prisma feature.
prisma migrate diff. Reference when using this Prisma feature.
prisma migrate status
prisma migrate resolve
Relation Queries. Reference when using this Prisma feature.
Prisma Config. Reference when using this Prisma feature.
SQL Server Setup. Reference when using this Prisma feature.
PostgreSQL Setup. Reference when using this Prisma feature.
Client Methods. Reference when using this Prisma feature.
Schema Changes. Reference when using this Prisma feature.
prisma dev. Reference when using this Prisma feature.
prisma init. Reference when using this Prisma feature.
prisma db push. Reference when using this Prisma feature.
prisma db seed. Reference when using this Prisma feature.
prisma studio. Reference when using this Prisma feature.
prisma db pull. Reference when using this Prisma feature.
prisma generate. Reference when using this Prisma feature.
prisma db execute. Reference when using this Prisma feature.
prisma migrate reset
Filter Conditions and Operators
prisma migrate deploy
MySQL Setup. Reference when using this Prisma feature.
SQLite Setup. Reference when using this Prisma feature.