What problem does it solve? Wrangler CLI flags, config fields, and subcommands change frequently, so relying on memorized knowledge leads to outdated commands and invalid configurations when deploying or managing Cloudflare Workers and their bindings. ## Core Features & Use Cases - Deployment & Development: Run local dev servers, deploy Workers, manage versions, and roll back releases with correct Wrangler syntax. - Resource Management: Create and manage KV namespaces, R2 buckets, D1 databases, Vectorize indexes, Hyperdrive configs, Queues, Workflows, Pipelines, Containers, and Secrets Store. - Configuration Guidance: Write valid wrangler.jsonc configs with bindings, environments, compatibility dates, and generate TypeScript types. - Use Case: You need to add a D1 database to an existing Worker, run migrations, and deploy to a staging environment. This Skill ensures you use the current wrangler d1 migrations apply syntax and correct binding shapes instead of outdated flags. ## Quick Start Ask the AI to help you create and deploy a new Cloudflare Worker with a KV namespace binding using Wrangler.