Cloudflare Platform
Summary
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Features
- Covers Workers, Pages, KV, D1, R2, and Queues
- Includes Workers AI, Vectorize, and the Agents SDK
- Networking, security, and infrastructure-as-code guidance
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
The umbrella skill for building on Cloudflare, published by Cloudflare. It gives an agent accurate, current knowledge of the platform instead of whatever it absorbed from three-year-old blog posts.
Coverage spans compute (Workers, Pages), storage (KV, D1, R2, Durable Objects), AI (Workers AI, Vectorize, the Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS protection), and infrastructure as code with Terraform and Pulumi.
The practical benefit is correctness on the details that break deployments: binding configuration, compatibility flags, runtime API limits, and which primitive is the right one for a given job. Works with Claude Code, Cursor, OpenCode, Codex, and any agent supporting the SKILL.md format.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.
Test-Driven Development
by Jesse Vincent
Enforce a real red-green-refactor loop when implementing features or fixes, so behaviour is specified before it is written.