cloudflare-workers-deploy

Installation
SKILL.md

Cloudflare Workers Deployment

Deploy web applications to Cloudflare Workers with GitHub Actions automation.

Quick Start

  1. Create wrangler.jsonc at project root
  2. Create workers/ directory with Hono entry point
  3. Add GitHub Actions workflows
  4. Set secrets via wrangler secret put
  5. Configure GitHub secrets for CI/CD

Core Files

wrangler.jsonc

{
  "$schema": "node_modules/wrangler/config-schema.json",
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 10, 2026