☁️
DevOpsPython

Cloudflare Worker Builder

by jezweb

Cloudflare Worker Builder is a DevOps skill for Claude Code, published by jezweb in claude-skills.

974 stars102 forkson jezweb/claude-skillsAdded 2026/08/21Repository updated 2026/07/02
aianthropicautomationclaude-codeclaude-skillscloudflaredevtoolsproductivityreactskillstailwindvite
Install in seconds
Install Cloudflare Worker Builder
Copy Cloudflare Worker Builder into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jezweb/claude-skills/tree/main/plugins/cloudflare/skills/cloudflare-worker-builder ~/.claude/skills/cloudflare-worker-builder

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jezweb/claude-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/cloudflare/skills/cloudflare-worker-builder/SKILL.md in jezweb/claude-skills
Installs to
~/.claude/skills/cloudflare-worker-builder
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Cloudflare Worker Builder does

Cloudflare Worker Builder scaffolds and deploys Cloudflare Worker projects with Hono, Vite, and Static Assets. Use it to set up bindings, route APIs, and troubleshoot export or deployment issues.

Cloudflare Worker Builder is cataloged under DevOps on DirSkills. Cloudflare Worker Builder comes from a repository tagged ai, anthropic, automation, claude-code and claude-skills.

Documentation

README

Cloudflare Worker Builder

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

Workflow

Step 1: Understand the Project

Ask about the project to choose the right bindings and structure:

  • What does the app do? (API only, SPA + API, landing page)
  • What data storage? (D1 database, R2 files, KV cache, none)
  • Auth needed? (Clerk, better-auth, none)
  • Custom domain or workers.dev subdomain?

A brief like "todo app with database" is enough to proceed.

Step 2: Scaffold the Project

npm create cloudflare@latest my-worker -- --type hello-world --ts --git --deploy false --framework none
cd my-worker
npm install hono
npm install -D @cloudflare/vite-plugin vite

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Cloudflare Worker Builder

  • What else does jezweb publish alongside Cloudflare Worker Builder?

    Cloudflare Worker Builder is one of 25 skills that DirSkills catalogs from jezweb/claude-skills, the repository it ships in. Its siblings there include AI Image Generator, App Documentation Generator and Cloudflare API. Each one is a separate skill with its own page in this directory, installs the same way Cloudflare Worker Builder does, and is maintained by jezweb in that same repository. The rest of the collection is listed on the jezweb/claude-skills page.

  • How does Cloudflare Worker Builder compare to other DevOps skills?

    Cloudflare Worker Builder ranks #452 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cloudflare Worker Builder against them. Open each page to compare what they document and how they install.

More from jezweb/claude-skills

Cloudflare Worker Builder is one of 25 skills cataloged on DirSkills from jezweb/claude-skills.

See all 25 skills
🎨
1w ago

AI Image Generator

AI Image Generator uses Gemini and OpenAI image APIs to create scenes, icons, posters, infographics, and other visual assets. Use it when you need text-aware images, transparent icons, batch variations, or multi-reference compositing.
AI Engineering
974102
📘
1w ago

App Documentation Generator

App Documentation Generator browses a web app, screenshots its screens, and writes a structured user guide. Use it to create step-by-step docs, annotated screenshots, and workflow references for end users or admins.
Writing
974102
☁️
1w ago

Cloudflare API

Cloudflare API hits the Cloudflare REST API directly for bulk DNS, custom hostnames, email routing, WAF rules, cache purge, and other fleet operations. Use it when wrangler or MCP are too limited or too slow.
DevOps
974102
🔎
1w ago

Codex Review

Codex Review runs an independent code review with the OpenAI Codex CLI and saves a severity-prioritised report. Use it for PRs, commits, uncommitted changes, or whole-app checks to catch bugs, regressions, security, and testing gaps.
Quality
974102
🎨
1w ago

Color Palette Generator

Color Palette Generator creates accessible color scales, semantic tokens, and dark mode variants from a brand hex. Use it when setting design system colors, generating Tailwind theme values, or checking contrast.
Frontend
974102
🗄️
1w ago

D1 Drizzle Schema

D1 Drizzle Schema generates Drizzle ORM schemas for Cloudflare D1 with D1-safe column types, relations, exports, and migration docs. Use it when creating tables, adding a database, or scaffolding a D1 data layer.
DevOps
974102