What problem does it solve? Wrangler CLI flags, config fields, and subcommands change frequently, so pre-trained knowledge is often outdated. This Skill ensures correct syntax and current best practices when deploying and managing Cloudflare Workers and their bindings by biasing toward retrieval from official Cloudflare docs. ## Core Features & Use Cases - Deployment & Development: Initialize projects, run local dev servers with remote bindings, deploy Workers, manage versions, and roll back releases. - Resource Management: Create and configure KV namespaces, R2 buckets, D1 databases, Vectorize indexes, Hyperdrive configs, Queues, Containers, Workflows, Pipelines, and Secrets Store. - Configuration & Safety: Write wrangler.jsonc configs with bindings, generate TypeScript types, manage secrets securely, and profile Worker startup time. - Use Case: You need to deploy a Worker with a D1 database and R2 bucket. The Skill guides you to write the wrangler.jsonc bindings, run migrations, set secrets via interactive prompts, and deploy with a dry-run validation first. ## Quick Start Ask the agent to check the installed Wrangler version and deploy your Worker to the staging environment using wrangler deploy --env staging.