What problem does it solve? Developers working with Cloudflare Workers often struggle to remember the correct Wrangler CLI syntax, configuration options, and binding setups across many services like KV, R2, D1, and Workers AI, leading to misconfigurations and failed deployments. ## Core Features & Use Cases - Complete CLI Command Reference: Covers core commands for dev, deploy, secrets, versions, rollback, and log tailing with correct flags and syntax. - Binding Configuration Guidance: Provides wrangler.jsonc examples for KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Containers, Workflows, Pipelines, and Secrets Store. - Local Development & Testing: Explains local vs remote bindings, .dev.vars secrets, scheduled event testing, and Vitest integration. - Use Case: When you need to add a D1 database to your Worker, this Skill guides the AI to create the database, run migrations, configure the binding in wrangler.jsonc, and regenerate TypeScript types with the correct commands. ## Quick Start Use the wrangler skill to help me create a new Cloudflare Worker with a KV namespace binding and deploy it to a staging environment.