wrangler

Configure and troubleshoot Wrangler CLI commands for Cloudflare Workers development and deployment.

Updated Sep 21, 2026
One-click install
npx skills add https://github.com/maxentr/la-cuisine-de-mm --skill wrangler-maxentr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/maxentr/la-cuisine-de-mm/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/maxentr/la-cuisine-de-mm --skill wrangler-maxentr

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about wrangler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the limitations of Wrangler rollback?

Rollback restores Worker code but does not roll back connected resources or their data. Review the rollback limitations documentation before reverting a deployment that touched bindings or storage.