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, and verify the public deployment URL. - Framework readiness: Covers Next.js standalone output, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia entrypoints, custom prebuilt artifacts, and Turborepo monorepos. - Auth and operations: Manage multiple OAuth workspaces, PRISMA_SERVICE_TOKEN CI auth, branch-scoped env vars and databases, build logs, domains, promotions, and rollbacks. - Use Case: A user asks to deploy an existing Hono API to Prisma Compute; the Skill inspects the project, verifies auth with auth whoami --json, fixes host binding to 0.0.0.0, deploys with --json --no-interactive, and curls the public URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: deploy this Hono API to Prisma Compute and verify the public URL.