What problem does it solve?
This Skill helps you avoid outdated Cloudflare Wrangler knowledge by guiding you to fetch the latest docs and then use current, correct commands and configuration patterns for Workers deployments and related services.
Core Features & Use Cases
- Wrangler-first operational guidance: Learn and apply the correct Wrangler flags, subcommands, and config fields for common tasks like local development, deploying, and troubleshooting.
- Production-ready configuration practices: Use JSON config (wrangler.jsonc), set an appropriate compatibility_date, define environments (staging/production), and regenerate types after config changes.
- Service coverage for the Cloudflare ecosystem: Configure and manage bindings and resources including KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Workflows, Pipelines, Secrets Store, and Pages deployment workflows.
Quick Start
Run the command wrangler --version to confirm you have Wrangler v4.x installed before proceeding with your first deploy or local development workflow.