Agent skill · Security

cloudflare

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), 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.

Cloudflare18,481★ · +13/wk · 4 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add cloudflare/skills --skill cloudflare --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 320
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/cloudflare/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,539
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. **Prefer retrieval over pre-training** — the references in this skill are starting points, not source of truth. ## Retrieval Sources Fetch the **latest** information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in knowledge or these reference files alone. | Source | How to retrieve | Use for | |--------|----------------|---------| | Cloudflare docs | `cloudflare-docs` search tool or `https://developers.cloudflare.com/` | Limits, pricing, API reference, compatibility dates/flags | | Workers types | `npm pack @cloudflare/workers-types` or check `node_modules` | Type signatures, binding shapes, handler types | | Wrangler config schema | `node_modules/wrangler/config-schema.json` | Config fields, binding shapes, allowed values | | Product changelogs | `https://developers.cloudflare.com/changelog/` | Recent changes to limits, features, deprecations | When a reference file and the docs disagre

What's inside
Steps it walks through
  1. Retrieval Sources
  2. Quick Decision Trees
  3. "I need feature flags"
  4. "I need to run code"
  5. "I need to store data"
  6. "I need AI/ML"
  7. "I need networking/connectivity"
  8. "I need security"
  9. "I need media/content"
  10. "I need analytics/metrics data"
  11. "I need infrastructure-as-code"
  12. Product Index
  13. Feature Flags
  14. Compute & Runtime
Ships with 24 files
  • references/agents-sdk/README.md
  • references/agents-sdk/api.md
  • references/agents-sdk/configuration.md
  • references/agents-sdk/gotchas.md
  • references/agents-sdk/patterns.md
  • references/ai-gateway/README.md
  • references/ai-gateway/configuration.md
  • references/ai-gateway/dynamic-routing.md
  • references/ai-gateway/features.md
  • references/ai-gateway/sdk-integration.md
  • references/ai-gateway/troubleshooting.md
  • references/ai-search/README.md
  • references/ai-search/api.md
  • references/ai-search/configuration.md
  • references/ai-search/gotchas.md
  • references/ai-search/patterns.md
  • references/analytics-engine/README.md
  • references/analytics-engine/api.md
  • references/analytics-engine/configuration.md
  • references/analytics-engine/gotchas.md
  • references/analytics-engine/patterns.md
  • references/api-shield/README.md
  • references/api-shield/api.md
  • references/api-shield/configuration.md
first 24 of 320
More from skills
All skills →
About this skill
What does the cloudflare skill do?

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), 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.

How do I install it?

Run `npx skills add cloudflare/skills --skill cloudflare --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cloudflare/skills, a repository with 2,539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going