What problem does it solve? Choosing and correctly configuring the right Cloudflare product is difficult across a catalog spanning compute, storage, AI, networking, and security, and stale knowledge of APIs, limits, and pricing causes broken implementations. This Skill routes any Cloudflare task to the correct product reference and enforces retrieval of live documentation over outdated pre-trained knowledge. ## Core Features & Use Cases - Decision Trees: Route tasks like running code, storing data, adding AI, or securing traffic to the right product (Workers, D1, R2, KV, Vectorize, WAF, Tunnel, and more). - Progressive References: Load per-product guides with configuration, API, patterns, and gotchas files so only task-relevant context is consumed. - Retrieval-First Guidance: Directs verification against Cloudflare docs, Wrangler config schemas, and Workers types before citing limits, pricing, or API signatures. - Use Case: When asked to add a serverless SQL database to a Worker, the Skill routes to the D1 reference, provides wrangler.jsonc binding setup, migration commands, and query patterns, then flags plan limits to verify against live docs. ## Quick Start Ask the agent to build or configure any Cloudflare feature, such as creating a Worker with a D1 database binding, and it will select the right product reference and walk you through setup.