What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many moving parts: CLI auth and workspace selection, typed deploy configs, framework-specific build requirements, host/port binding, and branch-scoped env and database wiring. This Skill guides agents through the entire Prisma Compute lifecycle so deployments succeed without misconfiguration. ## Core Features & Use Cases - Deploy 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 correct flag-over-config precedence. - Framework readiness: Validate deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including 0.0.0.0 binding and port matching. - Use Case: You have an existing Hono API and want it live on Prisma Compute. The Skill walks through auth verification, config generation with init, a local app build check, deployment with --json --no-interactive, and verification of the public URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: deploy my Hono API to Prisma Compute and verify the public URL.