What problem does it solve? Deploying TypeScript apps to Prisma Compute involves a moving CLI surface, framework-specific build requirements, and subtle runtime pitfalls like loopback-only host binding and port mismatches that make deployed apps unreachable. This Skill guides agents through verified, current commands and framework readiness checks so deployments actually work. ## Core Features & Use Cases - Verified CLI Surface: Runs help output and a verification script before assuming commands, flags, or package names for @prisma/cli and create-prisma. - Framework Deploy Readiness: Covers Next.js standalone output, Hono, TanStack Start with Nitro, Bun/Elysia/Nest entrypoints, and explains limits for Astro, Nuxt, SvelteKit, and Turborepo. - Operations and Troubleshooting: Handles auth with PRISMA_SERVICE_TOKEN, branch-scoped env vars and databases, logs, domains, promotions, and public-URL smoke testing. - Use Case: A user asks to deploy an existing Hono API to Prisma Compute; the Skill verifies the current CLI, checks host/port binding, deploys with JSON output, and smoke-tests the public URL. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute and verify the public deployment URL.