What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many moving parts: typed config files, framework-specific build outputs, workspace authentication, branch-scoped env vars, 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 readiness, auth, or config errors. ## 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 and validate prisma.compute.ts with defineComputeConfig for single apps, monorepos, and multi-app targets. - Framework readiness checks: Verify deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, and custom artifacts, including 0.0.0.0 binding and correct HTTP ports. - Use Case: A developer merges a Hono API into a monorepo and asks the agent 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 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 current branch and verify the public URL.