cloudflare-deploy

Automate deployment of applications and infrastructure to Cloudflare services.

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

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, handling everything from code execution to data storage and AI model deployment.

Core Features & Use Cases

  • Edge Deployment: Host serverless functions, full-stack apps, and static sites on Cloudflare's global network.
  • Data Storage: Utilize KV, D1, R2, and Durable Objects for various data needs.
  • AI Integration: Deploy AI models and build AI-powered applications.
  • Use Case: Deploy a new web application to Cloudflare Pages, connect it to a D1 database for user data, and set up Workers AI for image generation.

Quick Start

Deploy this project to Cloudflare Workers or Pages and provide the resulting 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 serverless functions to Cloudflare Workers?

To deploy serverless functions to Cloudflare Workers, this Skill automates the process by guiding you through product selection and providing the specific configuration references needed to run your code on the edge.

What is the best way to deploy a full-stack app with Cloudflare Pages and D1?

Deploying a full-stack app with Cloudflare Pages and D1 is handled by automating infrastructure setup, connecting your static site hosting to a D1 database to manage user data seamlessly across the global network.

Can I use this to deploy AI models on Cloudflare?

Yes, you can deploy AI models on Cloudflare by leveraging Workers AI, which allows you to build and integrate AI-powered applications like image generation directly into your deployed edge infrastructure.

Does this support setting up data storage with R2 and KV?

Yes, this supports setting up data storage by utilizing Cloudflare KV, R2, and Durable Objects, guiding you through the appropriate configurations for various data persistence needs within your serverless infrastructure.

How do I choose between Cloudflare Workers and Pages for my project?

Choosing between Cloudflare Workers and Pages is simplified by guiding you through product selection based on your specific needs, whether that involves running serverless code, hosting static sites, or storing data.