What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI commands, missing host/port binding, misconfigured prisma.compute.ts files, ambiguous auth workspaces, and framework-specific build requirements. This Skill guides agents through the entire Prisma Compute lifecycle so deployments succeed on the first attempt. ## Core Features & Use Cases - Deployment Guidance: Covers @prisma/cli app deploy, generated compute:deploy scripts, preview branch deploys, --no-promote candidate builds, and production promotion. - Typed Config Authoring: Explains prisma.compute.ts with defineComputeConfig, single-app vs multi-app apps targets, monorepo roots, and flag-over-config precedence. - Framework Readiness: Details deploy requirements for Next.js standalone output, Hono, NestJS, Nuxt, Astro, TanStack Start, Bun/Elysia entrypoints, and custom prebuilt artifacts. - Use Case: You have a Turborepo with a Hono API and a Next.js web app. The Skill helps you write a root prisma.compute.ts with two apps targets, bind servers to 0.0.0.0, and deploy each target with the correct branch and env scope. ## Quick Start Ask the agent to deploy your existing Hono app to Prisma Compute and verify the public deployment URL.