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.