mjcramerz/cloudflare-workers
Use this plugin for cloudflare Workers platform, R2 publication, Durable Objects, sandboxing, and Workers best-practice workflows.
Use this skill for comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Operate Cloudflare R2-backed publication and artifact delivery paths with explicit bucket, prefix, credential, and immutability rules. Use when the user asks about R2 storage behavior, signed access, or artifact publication through Cloudflare.
Use Durable Objects for stateful coordination, RPC, SQLite storage, alarms, WebSockets, migrations and review. Check the installed toolchain and retrieve the relevant official API contract before implementation.
Use the Cloudflare Sandbox SDK when you implement isolated code execution, code interpreters, CI workers or interactive environments. Verify lifecycle, tenant isolation, commands, files and preview access against the installed version.
Use this skill for analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed. Biases towards retrieval from current documentation over pre-trained knowledge.
Use this skill for reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.