What problem does it solve? Choosing and correctly configuring the right Cloudflare product is difficult because the platform spans dozens of services with overlapping capabilities, and pre-trained knowledge of APIs, limits, and pricing is often outdated. This Skill routes any Cloudflare task to the right product reference and prioritizes retrieval from live Cloudflare docs over stale knowledge. ## Core Features & Use Cases - Decision trees for product selection: Route tasks like running code, storing data, AI inference, networking, security, media, analytics, and infrastructure-as-code to the correct Cloudflare product. - Deep per-product references: Progressive-disclosure reference files for Workers, Pages, D1, KV, R2, Durable Objects, Workers AI, Vectorize, Agents SDK, AI Gateway, WAF, DDoS, Turnstile, Terraform, Pulumi, and more. - Retrieval-first guidance: Directs the agent to fetch current docs, Wrangler config schemas, and Workers types before citing limits, pricing, or API signatures. - Use Case: When asked to build a RAG chatbot on Cloudflare, the Skill routes you to Workers AI for embeddings, Vectorize for the vector database, and AI Gateway for caching, with configuration and code patterns for each. ## Quick Start Ask the agent to help you build or configure any Cloudflare product, such as setting up a Worker with a D1 database, and it will load the relevant references and current documentation.