cloudflare-pages

Deploy applications to Cloudflare Pages using Wrangler and Git-based CI/CD.

44|9|Updated May 7, 2026
One-click install
npx skills add https://github.com/Omar-Obando/qwen-orchestrator --skill cloudflare-pages-omar-obando
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-pages
Source: https://github.com/Omar-Obando/qwen-orchestrator/tree/main/skills/cloudflare-pages
Command: npx skills add https://github.com/Omar-Obando/qwen-orchestrator --skill cloudflare-pages-omar-obando

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the complexity of deploying apps to Cloudflare Pages while achieving fast global performance through edge functions, correct caching, and reliable Wrangler-based workflows.

Core Features & Use Cases

  • Cloudflare Pages Deployment: Automates production and preview deployments using Git integration, direct uploads, and the Wrangler CLI for development and release management.
  • Edge Functions for Pages: Implements middleware, routing, and request/response transformations to handle edge-level behavior.
  • Performance & Caching Strategy: Applies cache-control headers and edge caching patterns to reduce latency and improve throughput across regions.
  • Example use case: you want a Pages site with API-like endpoints that need edge routing plus optimized caching for static assets to deliver a consistent, fast experience worldwide.

Quick Start

Use the cloudflare-pages skill to deploy your dist folder to a Cloudflare Pages project named my-app using Wrangler.

Frequently Asked Questions about cloudflare-pages

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

FAQPage Schema
How do I deploy a static app globally to Cloudflare Pages using Wrangler?

Cloudflare Pages deployment supports Git integration, direct uploads, and Wrangler CLI to automate production and preview releases. This enables reliable application delivery with global edge performance improvements.

How do edge functions handle routing and request transformations on Cloudflare Pages?

Edge functions on Cloudflare Pages implement middleware, routing, and request/response transformations to handle edge-level behavior. This allows API-like endpoints to execute logic directly at the edge before hitting origin servers.

What is the best caching strategy for static assets on Cloudflare Pages?

The best caching strategy for Cloudflare Pages applies cache-control headers and edge caching patterns to reduce latency. This optimizes throughput and delivers a consistent, fast experience for static assets worldwide.

Can I use Git integration and preview environments with Cloudflare Pages?

Cloudflare Pages supports Git integration and preview environments for development and release management. You can automate production and preview deployments to test changes safely before they go live globally.

Does Cloudflare Pages require Wrangler for local development and deployment?

Wrangler is used for local development and deployment workflows on Cloudflare Pages. It enables direct uploads and project configuration, ensuring correct routing and edge function settings aligned with best practices.