What problem does it solve? Choosing among Cloudflare's dozens of products (Workers, R2, D1, Queues, Durable Objects, AI services, security tools) is difficult when a user describes a need without knowing which product fits. This Skill maps stated goals to the right Cloudflare products and loads the relevant references or sibling skills for implementation. ## Core Features & Use Cases - Need-to-product mapping: A large decision table maps tasks (file uploads, background jobs, semantic search, bot protection, video streaming) to the appropriate Cloudflare products with selection criteria. - Bundled product references: Ships progressive-disclosure reference directories (README plus configuration, api, patterns, gotchas files) for products like Durable Objects, D1, KV, R2 SQL, Workers AI, Terraform, Snippets, and Bot Management. - Architecture guidance: Recommends coherent product combinations, explains deciding requirements (data shape, consistency, coordination), and points to current docs for limits and pricing. - Use Case: A user asks to build a file-upload app; the Skill recommends Workers for the API, R2 for storage, D1 for metadata, and Queues for processing, then loads each product's reference for implementation. ## Quick Start Ask the agent which Cloudflare products to use for building a document search application and have it recommend and explain the architecture.