Labsco
prisma logo

prisma / skills

✓ Official43

A skill package that teaches your agent 7 capabilities — every one documented and browsable below, no GitHub required · by prisma.

Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.

prisma-cli🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Complete reference for Prisma CLI commands, options, and workflows across setup, migrations, and database operations. Covers 20+ commands organized by priority: setup ( init ), generation ( generate ), development ( dev ), database operations ( db pull/push/seed/execute ), and migrations ( migrate dev/deploy/reset/status/diff/resolve ) Includes Prisma 7.x changes: new prisma.config.ts configuration file, removed flags ( --skip-generate , --skip-seed , --schema , --url ), and explicit...

20 files — installable on its own

prisma-client-api🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Complete Prisma Client API reference for model queries, CRUD operations, filtering, relations, and transactions. Covers 17 model query methods including findUnique , findMany , create , update , delete , upsert , and bulk operations with return variants Provides query options for shaping results: select , include , omit , orderBy , take , skip , cursor , and distinct Includes scalar and logical filter operators ( equals , in , contains , startsWith , lt , gt ) plus relation filters ( some ,...

10 files — installable on its own

prisma-database-setup🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres. Covers datasource configuration, driver adapter selection, and Prisma Client instantiation for seven database providers Prisma v7 requires explicit driver adapters (e.g., @prisma/adapter-pg for PostgreSQL) and a prisma.config.ts file for connection URLs Includes quick-reference schema blocks and prerequisite checks (Node.js 20.19.0+, TypeScript 5.4.0+)...

10 files — installable on its own

prisma-driver-adapter-implementation🔥🔥🔥✓ VerifiedFreeQuick setup

Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details. Covers four required interfaces: SqlDriverAdapter , Transaction , SqlMigrationAwareDriverAdapterFactory , and SqlQueryable , with full method signatures and lifecycle requirements Transaction commit() and rollback() are lifecycle hooks only; Prisma sends SQL via executeRaw , not these methods Includes argument mapping (string→int/bigint/float, base64→bytes)...

1 file — installable on its own

prisma-postgres🔥🔥🔥✓ VerifiedFreeQuick setup

Setup and programmatic management of Prisma Postgres databases across Console, CLI, and APIs. Four core workflows: manual Console setup, instant provisioning via create-db CLI, REST API integration with service tokens or OAuth, and type-safe TypeScript integration via @prisma/management-api-sdk Supports temporary database creation with auto-deletion after ~24 hours, claim URLs for persistence, and region selection Management API available at https://api.prisma.io/v1 with OpenAPI docs and...

6 files — installable on its own

prisma-postgres-setup🔥🔥🔥✓ VerifiedFreeQuick setup

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…

6 files — installable on its own

prisma-upgrade-v7🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Complete migration guide for upgrading Prisma ORM from v6 to v7 with ESM, driver adapters, and new configuration. Covers seven critical rule categories: schema migration, driver adapters, ESM support, configuration, removed features, and Accelerate-specific changes Requires Node.js 20.19.0+ and TypeScript 5.4.0+; MongoDB not yet supported in v7 Breaking changes include ESM-only modules, required driver adapters, explicit output paths, and prisma.config.ts configuration Provides step-by-step...

9 files — installable on its own