What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing auth workspace selection, loopback-only host binding, port mismatches, misconfigured prisma.compute.ts files, and framework-specific build requirements. This Skill guides agents through the correct commands, config shapes, and troubleshooting steps so deployments succeed on the first attempts. ## 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 automation. - Typed config management: Author prisma.compute.ts with defineComputeConfig for single apps or monorepo multi-app targets, with correct flag-over-config precedence. - Framework readiness checks: Verify deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including 0.0.0.0 host binding and port alignment. - Use Case: A user asks to deploy a Hono API in a Turborepo to Prisma Compute. The Skill directs the agent to create a root prisma.compute.ts with an apps map, verify auth with auth workspace list --json, run app deploy api --json --no-interactive, and then curl the public deployment 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."