Skip to main content
Back to registry

cloudflare-worker-builder

jezweb/claude-skills

Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets.

Installs320
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-worker-builder
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets. Ask about the project to choose the right bindings and structure: A brief like "todo app with database" is enough to proceed. Copy and customise the asset files from this skill's assets/ directory: Add bindings to wrangler.jsonc based on project needs. Wrangler 4.45+ auto-provisions resources on first deploy — always specify explicit names: Source: honojs/hono #3955 Without run_worker_first , SPA fallback intercepts API routes and returns index.html instead of JSON: Source: workers-sdk #8879 Always set the main field in wrangler.jsonc — the Vite plugin needs it. When adding cron triggers, switch to explicit export: Read these for detailed troubleshooting: - What does the app do? (API only, SPA + API, landing page) - What data storage? (D1 database, R2 files, KV cache, none) - Auth needed?

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudflare-worker-builder do?

Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets.

Is cloudflare-worker-builder good?

cloudflare-worker-builder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudflare-worker-builder work with?

cloudflare-worker-builder currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to cloudflare-worker-builder?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudflare-worker-builder?

npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-worker-builder

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering