Instructions file CodexOpenCode
Instructions for prisma/language-tools, covering agent guide for prisma language tools, project overview, packages, documentation and quick start.
Instructions file CodexOpenCode
Instructions for prisma/language-tools, covering agent guide for prisma language tools, project overview, packages, documentation and quick start.
Instructions file
Instructions for prisma/language-tools, a project described as: 🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Instructions file CodexOpenCode
Instructions for prisma/skills, covering agents.md, repository overview, creating a new skill, directory structure and naming conventions.
Instructions file
Instructions for prisma/skills, covering claude.md and quick reference.
Skill Claude CodeCodex
Prisma ORM CLI commands reference covering init, generate, migrate, db, dev, complete, studio, validate, format, debug, and mcp. Use for ORM/database CLI workflows, not the Prisma Platform CLI. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma complete", "prisma studio", "prisma mcp".
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, prisma.compute.ts, defineComputeConfig, deploying or hosting a Prisma app, @prisma/cli app deploy, compute:deploy, create-prisma --deploy, PRISMASERVICETOKEN, Compute auth/workspaces, apps/deployments/build logs/domains…
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
Required reference for Prisma ORM 7 SQL driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter, Transaction, savepoint, result mapping, or DriverAdapterError behavior. Covers current transaction lifecycle, optional savepoint hooks, original…
Skill Claude CodeCodex
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb"…
Skill Claude CodeCodex
Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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".
MCP server Claude CodeCodexCursor +2
MCP server for managing Prisma Postgres. Remote server at mcp.prisma.io.
Cursor rule
Best practices for Prisma migrations.
Cursor rule
Prisma schema naming conventions and best practices.
Skill Claude CodeCodex
Execute native commands (SQL) to your database.
Skill Claude CodeCodex
Introspects an existing database and updates your Prisma schema to reflect its structure.
Skill Claude CodeCodex
Pushes schema changes directly to database without creating migrations. Ideal for prototyping.
Skill Claude CodeCodex
Runs your database seed script to populate data.
Skill Claude CodeCodex
Prints information helpful for debugging and bug reports.
Skill Claude CodeCodex
Starts a local Prisma Postgres database for development. Provides a PostgreSQL-compatible database that runs entirely on your machine.
Skill Claude CodeCodex
Skill "prisma-cli-format" from prisma/cursor-plugin, covering prisma format, command, what it does, options and examples.
Skill Claude CodeCodex
Generates assets based on the generator blocks in your Prisma schema, most commonly Prisma Client.