deploy-cloudflare

Automate Cloudflare Pages and Workers deployments for static sites, Next.js SSR, and Edge Functions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HarmonicInsight/lib-insight-common --skill deploy-cloudflare-harmonicinsight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-cloudflare
Source: https://github.com/HarmonicInsight/lib-insight-common/tree/main/plugins/harmonic-insight/skills/deploy-cloudflare
Command: npx skills add https://github.com/HarmonicInsight/lib-insight-common --skill deploy-cloudflare-harmonicinsight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare Pages and Workers deployment often requires manual, error-prone steps across static sites, SSR apps, and edge APIs. This Skill provides a repeatable pattern to deploy projects to Cloudflare, ensuring consistency between builds and environments.

Core Features & Use Cases

  • Automates deployment of static sites to Cloudflare Pages and deployment of Next.js SSR or static-exported apps.
  • Guides the setup of Cloudflare Workers endpoints for edge APIs and health checks.
  • Real-world use: deploy a marketing site with preview deployments and edge functions for API routes.

Quick Start

Run the Cloudflare deployment sequence on a sample project to publish static assets and edge functions.

Frequently Asked Questions about deploy-cloudflare

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

FAQPage Schema
How do I automate Cloudflare Pages deployment for a static site?

To automate Cloudflare Pages deployment for a static site, you establish a repeatable pattern that publishes static assets and configures environment handling, ensuring consistent cloud distribution without manual steps.

Can I deploy a Next.js SSR app to Cloudflare Workers?

Yes, you can deploy a Next.js SSR app to Cloudflare Workers by specifying deployment configuration and environment handling, ensuring reliable and repeatable cloud distribution for server-side rendered applications.

What is the best way to set up edge API endpoints on Cloudflare?

The best way to set up edge API endpoints on Cloudflare is to use a deployment sequence that guides the configuration of Workers endpoints and health checks, ensuring reliable edge function execution.

Does this deployment approach support preview environments for frontend apps?

Yes, this deployment approach supports preview environments for frontend apps by applying repeatable deployment configuration and environment handling, allowing you to deploy marketing sites with preview deployments and edge functions.

How to handle environment configuration when deploying to Cloudflare Pages and Workers?

To handle environment configuration when deploying to Cloudflare Pages and Workers, you specify deployment configuration and environment handling during the deployment sequence to meet production-grade infrastructure needs.