What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI commands, missing auth workspaces, loopback-only host binding, port mismatches, and framework-specific build requirements. This Skill guides agents through the correct Prisma Compute deployment workflow so apps actually become reachable in production. ## Core Features & Use Cases - CLI-Guided Deployment: Uses @prisma/cli app deploy, create-prisma, and generated compute:deploy scripts with verified command syntax and JSON output for automation. - Typed Compute Config: Creates and maintains prisma.compute.ts with defineComputeConfig for single apps, monorepos, and multi-app targets with per-app roots, entrypoints, ports, and env files. - Framework Readiness Checks: Validates deploy readiness for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including host/port binding rules. - Use Case: You have a Turborepo with a Hono API and a Next.js web app. The Skill writes a root prisma.compute.ts with two apps targets, verifies auth workspace selection, deploys the API on a preview branch, and confirms the public URL responds. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: deploy this Hono app to Prisma Compute on port 8080 and verify the public URL.