cf-wrangler

Manage Cloudflare Wrangler commands for D1 migrations, KV/R2, queues, secrets, and deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of running Cloudflare Wrangler commands in a monorepo, enabling users to manage D1 migrations, KV/R2 operations, queue management, secrets, deployment, and logs with ease.

Core Features & Use Cases

  • Cloudflare Wrangler Commands: Execute a variety of Wrangler commands directly within the monorepo.
  • D1 Database Operations: Apply migrations, execute SQL queries, and manage the D1 database.
  • KV Namespace Management: List, get, put, and delete keys in a KV namespace.
  • R2 Storage Management: List, get, put, and delete objects in R2 storage.
  • Queue Management: List messages in queues and consume messages from queues.
  • Secret Management: Set, list, and delete secrets.
  • Deployment: Deploy applications to production or staging environments.
  • Logging: Tail logs for production and staging environments.
  • Use Case: When you need to deploy a new version of your application to Cloudflare and ensure all configurations are correct, this Skill helps automate the process.

Quick Start

Use the cf-wrangler skill to apply D1 database migrations in the staging environment.

Frequently Asked Questions about cf-wrangler

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

FAQPage Schema
How do I manage Cloudflare Wrangler commands in a monorepo?

Managing Cloudflare Wrangler commands in a monorepo involves executing operations like database migrations, KV/R2 storage, and deployments directly within the repository. This Skill centralizes those commands, supporting both staging and production environments.

Can I apply D1 database migrations and run SQL queries in a Cloudflare monorepo?

Yes, you can apply D1 database migrations and execute SQL queries directly within your monorepo. The Skill handles D1 database operations, allowing you to manage staging and production databases efficiently.

How do I deploy applications to staging and production environments using Cloudflare Wrangler?

Deploying applications to staging and production environments using Cloudflare Wrangler is supported by this Skill. It automates the deployment process, ensuring configurations are correct before pushing to the target environment.

Does this approach support Cloudflare KV namespace and R2 storage management?

Yes, Cloudflare KV namespace and R2 storage management are fully supported. You can list, get, put, and delete keys in a KV namespace, as well as list, get, put, and delete objects in R2 storage.

What is the best way to handle secrets and tail logs for Cloudflare Workers?

Handling secrets and tail logs for Cloudflare Workers is done by setting, listing, and deleting secrets. The Skill also allows you to tail logs for both production and staging environments.

Can I list and consume messages from Cloudflare queues within a monorepo?

Yes, you can list and consume messages from Cloudflare queues within a monorepo. The Skill provides queue management functionality to list messages in queues and consume them as needed.