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, ambiguous auth workspaces, and framework-specific build requirements. This Skill guides agents through the entire Prisma Compute lifecycle so deployments succeed on the first attempt. ## Core Features & Use Cases - Deployment Guidance: Covers @prisma/cli app deploy, generated compute:deploy scripts, preview branch deploys, --no-promote candidate builds, and production promotion. - Typed Config Authoring: Create and validate prisma.compute.ts with defineComputeConfig, including monorepo multi-app targets, entrypoints, ports, and env inputs. - Framework Readiness: Framework-specific deploy rules for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts. - Auth and Troubleshooting: Manage multiple OAuth workspaces, PRISMA_SERVICE_TOKEN CI auth, build logs vs runtime logs, and common failure recovery. - Use Case: A developer has a Hono API that deploys but is unreachable publicly. The Skill diagnoses the hard-coded localhost binding, fixes the host to 0.0.0.0, aligns --http-port 8080, and redeploys with JSON output. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute and verify the public deployment URL.