Pi Cloudflare Sandbox Workflows — DevOps skill for Claude Code
Prototype-to-production spine for contextual Pi runs in Cloudflare Sandboxes.
How to install Pi Cloudflare Sandbox Workflows
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open joelhooks/pi-cloudflare-sandbox-workflows and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Pi Cloudflare Sandbox Workflows does
Prototype-to-production spine for contextual Pi runs in Cloudflare Sandboxes.
Alternatives in DevOps
- Vercel Deploy — Deploy applications and websites to Vercel with preview or production options 14.6k ★
- Terraform Skill For Claude — Comprehensive Terraform and OpenTofu guidance covering testing, modules, CI/CD, and production patterns 1.4k ★
- Agents Starter — A starter kit for building ai agents on Cloudflare 1.3k ★
README
Pi Cloudflare Sandbox Workflows
Contextual Pi runs in Cloudflare Sandboxes.
This repo is the next spine after the browser-terminal proof in `../pi-cloudflare-sandbox`. The target is not a persistent web terminal. The target is **ephemeral, contextual, bounded Pi execution** with context capsules, task-specific context packs, secret leases, Artifacts-backed outputs, and Wzrrd review pages.
Non-negotiable split
src/ production-intended code only
prototypes/ throwaway experiments only
docs/ durable design docs and source maps
.brain/ canonical project memory and decisions
sources/ copied/source-backed reference material
Prototype code must either be deleted or rewritten into `src/`. Do not gradually polish a prototype until it becomes production by mold growth.
Read first:
BRAIN.md.brain/projects/pi-sandbox-workflows.svxdocs/production-vs-prototypes.mdPROTOTYPES.mddocs/source-map.mddocs/dynamic-workflow-machine.mddocs/tooling-baseline.md
First spike
pnpm install
pnpm prototype:spike:auth:put
export ACCESS_TOKEN="$(openssl rand -hex 32)"
pnpm prototype:spike:access:put # auto-leases Cloudflare credentials from agent-secrets if env vars are absent
pnpm prototype:spike:deploy
curl -X POST https://pi-sandbox-workflow-spike.joelhooks.workers.dev/api/real-run \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H 'content-type: application/json' \
-d '{"task":"Produce the research-claude-workflows spike report"}'
pnpm verify
The active sandbox spike uses real Cloudflare Sandbox, Artifacts, Wzrrd, XState v5, Zod v4, isomorphic-git, and just-bash substrate. `/api/real-run` commits plan-phase artifacts before sandbox creation, then runs a fixed reader → verifier pipeline in the sandbox, commits separate lane outputs, returns the Artifacts repo/commits, publishes a live Wzrrd review URL, and returns an anonymous Wzrrd `claimUrl` when no Wzrrd auth token is configured. `
Related Skills
Infrastructure Sandbox Kit
Docker Sandboxes template + kit: an IaC (Pulumi/Terraform/OpenTofu + AWS/Azure/GCP CLIs) Claude Code workstati
Claude In The Box
Use Anthropic Claude Agent SDK in a Cloudflare Sandbox
GitHub Azure Agentic Journeys
Idea → Prototype → Reality: Agentic journeys to help you build and deploy applications to Azure using agents a
Contextual Webinar RAG
Contextual RAG over webinar videos using Pinecone, Claude and AWS.
Runtm
Open-source sandboxes where coding agents build and deploy. Spin up isolated environments where Claude Code, C
Openclaw Monorepo
Repo-local OpenClaw workspace with modular JSON5 config, plugins, and Docker sandboxes — runs coding-agent CLI
Related Agents
DevOps Triage
Triages a production error alert (service name, error sample, optional deploy sha) into a bounded root-cause v
Production
Build the actual n8n workflow JSON using Python sandbox. Third step in pipeline.
QA Execution Operator
Requests approved sandbox execution through an allowlisted adapter and reports test-run evidence without direc