What problem does it solve? Cloudflare's platform spans dozens of products with overlapping capabilities, making it hard to pick the right service and keep up with changing APIs, limits, and pricing. This Skill routes any Cloudflare task to the correct product reference and biases toward live documentation over stale pre-trained knowledge. ## Core Features & Use Cases - Decision Trees: Route tasks like running code, storing data, AI inference, networking, security, and media to the right Cloudflare product (Workers, D1, R2, KV, Vectorize, WAF, Tunnel, and more). - Progressive References: Per-product reference directories with README, configuration, API, patterns, and gotchas files so only task-relevant content is loaded. - Retrieval-First Guidance: Directs agents to Cloudflare docs, workers-types packages, and Wrangler config schemas for current limits, pricing, and type signatures. - Use Case: When asked to add feature flags to a Workers app, the Skill routes to the Flagship reference, shows binding setup via env.FLAGS, and points to the OpenFeature SDK for Node.js evaluation. ## Quick Start Ask the agent to help build or configure any Cloudflare product, such as setting up a D1 database with migrations in a Workers project.