wrangler-cli-knowledge

Clarify Wrangler CLI specifications and usage for Cloudflare Workers development.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/biwakonbu/cc-plugins --skill wrangler-cli-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler-cli-knowledge
Source: https://github.com/biwakonbu/cc-plugins/tree/main/plugins/wrangler-cli-spec/skills/wrangler-cli-knowledge
Command: npx skills add https://github.com/biwakonbu/cc-plugins --skill wrangler-cli-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill clarifies Wrangler CLI specifications and usage for Cloudflare Workers development.

Core Features & Use Cases

  • Understand Wrangler commands, configuration, and deployment workflows for Cloudflare Workers.
  • Manage Durable Objects, Queues, Hyperdrive, and Service Bindings with Wrangler across project lifecycles.
  • Define and validate wrangler.toml settings and custom build configurations (Webpack/esbuild) for reliable builds and deployments.

Quick Start

Ask Wrangler for setup steps to start a new Worker project with Durable Objects and deployment to Cloudflare Workers.

Frequently Asked Questions about wrangler-cli-knowledge

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

FAQPage Schema
How do I configure wrangler.toml for Cloudflare Workers with Durable Objects?

To configure wrangler.toml for Cloudflare Workers, you define specific Durable Object bindings and migration tags. This ensures your Durable Objects are correctly mapped and deployed during the Cloudflare Workers lifecycle.

What is the best way to set up custom build configurations in Wrangler CLI?

Custom build configurations in Wrangler CLI are defined by specifying Webpack or esbuild settings in your wrangler.toml. This enforces reliable builds and deployments for your Cloudflare Workers project.

How do I manage Service Bindings and Queues in a Cloudflare Workers project?

Managing Service Bindings and Queues requires declaring their respective bindings in your wrangler.toml file. This connects your Cloudflare Workers to Queues and enables inter-Worker communication via Service Bindings.

Does Wrangler CLI support Hyperdrive for Cloudflare Workers?

Yes, Wrangler CLI supports Hyperdrive by adding the Hyperdrive binding configuration to your wrangler.toml. This enables Cloudflare Workers to connect to existing relational databases efficiently.

Why is my Cloudflare Workers deployment failing with Webpack in Wrangler?

Webpack deployment failures in Wrangler often stem from incorrect custom build settings in wrangler.toml. Validating your Webpack configuration and ensuring npm-installed Wrangler dependencies are correct resolves these deployment issues.