@prisma
prismadrive-create-project
✓skillCreate a new transient project workspace under projects/<project>/ (folders + optional stub docs), then hand off to drive-create-spec / drive-generate-plan.
drive-pr-walkthrough
✓skillWrite 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).
drive-pr-local-review
✓skillGenerate 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.
bumping-biome
✓skillBumps `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).
tsdown-package
✓skillMigrates a monorepo package from `tsup` to `tsdown`. Use when asked to migrate a package to `tsdown` and the package has used `tsup` thus far.
create-pr
✓skillCreates 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.
drive-generate-plan
✓skillGenerate 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.
drive-create-spec
✓skillGenerate 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.
prisma-driver-adapter-implementation
✓skillRequired 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
✓skillPrisma 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".
prisma-database-setup
✓skillGuides 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
✓skillPrisma 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
✓skillPrisma 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".
prisma-upgrade-v7
✓skillComplete 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".
prisma-client-api-constructor
✓skillPrismaClient Constructor
prisma-upgrade-v7-esm-support
✓skillESM Support. Reference when using this Prisma feature.
prisma-client-api-raw-queries
✓skillRaw Queries. Reference when using this Prisma feature.
prisma-database-setup-mongodb
✓skillMongoDB Setup. Reference when using this Prisma feature.
prisma-client-api-transactions
✓skillTransactions. Reference when using this Prisma feature.
prisma-upgrade-v7-env-variables
✓skillEnvironment Variables
prisma-client-api-model-queries
✓skillModel Queries. Reference when using this Prisma feature.
prisma-client-api-query-options
✓skillQuery Options. Reference when using this Prisma feature.
prisma-database-setup-cockroachdb
✓skillCockroachDB Setup. Reference when using this Prisma feature.
prisma-upgrade-v7-driver-adapters
✓skillDriver Adapters. Reference when using this Prisma feature.
prisma-upgrade-v7-accelerate-users
✓skillPrisma Accelerate Users
prisma-upgrade-v7-removed-features
✓skillRemoved Features. Reference when using this Prisma feature.
prisma-database-setup-prisma-postgres
✓skillPrisma Postgres Setup
prisma-database-setup-prisma-client-setup
✓skillPrisma Client Setup. Reference when using this Prisma feature.
prisma-cli-debug
✓skillprisma debug. Reference when using this Prisma feature.
prisma-cli-format
✓skillprisma format. Reference when using this Prisma feature.
prisma-cli-validate
✓skillprisma validate. Reference when using this Prisma feature.
prisma-cli-migrate-dev
✓skillprisma migrate dev. Reference when using this Prisma feature.
prisma-cli-migrate-diff
✓skillprisma migrate diff. Reference when using this Prisma feature.
prisma-cli-migrate-status
✓skillprisma migrate status
prisma-cli-migrate-resolve
✓skillprisma migrate resolve
prisma-client-api-relations
✓skillRelation Queries. Reference when using this Prisma feature.
prisma-upgrade-v7-prisma-config
✓skillPrisma Config. Reference when using this Prisma feature.
prisma-database-setup-sqlserver
✓skillSQL Server Setup. Reference when using this Prisma feature.
prisma-database-setup-postgresql
✓skillPostgreSQL Setup. Reference when using this Prisma feature.
prisma-client-api-client-methods
✓skillClient Methods. Reference when using this Prisma feature.
prisma-upgrade-v7-schema-changes
✓skillSchema Changes. Reference when using this Prisma feature.
prisma-cli-dev
✓skillprisma dev. Reference when using this Prisma feature.
prisma-cli-init
✓skillprisma init. Reference when using this Prisma feature.
prisma-cli-db-push
✓skillprisma db push. Reference when using this Prisma feature.
prisma-cli-db-seed
✓skillprisma db seed. Reference when using this Prisma feature.
prisma-cli-studio
✓skillprisma studio. Reference when using this Prisma feature.
prisma-cli-db-pull
✓skillprisma db pull. Reference when using this Prisma feature.
prisma-cli-generate
✓skillprisma generate. Reference when using this Prisma feature.
prisma-cli-db-execute
✓skillprisma db execute. Reference when using this Prisma feature.
prisma-cli-migrate-reset
✓skillprisma migrate reset
prisma-client-api-filters
✓skillFilter Conditions and Operators
prisma-cli-migrate-deploy
✓skillprisma migrate deploy
prisma-database-setup-mysql
✓skillMySQL Setup. Reference when using this Prisma feature.
prisma-database-setup-sqlite
✓skillSQLite Setup. Reference when using this Prisma feature.