cloudflare-workers

Installation
SKILL.md

Cloudflare Workers Development

Overview

Build serverless applications on Cloudflare's edge platform with millisecond cold starts using V8 isolates.

Prerequisites

# Install Wrangler CLI
npm install -g wrangler

# Authenticate
wrangler login

# Create new project
npm create cloudflare@latest my-worker
Installs
2
First Seen
Jun 16, 2026
cloudflare-workers — arustydev/homebrew-tap