cloudflare-deploy

Deploy applications and infrastructure to Cloudflare's edge network.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill cloudflare-deploy-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-deploy
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28cloud%29/cloudflare-deploy
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill cloudflare-deploy-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies deploying applications and infrastructure to Cloudflare's global network, enabling developers to host code, static sites, and manage cloud resources efficiently.

Core Features & Use Cases

  • Edge Deployment: Host serverless functions, full-stack apps, and static sites on Cloudflare's network.
  • Infrastructure Management: Define and deploy resources like KV stores, D1 databases, and R2 storage.
  • Use Case: Deploy a new web application to Cloudflare Pages, configure a D1 database for its backend, and set up KV for caching user sessions, all through a unified interface.

Quick Start

Deploy the current project to Cloudflare Pages.

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 full-stack application to Cloudflare Pages and provision backend resources?

To deploy a full-stack application to Cloudflare Pages, you can use this Skill to guide you through setup, authentication, and provisioning of backend resources like D1 databases and KV stores for caching. It facilitates selecting appropriate Cloudflare products for compute and storage needs.

What is the best way to configure serverless infrastructure like D1 and R2 storage on Cloudflare?

Configuring serverless infrastructure like D1 databases and R2 storage on Cloudflare involves using a unified interface to define and deploy resources. This Skill guides you through selecting appropriate platform resources for your database, storage, and networking requirements.

How does deploying serverless functions to Cloudflare Workers work?

Deploying serverless functions to Cloudflare Workers involves hosting your code on Cloudflare's global edge network. This Skill guides you through the setup and authentication process to efficiently run your compute workloads at the edge.

Can I manage both static site hosting and KV storage configuration through a single deployment process?

Yes, you can manage static site hosting on Cloudflare Pages and configure KV storage for user session caching through a single deployment process. This Skill provides a unified interface to define and deploy various platform resources simultaneously.

When should I use Cloudflare Pages instead of Workers for my web application deployment?

You should use Cloudflare Pages for hosting static sites and full-stack apps, while Workers are suited for serverless functions. This Skill helps you select the appropriate Cloudflare products based on your specific compute, storage, and networking needs.