What problem does it solve?
This Skill eliminates the risk of using outdated or incorrect Wrangler CLI syntax, configuration fields, and service management commands by prioritizing retrieval of the latest Cloudflare documentation over pre-trained knowledge, ensuring your Cloudflare Worker projects are configured and deployed correctly.
Core Features & Use Cases
- Up-to-date Wrangler Guidance: Provides accurate, current instructions for all Wrangler CLI commands, flags, and configuration options for Cloudflare Workers and associated services like KV, R2, D1, Vectorize, and Queues.
- End-to-end Workflow Support: Covers full project lifecycles from initialization and local development to deployment, secret management, version rollback, and observability.
- Use Case: A developer building a Worker with R2 storage and D1 database bindings can use this Skill to generate a valid wrangler.jsonc configuration, run local dev with correct bindings, and deploy to production without validation errors.
Quick Start
Use the wrangler skill to configure, test, and deploy your Cloudflare Worker project with the correct Wrangler CLI commands and Cloudflare best practices.