If you're setting up Cloudflare Workers locally or debugging why your bindings aren't working in dev mode, this gets you sorted. It walks through Wrangler configuration, proper TypeScript setup with the right module resolution settings, and handling preview IDs for KV and D1 so you stop seeing "undefined" errors. The security section on supply chain practices for scaffolding tools is a nice touch, especially the cooldown period advice. Most helpful when you're either bootstrapping a new worker project or troubleshooting why hot reload isn't picking up changes. The error prevention table covering the top six issues (binding configs, HMR, CORS) will save you from the usual local dev headaches.
npx skills add https://github.com/secondsky/claude-skills --skill cloudflare-workers-dev-experience