What problem does it solve? Choosing among Cloudflare's dozens of products (Workers, R2, D1, KV, Queues, Workers AI, and more) is difficult when a user describes a need without knowing which product fits. This Skill maps user goals to the right Cloudflare products and then routes to the correct product-specific skill, bundled reference, or official documentation for implementation. ## Core Features & Use Cases - Need-to-Product Mapping: A comprehensive decision table maps tasks (hosting apps, storing files, running AI inference, securing APIs, sending email) to the appropriate Cloudflare product with guidance on when to choose it. - Bundled Product References: Ships with a large references/ library covering products like D1, KV, R2, Workers AI, Terraform, Snippets, Zaraz, Smart Placement, and more, each with configuration, API, patterns, and gotchas files. - Architecture Guidance: Recommends coherent product combinations (e.g., Workers + R2 + D1 + Queues for a file-upload app) and explains deciding requirements like consistency, coordination, and execution lifecycle. - Use Case: A user asks to build a document search feature. The Skill recommends AI Search for managed retrieval, or Vectorize plus Workers AI for custom semantic search, then loads the relevant references to implement it. ## Quick Start Ask the agent which Cloudflare products to use for building a file-upload API with background processing and have it recommend and explain the architecture.