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 misconfigured prisma.compute.ts files. This Skill guides agents through the correct deploy, config, and troubleshooting workflow so apps actually become reachable on their public URL. ## Core Features & Use Cases - Deployment workflows: Create, deploy, promote, roll back, and inspect Compute apps with @prisma/cli app deploy, including non-interactive JSON output for CI and agents. - Typed Compute config: Author prisma.compute.ts with defineComputeConfig for single apps, monorepos, multi-app targets, custom build artifacts, regions, and env inputs. - Framework readiness: Validate deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, SvelteKit, and Turborepo, including host/port binding rules. - Use Case: A user merges a Hono API into a monorepo and asks to deploy a preview branch. The Skill selects the apps.api target, aligns --branch across deploy, database, and env commands, deploys with --json --no-interactive, and verifies the public deployment URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: deploy this Hono app to Prisma Compute on the preview branch and verify the public URL.