What problem does it solve? Wrangler CLI flags and configuration fields change frequently, so relying on memorized commands leads to broken deployments, misconfigured bindings, and lost secrets. This Skill grounds every command and config change 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 so commands run against the correct local version. - Documentation-Grounded Changes: Retrieves the exact command reference, config schema, or product guide needed for tasks like bindings, environments, secrets, and rollbacks. - Safe Validation: Regenerates TypeScript types, runs dry-run deploys, and reports target environments and unresolved gaps before changes go live. - Use Case: When adding a KV binding to a staging environment, the Skill checks environment inheritance, verifies resource identifiers to avoid accidental provisioning, and validates with wrangler deploy --dry-run. ## Quick Start Use the wrangler skill to add a KV namespace binding to my staging environment and validate the config with a dry-run deploy.