What problem does it solve? Developers working with Prisma ORM often need to recall exact CLI command syntax, flags, and workflows for tasks like running migrations, generating the client, or seeding databases. This Skill provides an authoritative command reference so you get the right command and options without searching documentation. ## Core Features & Use Cases - Full CLI Command Coverage: Documents init, generate, migrate (dev, deploy, reset, status, diff, resolve), db (pull, push, seed, execute), dev, studio, validate, format, debug, and mcp commands with options and examples. - Workflow Guidance: Explains when to use db push versus migrate dev, production deployment with migrate deploy, and recovery from failed migrations with migrate resolve. - Use Case: You are setting up a new Next.js project with Postgres and need to initialize Prisma, create your first migration, generate the client, and seed test data — this Skill walks you through each command in the correct order. ## Quick Start Ask the assistant to show you how to create and apply a new Prisma migration for a schema change in your project.