This walks you through building and deploying Cloudflare Workers using Bun as your runtime and development tool. You get the full stack: routing with Hono, KV and D1 database bindings, Durable Objects for stateful coordination, R2 for object storage, and scheduled cron jobs. The guide opens with solid security practices around scaffolding tools, which is refreshing to see upfront. Testing examples use both Bun's native test runner and Miniflare for local simulation. If you're already using Bun and want to deploy edge functions without switching contexts, this covers the wrangler workflow and all the Cloudflare primitives you'll actually reach for in production.
npx skills add https://github.com/secondsky/claude-skills --skill bun-cloudflare-workers