← ClaudeAtlas

cloudflare-workerlisted

Use when building an API or handler at the Cloudflare edge: create a Cloudflare Worker with Wrangler that serves an API at the edge.
sarmakska/slipstream · ★ 1 · DevOps & Infrastructure · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Create a Cloudflare Worker with Wrangler that serves an API at the edge. ## Steps 1. Install `wrangler` and create `wrangler.toml` with the worker name and a `main` entry. 2. Implement a `fetch` handler returning a JSON response. 3. Set `compatibility_date` to a recent date. ## Verify Run a Wrangler dry run deploy and confirm it reports a successful upload size with no build errors.