What problem does it solve? Choosing among Cloudflare's dozens of products is hard when a user describes a need (uploads, background jobs, document search) without knowing which product fits. This Skill maps stated goals to the right Cloudflare products and then loads the relevant references or sibling skills for implementation. ## Core Features & Use Cases - Need-to-product mapping: A large decision table maps tasks (APIs, storage, AI inference, realtime media, security, email, observability) to products like Workers, R2, D1, Queues, Workflows, Durable Objects, Workers AI, and Vectorize. - Product selection guidance: Explains deciding requirements (data shape, consistency, coordination, execution lifecycle) when similar products could fit, and recommends Workers over Pages for new projects. - Bundled references: Ships per-product reference directories (KV, D1, R2, Terraform, Snippets, Smart Placement, Workers AI, AI Gateway, and more) with configuration, API, patterns, and gotchas files. - Use Case: A user asks to build a file-upload app; the Skill recommends Workers for the API, R2 for files, 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 your application idea and have it recommend an architecture with implementation guidance.