cloudflare-deploy

Deploy Cloudflare Workers and Pages across development, staging, and production environments.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/jaypatrick/skills --skill cloudflare-deploy-jaypatrick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-deploy
Source: https://github.com/jaypatrick/skills/tree/main/cloudflare-deploy
Command: npx skills add https://github.com/jaypatrick/skills --skill cloudflare-deploy-jaypatrick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloudflare deployment can be complex; this Skill consolidates deployment workflow for Cloudflare apps by coordinating Workers, Pages, and related platform services to simplify publishing and hosting at the edge.

Core Features & Use Cases

  • End-to-end deployment for Cloudflare Workers and Pages, including hosting, publishing, and environment setup.
  • Supports Wrangler-driven workflows, dashboard-based deployments, and API bindings for repeatable rollouts.
  • Use cases include creating new projects, updating live sites, promoting changes across environments, and managing deployment prerequisites like authentication.

Quick Start

Run Wrangler or the Dashboard to deploy your app to Cloudflare and obtain a production-ready URL.

Frequently Asked Questions about cloudflare-deploy

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

FAQPage Schema
How do I deploy a Cloudflare Workers app end-to-end across staging and production?

Deploy Cloudflare Workers apps end-to-end by coordinating environment configuration, authentication, and bindings loading across development, staging, and production environments. The skill enforces prerequisites to deliver reliable edge deployments and obtain a production-ready URL.

What is the best way to manage Cloudflare Pages deployment and hosting?

Manage Cloudflare Pages deployment and hosting by consolidating publishing workflows into a single process. It supports Wrangler-driven workflows and dashboard-based deployments for repeatable rollouts across multiple environments.

Do I need Wrangler to automate Cloudflare edge deployments?

Wrangler is not strictly required to automate Cloudflare edge deployments, but it is fully supported for driving repeatable rollouts. You can also use dashboard-based deployments or API bindings to publish and host your apps at the edge.

Can I promote changes across environments on Cloudflare without manual configuration?

Promote changes across Cloudflare environments without manual configuration by loading bindings and enforcing environment-specific settings automatically. This ensures consistent authentication and reliable deployments from development through production.

Why does my Cloudflare deployment fail when promoting to production?

Cloudflare deployment failures during promotion often stem from missing authentication or incorrect environment bindings. This skill enforces authentication, environment configuration, and bindings loading to prevent these deployment issues.

Does Cloudflare deployment work with API bindings for repeatable rollouts?

Cloudflare deployment supports API bindings to enable repeatable rollouts and automated publishing. This approach coordinates Workers and Pages services to simplify hosting and deliver reliable edge deployments.