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: Deploy existing apps with @prisma/cli app deploy, scaffold new apps with create-prisma --deploy, and manage deployments, logs, domains, and promotions. - Typed Compute config: Create and validate prisma.compute.ts with defineComputeConfig for single apps, monorepos, and multi-app targets. - Framework readiness: Verify 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 alignment. - Use Case: A user merges a Hono API and asks to deploy it. The Skill checks auth workspaces, confirms the entrypoint and port 8080, runs app deploy --json --no-interactive, and verifies the public deployment URL with curl. ## 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.