prisma

192 mods across 8 repositories, 48k stars between them.

prisma/language-tools

Instructions file CodexOpenCode

Instructions for prisma/language-tools, covering agent guide for prisma language tools, project overview, packages, documentation and quick start.

295 5d ago A 804 tokens original Apache-2.0

prisma/language-tools

Instructions file

Instructions for prisma/language-tools, a project described as: 🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.

295 5d ago A 3 tokens copy · 100% Apache-2.0

skills AGENTS.md

123

prisma/skills

Instructions file CodexOpenCode

Instructions for prisma/skills, covering agents.md, repository overview, creating a new skill, directory structure and naming conventions.

52 28d ago A 1,091 tokens original MIT

skills CLAUDE.md

124

prisma/skills

Instructions file

Instructions for prisma/skills, covering claude.md and quick reference.

52 28d ago A 140 tokens original MIT

prisma-cli

125

prisma/skills

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".

52 28d ago A 87 tokens original MIT

prisma-client-api

126

prisma/skills

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".

52 28d ago A 64 tokens copy · 100% MIT

prisma-compute

127

prisma/skills

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…

52 28d ago A 136 tokens copy · 95% MIT

prisma-database-setup

128

prisma/skills

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".

52 28d ago A 67 tokens copy · 100% MIT

prisma/skills

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…

52 28d ago A 69 tokens original MIT

prisma/skills

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"…

52 28d ago A 95 tokens copy · 100% MIT

prisma-postgres-setup

131

prisma/skills

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".

52 28d ago A 67 tokens copy · 100% MIT

prisma-postgres

132

prisma/skills

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.

52 28d ago A 63 tokens copy · 92% MIT

prisma-upgrade-v7

133

prisma/skills

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".

52 28d ago A 67 tokens copy · 100% MIT

mcp

134

prisma/mcp

MCP server Claude CodeCodexCursor +2

MCP server for managing Prisma Postgres. Remote server at mcp.prisma.io.

47 10mo ago A tokens not measured

prisma-cli-db-pull

138

prisma/cursor-plugin

Skill Claude CodeCodex

Introspects an existing database and updates your Prisma schema to reflect its structure.

9 6mo ago A 19 tokens

prisma-cli-db-push

139

prisma/cursor-plugin

Skill Claude CodeCodex

Pushes schema changes directly to database without creating migrations. Ideal for prototyping.

9 6mo ago A 19 tokens

prisma-cli-dev

142

prisma/cursor-plugin

Skill Claude CodeCodex

Starts a local Prisma Postgres database for development. Provides a PostgreSQL-compatible database that runs entirely on your machine.

9 6mo ago A 16 tokens

prisma-cli-format

143

prisma/cursor-plugin

Skill Claude CodeCodex

Skill "prisma-cli-format" from prisma/cursor-plugin, covering prisma format, command, what it does, options and examples.

9 6mo ago A 16 tokens

prisma-cli-generate

144

prisma/cursor-plugin

Skill Claude CodeCodex

Generates assets based on the generator blocks in your Prisma schema, most commonly Prisma Client.

9 6mo ago A 17 tokens