What problem does it solve? Developers working with Prisma ORM often misremember CLI flags, confuse the ORM CLI with the Platform CLI, or run destructive commands like migrate reset without understanding data-loss consequences. This Skill provides an accurate, version-current reference for every Prisma ORM CLI command. ## Core Features & Use Cases - Full Command Coverage: Documents init, generate, migrate (dev, deploy, reset, status, diff, resolve), db (pull, push, seed, execute), dev, studio, validate, format, debug, complete, and mcp with options and examples. - AI Safety Checkpoint: Enforces an explicit user-consent workflow before destructive commands such as migrate reset or db push --force-reset when an AI agent is detected. - Use Case: While building a Node.js API, ask the agent to create and apply a migration for a new model; it uses prisma migrate dev --name, then reminds you to run prisma generate and prisma db seed explicitly afterward. ## Quick Start Ask the agent to create and apply a new Prisma migration named add_users_table and then regenerate the Prisma Client.