wrangler

Deploy and manage Cloudflare Workers with wrangler.jsonc configurations.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kage1020/dotfiles --skill wrangler-kage1020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/kage1020/dotfiles/tree/main/dot_claude/skills/wrangler
Command: npx skills add https://github.com/kage1020/dotfiles --skill wrangler-kage1020

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler CLI streamlines building, testing, and deploying Cloudflare Workers by providing a single interface to manage config, development workflows, and deployments across environments.

Core Features & Use Cases

  • Local development server with wrangler dev for rapid iteration.
  • Deploy workers and manage environments with wrangler deploy and secret management.
  • Bindings, KV, R2, D1, and other Cloudflare resources integrated via config.
  • Quick-start projects and scaffolding with wrangler init or npx create-cloudflare.

Quick Start

Install wrangler and initialize a new worker project and deploy to Cloudflare.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I deploy Cloudflare Workers with resource bindings for KV and D1?

Wrangler enforces configuration discipline via wrangler.jsonc and validation commands like wrangler check. This ensures safe, correct setups for Cloudflare Workers before deploying resources such as KV, R2, and D1.

What's the best way to manage local development and environments for Cloudflare Workers?

The Wrangler CLI provides a single interface to build, test, and deploy Cloudflare Workers. It handles local development, environment-specific deployments, and resource bindings like KV, R2, and D1 in one configuration.

Can I use wrangler to scaffold and initialize a new Cloudflare Worker project?

Yes, you can scaffold new Cloudflare Worker projects using wrangler init or npx create-cloudflare. These commands quickly initialize project structures for rapid deployment and local development.

How does wrangler validate Cloudflare Workers configuration before deployment?

Wrangler validates Cloudflare Workers configurations using the wrangler check command. It enforces configuration discipline via wrangler.jsonc to ensure safe, correct setups for resource bindings and environments.

Do I need wrangler.jsonc to manage Cloudflare Workers bindings and secrets?

Yes, wrangler.jsonc is required to enforce configuration discipline for Cloudflare Workers. The CLI uses this file to manage environment-specific deployments, secrets, and resource bindings like KV, R2, and D1.