cloudflare-pages

Deploy static websites to Cloudflare Pages with custom domains and CI/CD.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Baphomet480/claude-skills --skill cloudflare-pages-baphomet480
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-pages
Source: https://github.com/Baphomet480/claude-skills/tree/main/skills/cloudflare-pages
Command: npx skills add https://github.com/Baphomet480/claude-skills --skill cloudflare-pages-baphomet480

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of deploying static websites to Cloudflare Pages, managing custom domains, and setting up continuous integration and deployment (CI/CD).

Core Features & Use Cases

  • Project Creation: Easily create new Cloudflare Pages projects.
  • Custom Domain Setup: Attach and configure custom domains for your deployed sites.
  • CI/CD Integration: Provides templates and guidance for setting up GitHub Actions for automated deployments.
  • Deployment Verification: Tools to check the status and health of your deployments.
  • Use Case: You have a new static website built with Hugo and want to deploy it to Cloudflare Pages, add your custom domain www.example.com, and set up a GitHub Actions workflow to automatically deploy changes from your main branch.

Quick Start

Use the cloudflare-pages skill to deploy your site to Cloudflare Pages with the project name 'my-awesome-site' and build command 'npm run build' outputting to the 'dist' directory.

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 site to Cloudflare Pages using wrangler CLI?

Yes, you can deploy Hugo static sites to Cloudflare Pages using this Skill. It supports various static site generators like Hugo, Astro, Next.js, and Nuxt.js, streamlining the deployment process for your generated static assets.

Can I use Cloudflare Pages with static site generators like Hugo and Astro?

Yes, you can deploy Hugo static sites to Cloudflare Pages using this Skill. It supports various static site generators like Hugo, Astro, Next.js, and Nuxt.js, streamlining the deployment process for your generated static assets.

How do I configure a custom domain for my Cloudflare Pages deployment?

To set up GitHub Actions for automated deployments to Cloudflare Pages, this Skill provides CI/CD integration templates and guidance. It helps configure workflows to automatically deploy changes from your main branch on push events.

Do I need Cloudflare API credentials to manage my Pages projects?

Yes, Cloudflare API credentials are required for authentication and management of your Pages projects. The Skill uses these credentials alongside the wrangler CLI to authorize project creation and deployment operations.

How do I set up GitHub Actions CI/CD pipelines for Cloudflare Pages?

To set up GitHub Actions for automated deployments to Cloudflare Pages, this Skill provides CI/CD integration templates and guidance. It helps configure workflows to automatically deploy changes from your main branch on push events.