What problem does it solve? Wrangler CLI flags, config fields, and subcommands change frequently, so pre-trained knowledge is often outdated. This Skill directs retrieval from official Cloudflare docs and the local config schema before running any Wrangler command, preventing syntax errors and misconfigured bindings. ## Core Features & Use Cases - Command Reference: Covers core commands for dev, deploy, types generation, tailing logs, versions, and rollback. - Binding Configuration: Provides wrangler.jsonc examples for KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Containers, Workflows, Pipelines, and Secrets Store. - Secure Secret Handling: Enforces interactive prompts and file-based input for secrets instead of passing values as CLI arguments. - Use Case: When deploying a Worker with a D1 database and R2 bucket, load this Skill to generate the correct wrangler.jsonc bindings, run migrations, and deploy with the right flags. ## Quick Start Use the wrangler skill to deploy my Cloudflare Worker with a D1 database binding and generate updated TypeScript types.