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 prioritizes live documentation over stale pre-trained knowledge. ## Core Features & Use Cases - Product Decision Trees: Route tasks like running code, storing data, AI inference, networking, security, and media to the correct Cloudflare product reference. - Deep Product References: Progressive-disclosure guides for Workers, Pages, D1, KV, R2, Durable Objects, Workers AI, Vectorize, AI Gateway, Terraform, and 50+ other products. - Retrieval-First Guidance: Directs verification of limits, pricing, and API signatures against live Cloudflare docs, Wrangler schemas, and workers-types packages. - Use Case: When asked to build a RAG chatbot, the Skill routes you to Workers AI for embeddings, Vectorize for the vector database, and D1 for metadata, with current API patterns for each. ## Quick Start Ask the assistant to help you build, configure, or debug any Cloudflare product such as deploying a Worker with a D1 database binding.