What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many moving parts: typed config files, framework-specific build outputs, workspace auth, branch-scoped env vars, and host/port binding rules. This Skill guides agents through the entire Prisma Compute lifecycle so deployments succeed without misconfigured frameworks, loopback-only servers, or wrong workspace credentials. ## Core Features & Use Cases - Deployment workflows: Create, deploy, promote, roll back, and inspect Compute apps with @prisma/cli app deploy, including non-interactive JSON output for CI and agents. - Typed config and monorepos: Author prisma.compute.ts with defineComputeConfig, manage single-app or multi-app apps targets, and understand flag-over-config precedence. - Framework readiness: Validate 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. Use this Skill to write a root prisma.compute.ts with two apps targets, then run bunx @prisma/cli@latest app deploy api --branch feature/foo --json and verify the public deployment URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: "Deploy my Hono API in apps/api to Prisma Compute on the current branch and verify the public URL."