What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing auth workspaces, 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 CI and agents. - Typed config management: Author and validate 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, and custom artifacts, including 0.0.0.0 host binding and port alignment. - Use Case: A developer has a Hono API in a Turborepo monorepo. The Skill helps write a root prisma.compute.ts with an apps map, authenticate the right workspace, deploy the api target with --json --no-interactive, 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 and verify the public URL.