What problem does it solve? Cloudflare's Wrangler CLI has a large, evolving command surface across Workers, KV, R2, D1, Vectorize, Hyperdrive, Queues, Workflows, and more. This Skill ensures correct command syntax, configuration patterns, and best practices before running wrangler commands, preventing misconfigurations and deployment errors. ## Core Features & Use Cases - Configuration Guidance: Provides wrangler.jsonc templates with bindings for KV, R2, D1, Durable Objects, AI, Vectorize, Hyperdrive, Queues, Workflows, Pipelines, and Secrets Store, plus type generation via wrangler types. - Full Lifecycle Commands: Covers local development (wrangler dev with remote bindings), deployment with environments and rollback, secrets management, and observability via wrangler tail. - Resource Management: Documents CLI commands for creating and managing databases, buckets, namespaces, indexes, containers, and migrations. - Use Case: You need to deploy a Worker with a D1 database and staging/production environments. This Skill provides the exact config bindings, migration commands, and wrangler deploy --env staging workflow. ## Quick Start Ask the AI to load the wrangler skill and help you configure and deploy a Cloudflare Worker with a D1 database binding.