What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing auth or workspace selection, loopback-only host binding, port mismatches, incorrect framework build output, and misconfigured prisma.compute.ts files. This Skill guides agents through the correct commands, config shapes, and troubleshooting steps so deployments succeed and are verifiable. ## 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, define single-app or multi-app apps targets, and select targets per deploy. - Framework readiness: Validate deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including host/port binding rules. - Use Case: A user asks to deploy a Hono API in a Turborepo to Prisma Compute. The Skill inspects the repo, writes a root prisma.compute.ts with an api target, verifies auth with auth whoami --json, deploys with --json --no-interactive, and curls the public deployment URL to confirm. ## 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."