Published Skills 19
prisma-upgrade-v7
Upgrade Prisma ORM from v6 to v7
Prisma ORM 7 changes client generation, database connections, configuration, modules, and removed APIs. This skill provides an ordered migration guide with provider-specific examples and troubleshooting.
prisma-postgres-setup
Provision Prisma Postgres for Local Projects
Manual database provisioning and Prisma 7 configuration require several coordinated API, dependency, and migration steps. This skill guides the complete setup and verification workflow.
prisma-postgres
Provision and Manage Prisma Postgres
Prisma Postgres setup spans several tools, authentication models, and connection methods. This skill selects the right workflow and provides focused operational guidance.
prisma-next-runtime
Configure Prisma Next Runtime Clients
Prisma Next runtime setup can fail through incorrect imports, middleware order, or connection lifecycle choices. This skill provides target-specific, typed configuration guidance.
prisma-next-quickstart
Start Prisma Next with a Working Database
New and existing projects need a clear path to their first Prisma Next query. This skill guides setup, connection, contract inference, and verification.
prisma-next-queries
Write Prisma Next Queries Across Database Targets
Prisma Next query APIs differ across Postgres, SQLite, and Mongo, which makes correct lane selection difficult. This skill provides target-specific patterns for typed reads, writes, relations, aggregates, pagination, and transactions.
prisma-next-migrations
Manage Prisma Next Database Migrations
Database changes can fail, drift, or lose data when migration steps are unclear. This skill guides Prisma Next planning, transforms, application, verification, and recovery.
prisma-next-migration-review
Review Prisma Next Migrations Before Deployment
Deployment teams can misread migration state, refs, and divergent graph paths. This skill reviews the live origin, target destination, diagnostics, and pending operations.
prisma-next-feedback
Draft Prisma Next Feedback for the Right Channel
Prisma Next feedback can be difficult to classify and prepare for public submission. This skill routes feedback and drafts complete, redacted reports.
prisma-next-debug
Diagnose Prisma Next Errors
Prisma Next failures expose detailed envelopes that can be difficult to route correctly. This skill maps codes, metadata, and symptoms to focused recovery steps.
prisma-next-contract
Build Prisma Next Data Contracts
Complex Prisma Next contracts can fail when schemas, extensions, and configuration drift. This skill guides contract edits, configuration, diagnostics, and artifact emission.
prisma-next-build
Configure Prisma Next Build Integration
Manual contract emission interrupts development and can leave production artifacts outdated. This skill configures supported Vite automation and explicit build steps for other tools.
prisma-next
Route Prisma Next Questions
Vague Prisma Next questions can lead to the wrong workflow. This skill identifies the user goal and routes it to the appropriate specialized skill.
prisma-mongodb-upgrade
Plan Your Prisma MongoDB Upgrade
Prisma ORM v7 does not support MongoDB, so standard upgrade advice fails. This skill evaluates Prisma Next and provides a staged migration path.
prisma-driver-adapter-implementation
Implement Prisma Driver Adapters Correctly
Prisma driver adapters require precise transaction, type, and error contracts. This guide provides implementation patterns and verification steps for Prisma ORM v7 adapters.
prisma-database-setup
Configure Prisma for Your Database
Prisma setup varies by database provider and major version. This skill provides provider-specific schemas, connection guidance, adapters, client generation, and troubleshooting steps.
prisma-compute
Deploy Prisma Apps on Compute
Prisma Compute deployments require correct framework, environment, and authentication settings. This skill guides configuration, deployment, verification, and troubleshooting across supported TypeScript frameworks.
prisma-client-api
Build Safer Prisma Client Queries
Prisma Client APIs can be difficult to navigate across queries, filters, relations, transactions, and configuration. This reference provides focused patterns and examples for common Prisma Client tasks.
prisma-cli
Manage Prisma ORM Workflows
Prisma CLI workflows can be difficult to apply safely across development and production. This skill provides command guidance, options, examples, and environment-specific practices.