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 - CLI-Guided Deployment: Uses @prisma/cli app deploy, create-prisma, and generated compute:deploy scripts with JSON output for agent-friendly automation. - Typed Compute Config: Creates and validates prisma.compute.ts with defineComputeConfig for single apps, monorepos, and multi-app targets. - Framework Readiness: Covers deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including 0.0.0.0 host binding and port rules. - Use Case: You have an existing Hono API and want it live on Prisma Compute. The Skill verifies auth workspace, checks the entrypoint and port, runs app deploy --json --no-interactive, and confirms the public URL responds. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute and verify the public deployment URL.