What problem does it solve? Choosing among Cloudflare's dozens of products and deploying to them correctly is confusing and error-prone. This Skill routes your deployment request to the right Cloudflare product and provides the exact configuration, authentication, and troubleshooting steps needed to ship. ## Core Features & Use Cases - Decision Trees for Product Selection: Maps needs like "run code", "store data", "AI/ML", "networking", "security", and "media" to the correct Cloudflare product (Workers, Pages, D1, R2, KV, Durable Objects, Workers AI, and more). - Authentication & Deployment Guidance: Verifies Wrangler authentication before deploys, handles CI/CD tokens, and recovers from sandbox network failures with escalated permissions. - Deep Product References: Loads detailed per-product references covering configuration, APIs, patterns, and gotchas for over 50 Cloudflare services. - Use Case: Ask to deploy a full-stack app with a database, and the Skill routes you to Pages or Workers plus D1, then walks through wrangler setup, migration, and deployment. ## Quick Start Deploy this project to Cloudflare Workers and return the live URL, configuration, and any required environment variables.