What problem does it solve? Cloudflare's platform spans dozens of products with overlapping capabilities, and pre-trained knowledge of its APIs, limits, and pricing quickly goes stale. This Skill routes any Cloudflare development question to the right product reference and biases toward retrieving live documentation over outdated memory. ## Core Features & Use Cases - Decision Trees: Route requirements (run code, store data, AI/ML, networking, security, media, analytics, IaC) to the correct Cloudflare product and its detailed reference files. - Progressive References: Per-product reference directories (Workers, D1, KV, R2, Durable Objects, Workers AI, Vectorize, Terraform, and more) with README, configuration, API, patterns, and gotchas files loaded on demand. - Retrieval-First Guidance: Explicit instructions to verify limits, pricing, type signatures, and config options against live Cloudflare docs, workers-types packages, and the Wrangler config schema. - Use Case: A developer asks how to add scheduled jobs and cache to a Worker; the Skill routes to cron-triggers and kv references, then confirms current limits from the official docs before writing wrangler.jsonc configuration. ## Quick Start Ask how to build, deploy, or debug anything on Cloudflare, such as setting up a Worker with a D1 database and cron trigger.