What problem does it solve?
This Skill helps developers write correct Prisma Client code without having to memorize query syntax, relation patterns, transaction behavior, or client configuration details.
Core Features & Use Cases
- CRUD Operations: Create, read, update, delete, and bulk-manage records with Prisma model methods.
- Filtering and Query Shape: Apply where clauses, operators, sorting, pagination, select, include, omit, and cursor-based retrieval.
- Relations and Transactions: Work with nested writes, relation filters, relation counts, and both sequential and interactive transactions.
- Raw SQL and Client Setup: Use raw queries safely when needed and configure Prisma Client with adapters, logging, extensions, and TypeScript query fragments.
- Use Case: A developer building an admin dashboard can use this Skill to fetch filtered users with related posts, update records inside a transaction, and keep queries type-safe.
Quick Start
Use the prisma-client-api skill to help write a Prisma Client query for a database model, including filters, relations, and transactions.