setup-runtime-cloudflare-pages

Reconcile repositories to the Cloudflare Pages runtime baseline with required files and tool versions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures your repository meets the specific requirements for running on Cloudflare Pages, automating setup and configuration.

Core Features & Use Cases

  • Runtime Reconciliation: Verifies and aligns your project with Cloudflare Pages' baseline requirements.
  • Tooling Management: Ensures necessary tools like Bun, TypeScript, ESLint, Prettier, and Vitest are correctly configured.
  • Deployment Automation: Sets up scripts and workflows for preview and staging deployments.
  • Use Case: When adopting Cloudflare Pages for your frontend application, use this Skill to automatically configure your project's build, deploy, and CI/CD pipelines.

Quick Start

Use the setup-runtime-cloudflare-pages skill to reconcile the repository to the Cloudflare Pages runtime baseline.

Frequently Asked Questions about setup-runtime-cloudflare-pages

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

FAQPage Schema
How do I configure my repository for Cloudflare Pages deployment?

To configure your repository for Cloudflare Pages deployment, this Skill reconciles your project to the runtime baseline by verifying required files, scripts, workflows, and tool versions are present, ensuring a self-contained setup process.

What is Cloudflare Pages runtime reconciliation?

Cloudflare Pages runtime reconciliation is the process of verifying and aligning your project with the platform's baseline requirements, ensuring necessary tools like Bun, TypeScript, ESLint, Prettier, and Vitest are correctly configured for deployment.

How do I automate preview and staging deployments on Cloudflare Pages?

You can automate preview and staging deployments on Cloudflare Pages by using this Skill to set up the necessary deployment scripts and CI/CD workflows that manage dependencies like Wrangler and Bun for your project.

Do I need Wrangler and Bun to deploy on Cloudflare Pages?

Yes, Wrangler and Bun are managed as required dependencies when reconciling your repository to the Cloudflare Pages runtime baseline, ensuring your build and deploy pipelines are fully aligned with the platform's tooling requirements.

Can I use this to set up CI/CD pipelines for Cloudflare Pages?

Yes, this Skill sets up CI/CD pipelines for Cloudflare Pages by configuring required scripts and workflows for preview and staging deployments, automating the build and deployment process for your frontend application.

What's the best way to manage tool versions for Cloudflare Pages projects?

The best way to manage tool versions for Cloudflare Pages projects is through runtime reconciliation, which verifies that required tools like Bun, TypeScript, ESLint, Prettier, and Vitest are correctly configured and present in your repository.