What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing typed config, localhost-only host binding, port mismatches, ambiguous workspace auth, and framework-specific build requirements. This Skill guides agents through the correct commands, config shapes, and troubleshooting steps so deployments succeed and stay debuggable. ## 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 config management: Author prisma.compute.ts with defineComputeConfig for single apps or monorepo multi-app targets, with clear flag-over-config precedence rules. - Framework readiness checks: Verify deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, and custom prebuilt artifacts, 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 directs the agent to verify CLI help, check auth workspace, confirm the entrypoint binds all interfaces on port 8080, run app deploy --json --no-interactive, and then curl the public deployment URL. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute and verify the public deployment URL.