This is a comprehensive reference for building on Cloudflare's edge platform, covering Workers, Pages, KV, D1, R2, and Durable Objects with TypeScript examples throughout. You get concrete patterns for everything from basic Worker setup and wrangler.toml configuration to KV caching strategies, D1 query parameterization, R2 object handling, and Durable Objects for stateful WebSocket coordination. The security section includes practical request validation, auth checks, and rate limiting implementations. It's opinionated in the right ways, like always using parameterized queries and leveraging ctx.waitUntil() for background tasks. If you're doing anything beyond a hello world on Cloudflare's infrastructure, this gives you the patterns you'll actually need instead of making you dig through their docs.
npx skills add https://github.com/mindrally/skills --skill cloudflare-development