What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI commands, missing host/port binding, misconfigured frameworks, auth workspace confusion, and branch-scoped env mismatches. This Skill guides agents through the correct deployment workflow and helps diagnose failures. ## Core Features & Use Cases - Deployment Guidance: Walks through @prisma/cli app deploy, generated compute:deploy scripts, and create-prisma --deploy scaffolding for new projects. - Framework Readiness Checks: Covers deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, and custom prebuilt artifacts, including 0.0.0.0 host binding and PORT handling. - Config and Operations: Explains prisma.compute.ts with defineComputeConfig for single apps and monorepos, plus auth workspaces, service tokens, build logs, domains, and troubleshooting. - Use Case: You have a NestJS API in a pnpm monorepo and want to deploy it to Prisma Compute. The Skill directs you to create a prisma.compute.ts with an apps target, verify auth with auth whoami, and run app deploy api --json --no-interactive. ## Quick Start Ask the agent to deploy my existing Hono app to Prisma Compute and verify the public deployment URL.