9 skills published from this repository. No description was given upstream, so this issue takes its voice from the chapters themselves.
9 chapters · 29 minutes · 6,089 words
npx skills add prisma/skills| Week | Installs |
|---|---|
| Week 1 | 2,720 |
| Week 2 | 2,797 |
| Week 3 | 2,882 |
| Week 4 | 10,336 |
| Week 5 | 20,900 |
| Week 6 | 372,385 |
| Week 7 | 388,749 |
| Week 8 | 392,432 |
Typeset in this issue’s own colours, resolved from a curated brand profile.
A collection of skills for AI coding agents working with Prisma ORM. Skills are packaged instructions that extend agent capabilities for database development.
Skills follow the Agent Skills (opens in a new tab) format and are compatible with npx skills add.
main, last pushed 4 August 2026.SKILL.md, not by matching a directory convention. One layout observed: */SKILL.md.h1 and no skipped levels:/prisma/skills.md, and each chapter at its own .md URL.Complete reference for current Prisma ORM CLI commands. For Prisma Compute app deployment, use prisma-compute.
Use when:
prisma init)Commands covered:
init, generate, dev (local Prisma Postgres)migrate dev, migrate deploy, migrate resetdb push, db pull, db seed, db executestudio, mcpStep-by-step migration guide from Prisma v6 to v7, covering all breaking changes.
Use when:
Topics covered:
prisma.config.ts fileclient, browser, models, enums)Prisma.validator to satisfies migrationDecision and migration guide for MongoDB projects on Prisma v6, which have no path to Prisma 7.
Use when:
Topics covered:
Comprehensive Prisma Client API reference.
Use when:
Topics covered:
Implementation guide for Prisma SQL driver adapter development.
Use when:
SqlDriverAdapter or Transaction behaviorTopics covered:
SqlQuery argument mapping and SqlResultSet mappingColumnTypeEnum mapping strategyDriverAdapterError / MappedErrorGuides for configuring Prisma with different database providers.
Use when:
Databases covered:
Prisma Postgres workflows across Console, create-db, Management API, and SDK integrations.
Use when:
npx create-db@prisma/management-api-sdkWorkflows covered:
npx create-db@latestnpx create-db@latest create --helpnpx create-db@latest regions --helpcreate-db usage (create() and regions())https://console.prisma.io)https://api.prisma.io/v1)@prisma/management-api-sdk)Prisma Compute deployment and hosting workflows centered on the Prisma Platform CLI, with create-prisma covered as the new-project scaffold path, plus framework readiness, SDK automation, and operational debugging.
Use when:
Workflows covered:
@prisma/cli app build/run/deploycompute:deploy scriptscreate-prisma --deploy for new project scaffolds@prisma/compute-sdk and Management API App/Deployment conceptsInstall all skills:
npx skills add prisma/skillsOr install specific skills:
npx skills add prisma/skills --skill prisma-cli
npx skills add prisma/skills --skill prisma-upgrade-v7
npx skills add prisma/skills --skill prisma-mongodb-upgrade
npx skills add prisma/skills --skill prisma-client-api
npx skills add prisma/skills --skill prisma-driver-adapter-implementation
npx skills add prisma/skills --skill prisma-database-setup
npx skills add prisma/skills --skill prisma-postgres
npx skills add prisma/skills --skill prisma-computeList available skills:
npx skills add prisma/skills --listList installed skills:
npx skills listSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Help me run Prisma migrations in productionUpgrade my project from Prisma 6 to Prisma 7How do I use transactions in Prisma?Each skill contains:
SKILL.md - Main instructions with YAML frontmatter (name, description, metadata)references/ (optional) - Individual reference files with detailed explanations and code examplesThe ORM-focused skills target Prisma ORM 7.6.x.
The prisma-compute skill tracks the active Prisma Compute launch flow and instructs agents to verify the current Prisma Platform CLI and create-prisma command surfaces before acting.
If you’re upgrading from Prisma 6, use the prisma-upgrade-v7 skill for migration-specific guidance.
See AGENTS.md (opens in a new tab) for guidelines on creating and modifying skills.
MIT