prisma-compute
Agent skill from prisma/skills.
What it does
- Creating a new app that can deploy to Prisma Compute
- Deploying an existing TypeScript app to Prisma Compute
- Creating or updating a typed prisma.compute.ts deploy config
- Deciding whether a framework is Compute-ready
- Debugging create-prisma --deploy, compute:deploy, or app deploy
- Inspecting GitHub/Console build logs and GitHub push-to-deploy status
- Running non-interactive deploys with browser auth, multiple stored workspaces, or Prisma service tokens
Requirements & configuration
- framework-build-output - Compute needs a server entrypoint or framework artifact, not only static output.
- env-cli-token-name - @prisma/cli uses PRISMASERVICETOKEN for service-token auth.
- deploy-noninteractive-auth - Non-interactive deploys need either the correct active stored OAuth workspace or a supported service token env var; never print the token.
- Do not assume next start is the Compute runtime path; Next.js deploys need standalone output.
Configuration: UNEXPECTED_ERRORPRISMA_SERVICE_TOKENDATABASE_URLPRISMA_PROJECT_ID
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/prisma/skills
prisma-compute FAQ
What does the prisma-compute skill do?
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a Prisma app, `@prisma/cli app deploy`, `compute:deploy`, `create-prisma --deploy`, `PRISMA_SERVICE_TOKEN`, `auth workspace`, Compute apps/deployments/build logs/domains, `@prisma/cli agent install`, `@prisma/cli feedback`, localhost vs `0.0.0.0`, deploy port binding, or framework deploy readiness for Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, Nest, Turborepo, or custom/prebuilt artifacts. Creating a new app that can deploy to Prisma Compute Deploying an existing TypeScript app to Prisma Compute
What does prisma-compute require?
framework-build-output - Compute needs a server entrypoint or framework artifact, not only static output. env-cli-token-name - @prisma/cli uses PRISMASERVICETOKEN for service-token auth. deploy-noninteractive-auth - Non-interactive deploys need either the correct active stored OAuth workspace or a supported service token env var; never print the token. Do not assume next start is the Compute runtime path; Next.js deploys need standalone output. Configuration keys: UNEXPECTED_ERROR, PRISMA_SERVICE_TOKEN, DATABASE_URL, PRISMA_PROJECT_ID.
How do I install prisma-compute?
Run: npx -y skills add https://github.com/prisma/skills --skill prisma-compute --agent claude-code — the source lives at github.com/prisma/skills.
Maintain prisma-compute?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/prisma-skills-prisma-compute?ref=badge) npx agentictools info skills/prisma-skills-prisma-compute The second line is the CLI lookup for this page — handy in READMEs and docs.