What problem does it solve?
Teams maintaining Cloudflare Sandbox applications on the stable @cloudflare/sandbox package risk mixing incompatible APIs from the 1.0 preview (@next) line, using deprecated transports, or mismatching Worker packages with container images. This Skill acts as a gate, contract, and retrieval map to keep stable-line apps correct.
Core Features & Use Cases
- Package Line Gating: Verifies the npm dependency and container image both match the stable line, and redirects to sandbox-next or sandbox-migrate-to-next when appropriate.
- Stable API Contract: Enforces correct usage of exec, startProcess, execStream, sessions, terminal, tunnels, and RPC transport while blocking @next-only APIs like process.output().
- Documentation Retrieval Map: Routes every task—commands, files, ports, backups, terminals, production deployment, deprecated-API cleanup—to the exact official docs page.
- Use Case: A developer maintaining an existing Sandbox app needs to add background processes and clean up deprecated HTTP transports without migrating to 1.0; this Skill confirms the stable line, points to the Commands API docs, and walks through the 2026 deprecation guide.
Quick Start
Ask the agent to help you add a streaming command or clean up deprecated APIs in your existing Cloudflare Sandbox app that uses the stable @cloudflare/sandbox package.