prisma-knowledge-patch
Installation
SKILL.md
Prisma Knowledge Patch
Use this skill to choose current Prisma ORM patterns, upgrade older projects, and avoid removed APIs. Read the reference file for every area touched by the task; several changes span configuration, generated code, and runtime construction.
Reference index
| Reference | Topics |
|---|---|
| client-generation-and-adapters.md | prisma-client, Query Compiler, driver adapters, runtime targets, client construction, cache behavior, adapter correctness |
| extensions-and-observability.md | Client Extensions, event listeners, tracing, SQL comments, read replicas, metrics, driver errors |
| prisma-postgres-and-products.md | Prisma Postgres, local development, direct connections, Console, Management API, MCP, Compute, integrations |
| schema-migrations-and-queries.md | Schema features, indexes, views, migrations, transactions, filters, bulk queries, introspection |
| studio-and-tooling.md | Studio, editor integrations, bootstrap/init workflows, CLI output, large schemas |
| upgrading-and-configuration.md | Breaking upgrades, Prisma Config, datasource ownership, removed CLI inputs, environment loading, command overrides |
Start with the connection architecture
Treat the generated client and its database connection as separate choices: