setup-runtime-cloudflare-workers

Reconcile Cloudflare Workers runtime files, scripts, and tool versions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the setup and reconciliation of Cloudflare Workers runtime requirements for repositories, ensuring they meet the necessary configurations and tooling standards.

Core Features & Use Cases

  • Runtime Reconciliation: Verifies and corrects Cloudflare Workers runtime files, scripts, and tool versions against defined baselines.
  • Tooling Management: Ensures essential tools like Bun, TypeScript, ESLint, Prettier, and Vitest are correctly integrated.
  • Deployment Automation: Sets up necessary scripts and GitHub workflows for preview and staging deployments.
  • Use Case: When onboarding a new repository intended for Cloudflare Workers, this Skill automatically configures all the necessary runtime dependencies, deployment scripts, and CI/CD workflows, ensuring a smooth and compliant setup.

Quick Start

Use the setup-runtime-cloudflare-workers skill to reconcile the repository to the Cloudflare Workers runtime baseline.

Frequently Asked Questions about setup-runtime-cloudflare-workers

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

FAQPage Schema
How do I set up a Cloudflare Workers runtime in a new repository?

Cloudflare Workers runtime setup involves verifying and correcting required files, scripts, and tool versions against defined baselines. This skill automates the process, managing Bun, TypeScript, and Vitest tooling while configuring necessary GitHub workflows for deployment.

What is included in Cloudflare Workers deployment automation for repositories?

Deployment automation for Cloudflare Workers includes setting up necessary scripts and GitHub workflows for preview and staging deployments. This skill reconciles the repository runtime, ensuring required files and tools like Bun and TypeScript are present and correctly configured.

Can I use Bun and TypeScript when configuring a Cloudflare Workers runtime?

Yes, Bun and TypeScript are supported when configuring a Cloudflare Workers runtime. This skill verifies and corrects tool versions for Bun, TypeScript, ESLint, Prettier, and Vitest, ensuring they are correctly integrated and meet baseline configuration requirements.

Why does my Cloudflare Workers runtime configuration fail CI checks?

Your Cloudflare Workers runtime configuration may fail CI checks if required files, scripts, or tool versions are missing or incorrectly configured. This skill reconciles your repository against defined baselines, verifying tooling like Bun and Vitest to ensure compliance and prevent failures.