deploy-cloudflare

Deploy Cloudflare runtime applications to a staging environment manually.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill deploy-cloudflare-tachiiri-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-cloudflare
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/deploy-cloudflare
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill deploy-cloudflare-tachiiri-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a manual process to deploy Cloudflare runtime applications to a staging environment, bypassing the standard PR-driven delivery flow for specific verification needs.

Core Features & Use Cases

  • Manual Staging Deployment: Allows for direct deployment to staging outside of the typical CI/CD pipeline.
  • Targeted Verification: Useful for explicit manual staging verification requests.
  • Use Case: A developer needs to perform a one-off manual test of a new feature on the staging environment before it's ready for a PR, and wants to ensure the deployment process itself is correctly configured.

Quick Start

Manually deploy the current Cloudflare runtime to staging using the provided script.

Frequently Asked Questions about deploy-cloudflare

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

FAQPage Schema
How do I manually deploy a Cloudflare Workers application to staging?

To manually deploy Cloudflare Workers to staging, you can execute the provided staging deployment script directly, bypassing the standard PR-driven delivery flow for explicit verification needs.

Can I deploy Cloudflare Pages to staging outside the CI/CD pipeline?

Yes, you can deploy Cloudflare Pages and other runtime applications to staging outside the standard CI/CD pipeline by triggering a manual staging deployment for targeted verification.

When should I use manual staging deployment instead of PR-driven delivery?

Manual staging deployment is used for explicit manual verification requests or one-off tests before opening a PR, whereas normal delivery should prefer the 'pr' entrypoint.

Does manual Cloudflare staging deployment require checking authentication?

Yes, manual Cloudflare staging deployment involves confirming your Cloudflare authentication and configuration before executing the staging deployment script for the runtime application.

Why should I avoid deploying Cloudflare runtimes from the main branch?

Deploying Cloudflare runtimes from the main branch is avoided to prevent unintended staging overrides; you should prefer the 'pr' entrypoint for normal delivery flow.