What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing typed config, loopback-only host binding, port mismatches, ambiguous workspace auth, and framework-specific build output requirements. This Skill guides agents through the correct commands, config shapes, and troubleshooting steps so deployments succeed on the first attempt. ## Core Features & Use Cases - Deploy Command Guidance: Covers @prisma/cli app deploy, generated compute:deploy scripts, JSON/non-interactive output, and public URL verification. - Typed Config Authoring: Explains prisma.compute.ts with defineComputeConfig, single-app vs multi-app apps targets, monorepo roots, and flag-over-config precedence. - Framework Readiness: Details deploy requirements for Next.js standalone output, Hono, NestJS, Nuxt, Astro, TanStack Start, Bun/Elysia entrypoints, and custom prebuilt artifacts. - Auth and Operations: Handles multi-workspace OAuth switching, PRISMA_SERVICE_TOKEN precedence, build logs vs runtime logs, domains, promote/rollback, and branch-scoped env and databases. - Use Case: A developer has a Hono API in a monorepo and asks the agent to deploy a preview branch. The Skill directs the agent to create a prisma.compute.ts with an apps target, align --branch across deploy, database, and env commands, bind the server to 0.0.0.0:8080, and verify 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 the feature/login branch and verify the public URL.