cloudflare

Guides Cloudflare product selection and cross-product architecture using official documentation.

1|Updated Jul 16, 2026
One-click install
npx skills add https://github.com/sota411/codex-config --skill cloudflare-sota411
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/sota411/codex-config/tree/main/user-skills/cloudflare
Command: npx skills add https://github.com/sota411/codex-config --skill cloudflare-sota411

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing the right Cloudflare product and designing configurations that span multiple services is difficult when documentation is scattered across dozens of products. This Skill routes tasks to the correct specialized skill or official docs and grounds decisions in the existing project and verified sources. ## Core Features & Use Cases - Task Routing: Directs Workers, Durable Objects, Wrangler, and Cloudflare One work to dedicated skills, and other products like Pages, D1, R2, or Workers AI to official documentation. - Decision Grounding: Reads the existing project, dependencies, and account resources before recommending products, avoiding speculative infrastructure. - Source Verification: Checks changing limits, pricing, APIs, and configuration fields against official docs, changelogs, and the installed wrangler config schema. - Use Case: When asked to add caching to an existing Workers app, the Skill inspects the project first, verifies KV versus Cache API tradeoffs in current docs, and proposes concrete environment changes. ## Quick Start Ask the assistant to help choose and configure the right Cloudflare products for your project based on its existing setup.

Frequently Asked Questions about cloudflare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Cloudflare product for my project?▼

Read the existing project, dependencies, and account resources first, then match products against actual requirements. Verify changing limits, pricing, and APIs in the official Cloudflare docs before introducing new infrastructure.

Which Cloudflare skill should handle Workers versus Durable Objects tasks?▼

Workers code and runtime behavior route to the workers-best-practices skill, while Durable Objects and stateful coordination route to the durable-objects skill. Wrangler commands go to the wrangler skill, and Access, Gateway, WARP, or Tunnel go to cloudflare-one.

How do I verify Cloudflare configuration fields for my Wrangler version?▼

Prefer the installed Workers types and node_modules/wrangler/config-schema.json for your installed version. Resolve any differences against version-matched official documentation before changing code.

When should I use KV versus D1 versus Durable Objects on Cloudflare?▼

KV fits high-read, low-write workloads with eventual consistency, D1 fits relational data with strong consistency, and Durable Objects fit coordination requiring strong consistency and sub-millisecond reads. The choice depends on your consistency and latency requirements.

Does this skill cover every Cloudflare product directly?▼

No, it handles product selection, cross-product architecture, and products without a more specific installed skill. Single-product tasks like Workers runtime code or Wrangler commands are routed to their dedicated skills or official documentation.