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, evolving limits, and frequent API changes. This Skill routes any Cloudflare task to the correct product reference and prioritizes live documentation over stale pre-trained knowledge. ## Core Features & Use Cases - Product Decision Trees: Route requirements like "run code", "store data", "need AI", or "need security" to the right Cloudflare product (Workers, D1, R2, KV, Vectorize, WAF, and more). - Deep Product References: Load detailed per-product guides covering configuration, APIs, patterns, and gotchas for Workers, Durable Objects, Pages, Terraform, Wrangler, and 40+ other services. - Retrieval-First Guidance: Directs verification against live Cloudflare docs, Wrangler config schemas, and workers-types packages before citing limits, pricing, or API signatures. - Use Case: When deploying a full-stack app with a D1 database and cron-triggered Worker, use the decision trees to confirm product fit, then load the d1 and cron-triggers references for exact wrangler.jsonc configuration and handler code. ## Quick Start Ask the AI to help you build or configure any Cloudflare feature, such as setting up a Worker with a D1 database binding, and it will route to the correct product reference.