What problem does it solve? Choosing and correctly configuring among dozens of Cloudflare products is difficult, and pre-trained knowledge of Cloudflare APIs, limits, and pricing is often outdated. This Skill routes any Cloudflare task to the right product reference and biases toward live documentation retrieval over stale knowledge. ## Core Features & Use Cases - Product Decision Trees: Route tasks like running code, storing data, AI inference, networking, security, and analytics to the correct Cloudflare product reference. - Progressive Reference Loading: Load only the relevant per-product files (configuration, API, patterns, gotchas) for Workers, D1, KV, R2, Durable Objects, Workers AI, Vectorize, AI Gateway, Terraform, and more. - Retrieval-First Guidance: Directs verification of limits, pricing, type signatures, and config options against live Cloudflare docs, workers-types packages, and the Wrangler config schema. - Use Case: When asked to add scheduled jobs to a Worker, the Skill routes to the cron-triggers reference, provides wrangler.jsonc trigger syntax, the scheduled handler API, and plan-specific CPU limits. ## Quick Start Ask the AI to help you build or configure any Cloudflare feature, such as setting up a D1 database with migrations in a Worker.