What problem does it solve? Developers working with Prisma ORM need accurate, current guidance on CLI commands for project setup, schema migrations, client generation, and database management, and this Skill provides a structured command reference that prevents misuse of destructive operations and outdated workflows. ## Core Features & Use Cases - Command Reference: Covers the full Prisma ORM CLI surface including init, generate, migrate, db push/pull/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 microservice database, use this Skill to initialize Prisma with the correct datasource provider, create and apply migrations with migrate dev, generate the client, and seed data following the current explicit-command workflow. ## Quick Start Ask the assistant to show how to create and apply a new Prisma migration named add_users_table and then generate the client.