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 succeed and are verifiable. ## Core Features & Use Cases - Deploy workflows: Create or update prisma.compute.ts with defineComputeConfig, run @prisma/cli app deploy, manage deployments, logs, domains, and promotions. - Framework readiness: Validate deploy readiness for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, custom artifacts, and Turborepo monorepos. - Auth and environments: Handle PRISMA_SERVICE_TOKEN, multi-workspace OAuth switching, branch-scoped env vars, and Prisma Postgres wiring. - Use Case: A user asks to deploy a Hono API in a Turborepo to Prisma Compute; the Skill inspects the repo, writes a multi-app prisma.compute.ts, verifies auth, deploys with JSON output, and curls the public URL. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute and verify the public deployment URL.