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 operations without digging through scattered documentation. ## Core Features & Use Cases - Complete Command Reference: Covers all Prisma CLI commands including init, generate, migrate dev/deploy/reset/status/diff/resolve, db push/pull/seed/execute, dev, studio, validate, format, debug, and mcp. - Detailed Per-Command Guides: Each command has a dedicated reference file with options, examples, workflows, and best practices for Prisma 7. - Use Case: When setting up a new project, use this Skill to run prisma init with the right datasource provider, create migrations with prisma migrate dev, and deploy them to production with prisma migrate deploy in CI/CD. ## Quick Start Ask the AI to show you how to create and apply a named Prisma migration for a new database schema change.