What problem does it solve?
Wrangler knowledge gaps and outdated CLI/config guidance make it hard to correctly build, configure, and deploy Cloudflare Workers and their related services without running into binding or type mismatches.
Core Features & Use Cases
- Retrieval-first Wrangler accuracy: Guides you to fetch the latest Wrangler documentation and config schema instead of relying on stale memory, reducing incorrect flags and invalid fields.
- End-to-end worker lifecycle: Covers installing Wrangler, local development, generating types, deploying (including dry runs), viewing logs, and troubleshooting common issues.
- Comprehensive platform bindings: Helps configure and manage core integrations like KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Containers, Workflows, Pipelines, and Secrets Store for real production use cases.
- Secure secrets handling: Emphasizes safe secret practices (no secret values in commands, logs, or hardcoded config).
- Use case: When you need to deploy a Worker to staging and production while binding KV, R2, and AI, use this Skill to validate your config, generate correct TypeScript types, and deploy with confidence using the supported Wrangler commands.
Quick Start
Use this instruction: "Install Wrangler and scaffold a new Worker named my-worker using the latest supported approach, then deploy it to Cloudflare."