What problem does it solve? AI assistants often carry outdated knowledge about the Prisma Platform, leading to wrong commands and broken deployments. This Skill ships inside the installed prisma package, so it describes the exact platform version your project uses and acts as the source of truth for hosting, deploying, and operating apps on Prisma Compute, Prisma Postgres, and Prisma Storage. ## Core Features & Use Cases - Resource model guidance: Explains workspaces, projects, branches as preview environments, services, versions, databases, and buckets, including lifecycle rules like idle reclamation and teardown. - Deployment workflows: Covers GitHub-integration deploys and CLI deploys with stages, plus promote, rollback, custom domains, and environment-variable classes and scopes. - Failure-mode reference: Documents ten common failure modes (lost secrets, rejected stage names, sleeping services killing background work, missing Temporal global) with their fixes. - Use Case: You push a feature branch and need a preview environment with its own database. The Skill explains that deploying with prisma deploy module.ts --stage pr-42 creates an isolated branch environment with a fresh database, and that deleting the git branch tears it down. ## Quick Start Ask the assistant to explain how to deploy a preview environment with its own database on the Prisma Platform using the prisma CLI.