What problem does it solve? Choosing and configuring the right Cloudflare product for a deployment is difficult because the platform spans dozens of compute, storage, AI, networking, and security services. This Skill routes deployment requests to the correct Cloudflare product and provides the configuration, authentication, and troubleshooting guidance needed to ship. ## Core Features & Use Cases - Product Decision Trees: Route requests to the right service across compute (Workers, Pages, Durable Objects, Workflows, Containers), storage (KV, D1, R2, Queues, Vectorize), AI (Workers AI, AI Gateway, Agents SDK), networking (Tunnel, Spectrum), and security (WAF, DDoS, Bot Management). - Authentication & Deployment Guidance: Verify Wrangler authentication via wrangler whoami, configure CLOUDFLARE_API_TOKEN for CI/CD, and handle sandbox network escalation for blocked deploys. - Deep Product References: Load detailed per-product references covering configuration, APIs, patterns, and gotchas for over 50 Cloudflare services. - Use Case: A user asks to host a full-stack app with a database on Cloudflare. The Skill routes to Pages for the frontend, D1 for the database, walks through Wrangler authentication, and deploys with the correct wrangler.jsonc bindings. ## Quick Start Deploy this app to Cloudflare using Workers or Pages and return the URL, configuration, and required environment variables.