What problem does it solve? Wrangler CLI flags, config fields, and subcommands change frequently, so relying on memorized knowledge leads to outdated commands and broken configurations. This Skill ensures correct, current Wrangler usage by biasing toward retrieval from official Cloudflare docs and the local config schema before running any command. ## Core Features & Use Cases - Deployment & Development: Covers wrangler dev, wrangler deploy, versioning, rollback, and environment-based staging/production workflows. - Resource Management: Provides command references for KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Containers, Workflows, Pipelines, and Secrets Store. - Configuration Best Practices: Enforces wrangler.jsonc over TOML, recent compatibility_date values, type generation via wrangler types, and secure secret handling. - Use Case: You need to deploy a Worker with a D1 database and R2 bucket. The Skill guides you to verify the latest binding shapes in the config schema, write a valid wrangler.jsonc, run migrations, and deploy with a dry run first. ## Quick Start Ask the assistant to help you create and deploy a new Cloudflare Worker with a KV namespace using the latest Wrangler CLI syntax.