deploy-cloudflare

Deploy static sites and edge functions to Cloudflare Pages and Workers.

111|18|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill deploy-cloudflare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-cloudflare
Source: https://github.com/dralgorhythm/claude-agentic-framework/tree/main/.claude/skills/operations/deploy-cloudflare
Command: npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill deploy-cloudflare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploys static sites and workers to Cloudflare with Wrangler and edge configurations.

Core Features & Use Cases

  • Pages & Workers: Deploy static sites or serverless functions.
  • Environment Secrets: Manage keys and environment vars.
  • Use Case: Deploy a static site with a Worker for edge logic.

Quick Start

Deploy a Pages project using wrangler to a production environment.

Frequently Asked Questions about deploy-cloudflare

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

FAQPage Schema
How do I deploy a static site to Cloudflare Pages using Wrangler?

Deploy static sites to Cloudflare Pages by running wrangler commands from your project directory. Wrangler automates the build and production deployment workflow, pushing your site to Cloudflare's edge network without manual configuration.

Can I deploy serverless functions to Cloudflare Workers with Wrangler?

Yes, Wrangler deploys edge functions to Cloudflare Workers. The Skill automates the entire workflow from local development through production, handling environment setup, secrets, and function deployment to Workers infrastructure.

How do I manage environment secrets and variables when deploying to Cloudflare?

Wrangler manages environment secrets and variables during deployment. The Skill handles secret configuration and variable binding for both Pages and Workers, ensuring sensitive keys are securely passed to your deployed application.

What's required before deploying a Wrangler project to Cloudflare?

Wrangler installation and Cloudflare login are prerequisites. The Skill requires these setup steps completed before automating Pages and Workers deployments, KV namespace configuration, and DNS management.

Does deploying to Cloudflare support KV namespaces and DNS configuration?

Yes, the Skill covers KV namespace setup and DNS management alongside Pages and Workers deployment. Wrangler automates configuration for all three, creating a complete edge deployment workflow from local build to production.

Can I use a single Wrangler project to deploy both static sites and edge functions?

Yes, Wrangler supports deploying both static sites to Pages and serverless functions to Workers from the same project. The Skill automates the build and deployment for both use cases, enabling hybrid static-plus-edge architectures.