cloudflare-deploy

Deploy Cloudflare projects to Workers and Pages using Wrangler.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and streamlines deployment, hosting, and publishing of Cloudflare projects across Workers, Pages, and related services.

Core Features & Use Cases

  • Unified deployment workflows: Bring Workers, Pages, and related services under a single deployment context.
  • Environment-aware publishing: Deploy to staging, production, and test environments with consistent configurations.
  • Infrastructure provisioning & configuration: Manage wrangler.jsonc bindings, tokens, and access controls across projects.

Quick Start

Install the Cloudflare deployment skill and run a first deployment to your Cloudflare account using your existing Wrangler setup.

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 project to Cloudflare Workers and Pages using CI/CD?

Deploying to Cloudflare Workers and Pages requires Wrangler tooling, authentication tokens, and wrangler.jsonc configuration to execute commands like wrangler deploy or wrangler pages deploy across your CI/CD pipelines. This skill streamlines that entire workflow.

What do I need to configure before publishing apps to Cloudflare environments?

Before publishing apps to Cloudflare, you need proper wrangler.jsonc configuration for environment bindings, valid authentication tokens for access controls, and Wrangler installed to manage staging, production, and test deployments.

Can I manage staging and production deployments for Cloudflare Workers with different configurations?

Yes, environment-aware publishing allows you to deploy to staging, production, and test environments with consistent configurations. It manages wrangler.jsonc bindings and access controls across multiple Cloudflare projects.

Does this deployment workflow work without existing Wrangler setup and authentication tokens?

No, executing wrangler deploy or wrangler pages deploy requires an existing Wrangler setup, valid authentication tokens, and proper wrangler.jsonc configuration to successfully publish apps to your Cloudflare account.

Why are my Cloudflare Pages deployments failing during CI/CD automation?

Cloudflare Pages deployments often fail due to missing or invalid authentication tokens, incorrect wrangler.jsonc bindings, or improperly configured environment variables needed to execute wrangler pages deploy commands in CI/CD.

What is the best way to unify deployment workflows across Cloudflare Workers and Pages?

The best way to unify Cloudflare deployments is bringing Workers, Pages, and related services under a single deployment context. This centralizes infrastructure provisioning, configuration, and environment-aware publishing across projects.