What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing auth workspace selection, localhost-only port binding, incorrect framework build output, and misaligned branch/env/database scope. This Skill guides agents through the correct commands, config, and troubleshooting steps so deployments succeed and are verifiable. ## Core Features & Use Cases - Deploy workflows: Create or update prisma.compute.ts with defineComputeConfig, run @prisma/cli app deploy, use generated compute:deploy scripts, and verify the public deployment URL. - Framework readiness: Check deploy readiness for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, custom artifacts, and Turborepo monorepos, including host/port binding rules. - Auth and operations: Manage multi-workspace OAuth sessions, PRISMA_SERVICE_TOKEN CI auth, build vs runtime 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, confirms the entrypoint binds 0.0.0.0:8080, 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 app to Prisma Compute on port 8080 and verify the public URL."