What problem does it solve? Wrangler CLI flags and configuration fields change frequently, so relying on memorized commands leads to broken deployments and misconfigured Workers. This Skill guides you to inspect the project's actual Wrangler version, retrieve current documentation, and apply changes safely across environments. ## Core Features & Use Cases - Project Inspection: Detects the package manager, installed Wrangler version, framework, and active config file before running any command. - Documentation-Grounded Commands: Maps tasks like deployments, secrets, bindings, rollbacks, and migrations to the correct official Cloudflare documentation and local --help output. - Safe Change Application: Covers environment inheritance, secret handling, dashboard reconciliation, dry-run validation, and type regeneration. - Use Case: You need to add a KV binding to a staging environment and deploy. The Skill checks environment inheritance, verifies the binding identifier to avoid accidental auto-provisioning, runs a dry-run deploy, and regenerates TypeScript types. ## Quick Start Use the wrangler skill to deploy my Worker to the staging environment and verify the configuration first.