What problem does it solve? Wrangler CLI flags and configuration fields change frequently, so relying on memorized syntax leads to broken commands and misconfigured Workers. This Skill grounds every command and config edit in the project's installed Wrangler version and current Cloudflare documentation. ## Core Features & Use Cases - Project Inspection: Detects the package manager, installed Wrangler version, framework, and active config file before running any command, so changes target the right source. - Documentation-Grounded Commands: Retrieves the relevant Cloudflare docs or local wrangler --help output for deployments, secrets, environments, bindings, and rollbacks instead of guessing syntax. - Safe Configuration Changes: Handles environment inheritance, Vite plugin environments, dashboard reconciliation, secret handling, and type regeneration with wrangler types. - Use Case: You need to add a KV binding to a staging environment and deploy. The Skill checks environment inheritance, edits the correct config source, runs a dry-run deploy, and regenerates TypeScript types. ## Quick Start Use the wrangler skill to add a KV namespace binding to my staging environment and validate the change with a dry-run deploy.