What problem does it solve? Developers working with Prisma ORM need accurate, up-to-date guidance on CLI commands for schema migrations, client generation, and database operations, and this Skill provides a complete command reference with current Prisma 7 behavior and safety rules. ## Core Features & Use Cases - Command Reference: Covers init, generate, migrate, db push/pull/seed/execute, dev, studio, validate, format, debug, complete, and mcp with options and examples. - Migration Workflows: Distinguishes development workflows (migrate dev) from production deployments (migrate deploy) with drift detection and resolution guidance. - 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 NestJS backend with PostgreSQL, use this Skill to initialize Prisma, create and apply migrations, generate the client, and seed the database with correct current-version commands. ## Quick Start Ask the assistant to show how to create and apply a new Prisma migration for a schema change in your project.