Scaffolds production-ready Cloudflare Workers with Hono routing, Vite dev server, and Static Assets handling. Ask it to build a todo app or API and it'll create the full project structure, configure bindings for D1, R2, or KV, and get you to deployment. The workflow catches the two most common footguns: the export syntax that breaks Hono apps and the Static Assets config that makes API routes return HTML instead of JSON. Includes a references folder with documented GitHub issues for troubleshooting. Good for spinning up Workers quickly without memorizing wrangler.jsonc incantations or debugging SPA routing conflicts for the third time this week.
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-worker-builder