Cloudflare Pages Direct Upload Deploy

Deploy a pre-built static site directory to Cloudflare Pages using direct upload with Wrangler and environment-provided credentials.

candidate v0.1.0 Quality 8.0

Use When

  • A user has an already-built static directory and wants to deploy it to Cloudflare Pages without git integration.
  • The deployment can run non-interactively using CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN.

Do Not Use When

  • The user needs a Cloudflare Workers, R2, D1, KV, or Pages Functions deployment.
  • The source app has not been built into a static output directory yet.

Inputs

  • pre-built static site directory
  • Cloudflare account id
  • Cloudflare API token

Outputs

  • pages.dev deployment
  • optional custom domain attachment
  • preflight validation report

Trigger Phrases

  • deploy to Cloudflare Pages
  • publish static site
  • direct upload Pages

Source

Directory
cloudflare-pages-skill
SKILL.md
cloudflare-pages-skill/SKILL.md
Manifest
cloudflare-pages-skill/manifest.yaml
Examples / Templates / Rubrics
0 / 0 / 0

Dependencies

Skills

None declared.

Templates

None declared.

Rubrics

None declared.

Validation

Errors

None declared.

Warnings

  • examples/ is missing or empty.
  • rubrics/ is missing or empty.

V2 Review Items

  • warn boundary_trigger_ambiguity: Publish wording overlaps source publishing and deployment

Recent Changes

None declared.