cloudflare-worker-base

Community

Production-ready Cloudflare Worker scaffolding.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a production-ready Cloudflare Workers base stack with Hono routing, Vite development tooling, and static assets support, designed to accelerate modern edge apps and prevent common deployment pitfalls.

Core Features & Use Cases

  • Hono + ES Module pattern: Clean, future-proof Worker routing and exports.
  • Vite plugin for development: Fast HMR and local testing with Miniflare.
  • Static assets integration: Serve frontend assets from the Worker.
  • Wrangler.jsonc templates: Simple, predictable deployment config.
  • Production-tested baseline: Validated design used in real projects.

Quick Start

Create a new project with: npm create cloudflare@latest my-worker --
--type hello-world
--ts
--git
--deploy false
--framework none Then install dependencies, configure Wrangler, and start the dev server.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cloudflare-worker-base
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#cloudflare-worker-base

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository