What problem does it solve? Developers working with Prisma ORM need accurate, up-to-date guidance on CLI commands for project setup, schema migrations, client generation, and database management, and this Skill provides that reference directly in context. ## Core Features & Use Cases - Command Reference: Covers the full Prisma CLI surface including init, generate, migrate, db push/pull/seed/execute, dev, studio, validate, format, debug, and mcp. - Migration Workflows: Detailed guidance on development migrations (migrate dev), production deployments (migrate deploy), drift detection, baselining, and recovery with migrate resolve. - Use Case: When setting up a new backend project, use this Skill to initialize Prisma with the correct datasource provider, configure prisma.config.ts, run your first migration, and generate the Prisma Client with the correct output paths. ## Quick Start Ask the assistant to show how to create and apply a new Prisma migration for a schema change in your project.