What problem does it solve? Working with Cloudflare's Wrangler CLI across different projects often leads to version mismatches, wrong global installs, and misconfigured environments. This Skill ensures you always use the project's own pinned Wrangler version and configuration instead of guessing or installing the wrong tool. ## Core Features & Use Cases - Project-Aware Command Resolution: Detects the package manager, lockfile, and installed Wrangler version, then runs commands through the project's own scripts rather than a global binary. - Safe Configuration Changes: Preserves existing config format and compatibility_date, validates bindings and environments, and regenerates types when bindings change. - Deployment & Secrets Safety: Verifies account, environment, and rollback paths before deploying, and keeps secrets out of config files, logs, and command arguments. - Use Case: When asked to deploy a Worker or debug a failing wrangler command, the Skill inspects the project's setup first, runs the correct versioned command with dry-run validation, and confirms production health after deployment. ## Quick Start Use the wrangler skill to deploy this Cloudflare Workers project using its own configured Wrangler version and verify the deployment afterwards.