Skill · em Construir backend e dados

prisma-compute

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`, Compute auth/workspaces,…

Procedência

Antes de instalar

7 arquivos · 81,5 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 1123817) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/prisma-compute/.

d=".claude/skills/prisma-compute"
u="https://raw.githubusercontent.com/prisma/skills/1123817e60d15ca0f3af91878923241dee7e3b09/prisma-compute"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/app-deploy-cli.md" "$u/references/app-deploy-cli.md" \
  -o "$d/references/compute-config.md" "$u/references/compute-config.md" \
  -o "$d/references/create-prisma.md" "$u/references/create-prisma.md" \
  -o "$d/references/frameworks.md" "$u/references/frameworks.md" \
  -o "$d/references/sdk-api.md" "$u/references/sdk-api.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Global: instala em ~/.claude/skills/prisma-compute/.

d="$HOME/.claude/skills/prisma-compute"
u="https://raw.githubusercontent.com/prisma/skills/1123817e60d15ca0f3af91878923241dee7e3b09/prisma-compute"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/app-deploy-cli.md" "$u/references/app-deploy-cli.md" \
  -o "$d/references/compute-config.md" "$u/references/compute-config.md" \
  -o "$d/references/create-prisma.md" "$u/references/create-prisma.md" \
  -o "$d/references/frameworks.md" "$u/references/frameworks.md" \
  -o "$d/references/sdk-api.md" "$u/references/sdk-api.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Codex

Neste projeto: instala em .agents/skills/prisma-compute/.

d=".agents/skills/prisma-compute"
u="https://raw.githubusercontent.com/prisma/skills/1123817e60d15ca0f3af91878923241dee7e3b09/prisma-compute"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/app-deploy-cli.md" "$u/references/app-deploy-cli.md" \
  -o "$d/references/compute-config.md" "$u/references/compute-config.md" \
  -o "$d/references/create-prisma.md" "$u/references/create-prisma.md" \
  -o "$d/references/frameworks.md" "$u/references/frameworks.md" \
  -o "$d/references/sdk-api.md" "$u/references/sdk-api.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Global: instala em ~/.agents/skills/prisma-compute/.

d="$HOME/.agents/skills/prisma-compute"
u="https://raw.githubusercontent.com/prisma/skills/1123817e60d15ca0f3af91878923241dee7e3b09/prisma-compute"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/app-deploy-cli.md" "$u/references/app-deploy-cli.md" \
  -o "$d/references/compute-config.md" "$u/references/compute-config.md" \
  -o "$d/references/create-prisma.md" "$u/references/create-prisma.md" \
  -o "$d/references/frameworks.md" "$u/references/frameworks.md" \
  -o "$d/references/sdk-api.md" "$u/references/sdk-api.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Antigravity

Neste projeto: instala em .agents/skills/prisma-compute/.

d=".agents/skills/prisma-compute"
u="https://raw.githubusercontent.com/prisma/skills/1123817e60d15ca0f3af91878923241dee7e3b09/prisma-compute"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/app-deploy-cli.md" "$u/references/app-deploy-cli.md" \
  -o "$d/references/compute-config.md" "$u/references/compute-config.md" \
  -o "$d/references/create-prisma.md" "$u/references/create-prisma.md" \
  -o "$d/references/frameworks.md" "$u/references/frameworks.md" \
  -o "$d/references/sdk-api.md" "$u/references/sdk-api.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Global: instala em ~/.gemini/antigravity-cli/skills/prisma-compute/.

d="$HOME/.gemini/antigravity-cli/skills/prisma-compute"
u="https://raw.githubusercontent.com/prisma/skills/1123817e60d15ca0f3af91878923241dee7e3b09/prisma-compute"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/app-deploy-cli.md" "$u/references/app-deploy-cli.md" \
  -o "$d/references/compute-config.md" "$u/references/compute-config.md" \
  -o "$d/references/create-prisma.md" "$u/references/create-prisma.md" \
  -o "$d/references/frameworks.md" "$u/references/frameworks.md" \
  -o "$d/references/sdk-api.md" "$u/references/sdk-api.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/prisma.skills.prisma-compute

Prévia do SKILL.md

---
name: prisma-compute
description: 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`, Compute auth/workspaces, apps/deployments/…
license: MIT
metadata:
  author: prisma
  version: "1.5.1"
---

# Prisma Compute

Guide agents through Prisma Compute app creation, deployment, operations, and framework-specific deploy readiness.

## Prisma Compute CLI Surface

Use the Prisma Platform CLI for Compute app workflows:

```bash
bunx @prisma/cli@latest app deploy --help
bunx @prisma/cli@latest app --help
bunx @prisma/cli@latest build logs --help
bunx create-prisma@latest --help
```

Use `@prisma/cli@latest` for Compute app deployment. Use `create-prisma@latest` for new-project scaffolding.

## Send Feedback and Report CLI Issues

The CLI has a built-in feedback channel. Use it whenever a command crashes (`UNEXPECTED_ERROR`), a failure survives troubleshooting, or the user asks to send feedback to the Prisma team:

```bash
bunx @prisma/cli@latest feedback "app deploy crashed: <first error line>"
bunx @prisma/cli@latest feedback "love the deploy flow" --email [email protected]
```

Crash output points here on its own: `--json` crash envelopes carry the exact pre-filled command as a `recover` entry in `nextActions` (run it verbatim), and human crash output ends with a `Tell us what happened:` hint. Feedback is anonymous unless `--email` is passed and attaches only the CLI version, node version, an…

## Source-of-Truth Order

Use evidence in this order when deciding what to edit or run:
…

Ver todo o marketplace