What problem does it solve? Cloudflare's platform spans dozens of products with evolving APIs, limits, and configuration options, making it hard to pick the right product and write correct code without outdated assumptions. This Skill routes any Cloudflare task to the right product reference and biases toward live documentation retrieval over stale pre-trained knowledge. ## Core Features & Use Cases - Decision trees for product selection: Quickly map needs like running code, storing data, AI inference, networking, security, media, or analytics to the correct Cloudflare product (Workers, KV, D1, R2, Vectorize, WAF, and more). - Progressive reference loading: Over 60 product-specific reference directories with README, configuration, API, patterns, and gotchas files so only task-relevant context is loaded. - Retrieval-first guidance: Directs lookups to Cloudflare docs, Wrangler config schemas, and Workers types before citing limits, pricing, or API signatures. - Use Case: When asked to add caching to a Workers API, the Skill routes to the KV and Cache references, verifies current binding syntax against live docs, and produces a correct wrangler.jsonc configuration. ## Quick Start Ask the agent to help build or configure any Cloudflare feature, such as setting up a Worker with a D1 database, and it will route to the right product references automatically.