What problem does it solve? Wrangler CLI flags, config fields, and subcommands change frequently, so pre-trained knowledge is often outdated. This Skill directs agents to retrieve current Cloudflare documentation and the local config schema before writing or reviewing Wrangler commands, preventing syntax errors and misconfigured bindings. ## Core Features & Use Cases - Deployment & Development: Covers wrangler dev, wrangler deploy, dry runs, environments, versions, and rollback workflows. - Resource Management: Provides command references for KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Containers, Workflows, Pipelines, and Secrets Store. - Configuration Guidance: Recommends wrangler.jsonc over TOML, compatibility dates, type generation via wrangler types, and secure secret handling. - Use Case: When asked to deploy a Worker with a D1 database and KV cache, the agent first checks the latest docs, writes a valid wrangler.jsonc with correct bindings, runs migrations, and deploys with the correct flags. ## Quick Start Ask the agent to deploy your Cloudflare Worker or configure a binding, and it will verify Wrangler is installed and use current documentation for correct syntax.