Agent skill

cloudflare-pages

Deploy static sites and full-stack apps on Cloudflare Pages with previews, functions, and custom domains.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cloudflare-pages

Metadata

Additional technical details for this skill

author
devops-skills
version
1.0

SKILL.md

Cloudflare Pages

Deploy frontend projects with preview builds and edge functions.

Connect Project

  1. Create a Pages project in Cloudflare dashboard.
  2. Link your GitHub repository.
  3. Set build command and output directory.
  4. Configure environment variables per environment.

Wrangler-Based Deploy

bash
npm install -D wrangler
npx wrangler pages project create my-site
npx wrangler pages deploy dist --project-name=my-site

Best Practices

  • Require previews for pull requests.
  • Separate production and preview secrets.
  • Enable Web Analytics for performance visibility.
  • Add Cloudflare WAF rules for abuse protection.

Related Skills

  • cloudflare-workers - Edge backend logic
  • vercel-deployments - Alternative frontend hosting

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results