cloudflare-deploy

Deploy Cloudflare Workers and Pages across environments with Wrangler.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploying and hosting Cloudflare Workers, Pages, and related platform services can be complex, requiring careful configuration of bindings, authentication, and deployment workflows across multiple environments.

Core Features & Use Cases

  • End-to-end deployment guidance for Wrangler-based projects, including environment bindings and tokens
  • Guidance for deploying Workers and Pages, previews, and production rollouts
  • Best practices for authentication, secrets, and IaC integration to streamline CI/CD

Quick Start

Execute a single action: scaffold a Cloudflare project, configure wrangler.jsonc, bind resources, and deploy to production with Wrangler.

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 application to production using Wrangler?

Deploy Cloudflare Workers by configuring wrangler.jsonc, binding required resources, authenticating tokens, and executing Wrangler commands to push the application to Cloudflare's edge network.

Can I configure environment bindings and secrets for Cloudflare Pages deployments?

Configuring environment bindings and secrets for Cloudflare Pages involves defining them within your wrangler configuration and authenticating securely to streamline CI/CD workflows across multiple environments.

What is the best way to manage multi-environment deployments for Cloudflare infrastructure?

Managing multi-environment deployments for Cloudflare infrastructure utilizes IaC patterns and Wrangler to orchestrate scalable, repeatable rollouts across local development, previews, and production.

Do I need authentication tokens configured before deploying to Cloudflare's edge?

Authentication tokens are required prerequisites before deploying to Cloudflare's edge, ensuring secure access to platform services and enabling streamlined deployment workflows across environments.

Why does my Cloudflare deployment fail during CI/CD pipeline execution?

Cloudflare deployments fail during CI/CD when prerequisites like wrangler configuration, environment bindings, or authentication are missing, preventing successful orchestration of Workers and Pages to the edge.