What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many moving parts: the right CLI package, auth and workspace selection, typed deploy config, framework-specific build output, and host/port binding rules. This Skill guides agents through the entire Prisma Compute lifecycle so deployments succeed on the first attempt instead of failing on misconfigured ports, wrong frameworks, or missing auth. ## Core Features & Use Cases - End-to-end deploy guidance: Covers scaffolding with create-prisma, deploying existing apps with @prisma/cli app deploy, and programmatic deploys via @prisma/compute-sdk or the Management API. - Typed config and monorepo support: Explains prisma.compute.ts with defineComputeConfig, single-app versus multi-app targets, flag precedence, and config discovery rules. - Framework readiness matrix: Details deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, custom artifacts, and Turborepo, including the critical 0.0.0.0 host binding and PORT rules. - Use Case: A user asks to deploy their Hono API to Prisma Compute. The Skill directs the agent to verify CLI help, check auth workspace, confirm the server binds 0.0.0.0 on port 8080, run app deploy with --json, and verify the public URL. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute, for example by saying deploy this Hono app to Prisma Compute and verify the public URL.