What problem does it solve? Choosing among Cloudflare's dozens of products is difficult, especially when a user describes a need (uploads, background jobs, document search) without knowing which product fits. This Skill maps user 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 comprehensive decision table maps tasks (APIs, storage, AI inference, realtime media, security, networking) to products like Workers, R2, D1, Queues, Workflows, Durable Objects, and Workers AI. - Bundled Product References: Ships progressive-disclosure reference directories (README, configuration, api, patterns, gotchas) for products such as KV, D1, Terraform, Snippets, Bot Management, Stream, and Analytics Engine. - Architecture Guidance: Recommends coherent product combinations, explains deciding requirements (data shape, consistency, coordination), and flags current defaults such as Workers over Pages for new projects. - 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 building an API with file uploads and background job processing.