What problem does it solve? Choosing the right Cloudflare product and writing correct code against its APIs is hard because the platform spans dozens of services with frequently changing limits, types, and configuration options. This Skill routes you to the right product via decision trees and provides detailed per-product references while biasing toward live documentation retrieval over stale pre-trained knowledge. ## Core Features & Use Cases - Product Decision Trees: Route requirements (run code, store data, AI/ML, networking, security, media, analytics, IaC) to the correct Cloudflare product and its reference docs. - Per-Product API References: Detailed guides for Workers, Pages, D1, KV, R2, Durable Objects, Workers AI, Vectorize, Terraform, Wrangler, and more, with TypeScript examples and gotchas. - Retrieval-First Guidance: Directs lookups to Cloudflare docs, workers-types packages, and Wrangler config schemas so numeric limits, pricing, and API signatures stay current. - Use Case: You need to add feature flags to a Workers app. The decision tree routes you to Flagship, and the reference shows binding setup (env.FLAGS), OpenFeature SDK usage, and REST API management. ## Quick Start Ask the AI which Cloudflare product fits your use case, for example how to store relational data or run scheduled jobs, and let it load the matching reference.