Deploy to Cloudflare Pages

SkillCloud & infra

Deploys funnel pages to Cloudflare Pages. Covers Wrangler CLI setup, direct upload, custom domains, and Cloudflare-specific optimizations.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Deploy to Cloudflare Pages skill

What this skill tells your AI

The instructions your AI receives, as published by ominou5/funnel-architect-plugin in skills/deploy-cloudflare/SKILL.md and read by ahel’s review.

Best for global CDN performance, Workers integration, and free tier generosity.

Prerequisites

  • Node.js installed
  • Cloudflare account (free tier includes unlimited sites)

Setup

# Install Wrangler CLI
npm install -g wrangler

# Login
wrangler login

# Deploy static site
wrangler pages deploy . --project-name=my-funnel

Configuration (wrangler.toml) — Optional

name = "my-funnel"
compatibility_date = "2025-01-01"

[site]
bucket = "."

Custom Domain

  1. Pages project → Custom domains → Set up a domain
  2. Add CNAME record: your-project.pages.dev
  3. SSL is automatic with Cloudflare Universal SSL

Custom Headers (_headers file)

/*.html
  Cache-Control: public, max-age=300

/*.css
  Cache-Control: public, max-age=31536000, immutable

/*.js
  Cache-Control: public, max-age=31536000, immutable

/*.webp
  Cache-Control: public, max-age=31536000, immutable

/*
  X-Content-Type-Options: nosniff
  X-Frame-Options: DENY
  Referrer-Policy: strict-origin-when-cross-origin

Redirects (_redirects file)

/old-page  /new-page  301
/           /index.html  200
/*          /404.html    404

Performance Benefits

  • Global CDN (300+ edge locations)
  • Automatic Brotli compression
  • HTTP/3 support
  • Free Web Analytics

Signals

GitHub stars
81
Forks
18
Last commit
Mar 2026

ahel review

  • S4info
    community integration — published by ominou5, not cloudflare

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
deploy-cloudflare-ominou5
Source
github.com/ominou5/funnel-architect-plugin