What problem does it solve? Developers working with Prisma ORM often struggle to remember the correct CLI commands, flags, and workflows for tasks like running migrations, generating the client, or seeding databases. This Skill provides an authoritative command reference so AI agents and developers use the right Prisma CLI command with the right options every time. ## Core Features & Use Cases - Complete Command Reference: Covers init, generate, migrate (dev, deploy, reset, status, diff, resolve), db (pull, push, seed, execute), dev, studio, validate, format, debug, complete, and mcp. - AI Safety Checkpoint: Enforces explicit user consent before destructive commands like migrate reset or db push --force-reset when an AI agent is detected. - Use Case: When setting up a new Node.js backend with PostgreSQL, use this Skill to correctly initialize Prisma, configure prisma.config.ts, run prisma migrate dev, generate the client, and seed the database in the right order. ## Quick Start Ask the AI to show the correct Prisma CLI command and workflow for creating and applying a new database migration in development.