worker▌
2 indexed skills · max 10 per page
cloudflare-worker-base
jezweb/claude-skills · Cloud
Production-ready Cloudflare Workers setup with Hono, Vite, and Static Assets preventing 10 documented issues. \n \n Prevents critical routing conflicts (API routes returning index.html ), export syntax errors, HMR race conditions, and Vite 8+ compatibility issues through tested configuration patterns \n Includes auto-provisioning for R2, D1, and KV resources (Wrangler 4.45+), Workers RPC for service-to-service calls, and gradual rollout asset mismatch handling \n Covers free tier 429 errors with
cloudflare-worker-builder
jezweb/claude-skills · Cloud
Scaffold and deploy Cloudflare Workers projects with Hono routing, Vite dev server, and Static Assets. \n \n Guides you through project setup in four steps: understanding requirements, scaffolding structure, configuring bindings (D1, R2, KV), and deploying to production \n Provides ready-to-use asset files including wrangler.jsonc , vite.config.ts , Hono app entry point, and TypeScript configuration \n Documents critical patterns for export syntax, SPA fallback with API route protection, Vite pl