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 that reference directly in the AI workflow. ## 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. - Migration Workflows: Distinguishes development migrations (migrate dev) from production deployments (migrate deploy), including drift detection, baselining, and recovery with migrate resolve. - 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 project, ask the agent to initialize Prisma with PostgreSQL, create the first migration, generate the client, and seed the database using the correct current command sequence. ## Quick Start Ask the agent to initialize a new Prisma project with PostgreSQL and create the first migration using the prisma-cli reference.