What problem does it solve? Cloudflare's platform spans dozens of products with frequently changing APIs, limits, and pricing, making it hard to pick the right service and write correct code from memory alone. This Skill routes your task to the right Cloudflare product and directs retrieval from official docs instead of relying on outdated pre-trained knowledge. ## Core Features & Use Cases - Product Decision Trees: Maps needs like running code, storing data, AI inference, networking, security, and media to the correct Cloudflare product (Workers, D1, R2, Vectorize, WAF, and more). - Retrieval-First Guidance: Points to authoritative sources such as Cloudflare docs, workers-types packages, and the Wrangler config schema for current limits, types, and configuration options. - Indexed Reference Library: Organizes detailed references for over 50 products including compute, storage, AI/ML, developer tools, and infrastructure-as-code with Terraform and Pulumi. - Use Case: You need to add a relational database to a Workers project. The decision tree routes you to D1 for SQLite or Hyperdrive for an existing Postgres, then the reference files and live docs provide binding configuration and query syntax. ## Quick Start Ask the agent to help you build a Cloudflare Workers API with a D1 database and KV session storage, using the latest official documentation.