What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing typed config, localhost-only port binding, wrong framework build output, and auth/workspace confusion. This Skill guides agents through the correct Prisma Compute deployment workflow so apps actually deploy and stay reachable. ## 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, multi-app targets, and custom build artifacts. - Framework Readiness: Validates deploy readiness for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, and custom artifacts, including 0.0.0.0 host binding and correct HTTP port. - Use Case: You have a Hono API in a Turborepo that deploys but is unreachable. The Skill diagnoses the loopback-only listener, fixes host/port binding, wires branch-scoped env vars, and redeploys with a verified public URL. ## 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."