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, and framework-specific build output requirements. This Skill guides agents through the correct commands, config, and checks so deploys actually work. ## Core Features & Use Cases - Deploy workflows: Create or update prisma.compute.ts with defineComputeConfig, run @prisma/cli app deploy, and verify the public deployment URL. - Framework readiness: Covers Next.js standalone output, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia entrypoints, custom artifacts, and Turborepo monorepo targets. - Auth and operations: Handles PRISMA_SERVICE_TOKEN, multi-workspace OAuth switching, branch-scoped env and databases, build logs, domains, and SDK/API automation. - Use Case: You have a Hono API in a Turborepo and want it live on Prisma Compute. The Skill walks through generating a config, binding to 0.0.0.0 on the right port, deploying with JSON output, and verifying the public URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: deploy my Hono API to Prisma Compute and verify the public URL.