What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing auth workspaces, loopback-only host binding, port mismatches, and framework-specific build outputs. This Skill guides agents through the correct commands, config, and troubleshooting steps so deployments succeed on the first attempts. ## Core Features & Use Cases - Deployment workflows: Create or update prisma.compute.ts with defineComputeConfig, run @prisma/cli app deploy, and verify the public deployment URL. - Framework readiness checks: Validate deploy readiness for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including 0.0.0.0 host binding and PORT handling. - Auth and workspace management: Handle PRISMA_SERVICE_TOKEN, multiple stored OAuth workspaces, and non-interactive CI deploys. - 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 with auth workspace list --json, deploys with --json --no-interactive, and curls the public URL to confirm. ## 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."