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 deployments actually become reachable. ## Core Features & Use Cases - CLI-Guided Deployment: Uses @prisma/cli app deploy, create-prisma, and generated compute:deploy scripts with verified help output and JSON/non-interactive modes. - Typed Compute Config: Creates and maintains prisma.compute.ts with defineComputeConfig for single apps, monorepos, multi-app targets, and custom build artifacts. - Framework Readiness: Covers deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, custom artifacts, and Turborepo, including 0.0.0.0 host binding and port alignment. - Use Case: A user asks to deploy an existing Hono API to Prisma Compute; the Skill verifies auth workspace, checks the entrypoint and port, runs app deploy --json --no-interactive, and validates 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.