What problem does it solve? Wrangler CLI flags, config fields, and subcommands change frequently, so pre-trained knowledge is often outdated. This Skill directs the agent 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 with correct binding shapes, compatibility dates, remote bindings, and type generation via wrangler types. - Use Case: When asked to deploy a Worker with a D1 database and R2 bucket, the agent first checks the latest docs and config schema, then writes a valid wrangler.jsonc and runs the correct deploy commands. ## Quick Start Ask the agent to create and deploy a new Cloudflare Worker with a D1 database binding using Wrangler.