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. This Skill routes any Cloudflare task through decision trees to the right product reference and prioritizes live documentation over stale pre-trained knowledge. ## Core Features & Use Cases - Product Decision Trees: Route tasks like "I need storage" or "I need AI/ML" to the correct product (KV vs D1 vs R2, Workers AI vs Vectorize vs Agents SDK) with quick comparison tables. - Deep Product References: Per-product guides covering configuration, APIs, patterns, and gotchas for Workers, Pages, Durable Objects, D1, R2, Workers AI, Terraform, WAF, and 50+ other services. - Retrieval-First Guidance: Directs lookups to live Cloudflare docs, Wrangler config schemas, and workers-types packages so limits, pricing, and type signatures stay current. - Use Case: When asked to build a RAG chatbot on Cloudflare, the Skill routes you to Workers AI for embeddings, Vectorize for the vector index, and Workers for serving, then loads each product's setup and API reference. ## Quick Start Ask the assistant 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.