cloudflare-deploy

Deploy and manage Cloudflare Workers, Pages, R2, and D1 resources via CI/CD pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and automates the process of deploying applications and infrastructure to Cloudflare, reducing manual steps and configuration errors.

Core Features & Use Cases

  • Unified Deployment: Supports deploying Workers, Pages, R2, D1, and other Cloudflare resources seamlessly.
  • Integration with CI/CD pipelines: Automates resource setup and updates within development workflows.
  • Use Case: Developers can push code updates via GitHub Actions that automatically deploy their entire Cloudflare stack with minimal manual intervention.

Quick Start

Use this Skill to deploy your Worker, Pages, or other Cloudflare resources by providing your project configuration and executing the deployment commands.

Frequently Asked Questions about cloudflare-deploy

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

FAQPage Schema
How do I automate Cloudflare Workers and Pages deployment in a CI/CD pipeline?

Automating Cloudflare deployment involves configuring scripts within your CI/CD pipelines to deploy Workers and Pages automatically. This enables rapid feature rollout and consistent environments by pushing code updates automatically with minimal manual intervention.

What is the best way to manage Cloudflare infrastructure like R2 and D1 across different environments?

Managing Cloudflare infrastructure like R2 and D1 relies on scripting and automated deployment to ensure consistency. By automating resource setup and updates, DevOps teams can maintain synchronized environments and reduce manual configuration errors.

Can I deploy my entire Cloudflare stack using GitHub Actions?

Yes, you can deploy your entire Cloudflare stack using GitHub Actions. By integrating deployment scripts into your workflows, developers can push code updates that automatically deploy Workers, Pages, R2, and D1 resources efficiently.

How do I reduce manual configuration errors when deploying Cloudflare resources?

Reducing manual configuration errors when deploying Cloudflare resources requires automating the process through integrated CI/CD pipelines and scripting. This approach replaces manual steps, ensuring consistent environments and reliable infrastructure updates.

Does automated Cloudflare deployment support both Workers scripts and Pages?

Yes, automated Cloudflare deployment supports both Workers scripts and Pages. It provides a unified deployment process that manages these resources alongside R2 and D1, enabling DevOps teams to deploy application updates efficiently.