_create-cloudflare-worker

Automate Cloudflare Worker creation, configuration, and deployment in monorepos.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill create-cloudflare-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _create-cloudflare-worker
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_create-cloudflare-worker
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill create-cloudflare-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wrangler.

What problem does it solve?

This skill automates the complex, multi-step process of scaffolding, configuring, and deploying Cloudflare Workers within a monorepo structure, ensuring consistent environment setup and integration.

Core Features & Use Cases

  • Automated Scaffolding: Initializes Cloudflare Workers with standard project structures and wrangler.toml configurations.
  • CRON Trigger Management: Automatically integrates scheduled task handlers and native CRON triggers into the worker configuration.
  • Seamless Integration: Handles environment variable injection and deployment, linking the worker directly to the main application.

Quick Start

Ask the system to add a new Cloudflare worker to your project to handle your scheduled background tasks.

Frequently Asked Questions about _create-cloudflare-worker

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

FAQPage Schema
How do I automate Cloudflare Worker deployment in a monorepo?

To automate Cloudflare Worker deployment in a monorepo, you can use a skill that scaffolds the project structure, manages wrangler.toml configurations, and synchronizes environment variables. This streamlines the complex multi-step process of linking workers directly to your main application.

What is the best way to set up CRON triggers for a Cloudflare Worker?

The best way to set up CRON triggers for a Cloudflare Worker is by automating the integration of scheduled task handlers into your wrangler.toml configuration. This ensures native CRON triggers are correctly linked to your worker's fetch and scheduled handlers.

Do I need Node.js and pnpm to configure and deploy Cloudflare Workers?

Yes, you need Node.js and pnpm to configure and deploy Cloudflare Workers within a monorepo environment. You also require authenticated access to the Cloudflare CLI (wrangler) to manage wrangler.toml and execute deployments properly.

Can I manage environment variables for Cloudflare Workers automatically?

Yes, you can manage environment variables for Cloudflare Workers automatically through environment variable synchronization during the deployment process. This handles seamless injection of variables, linking the worker configuration directly to the main application.

How does wrangler.toml management work for serverless deployments?

Wrangler.toml management for serverless deployments works by automatically generating and updating the configuration file during worker scaffolding. This ensures consistent environment setup and handles the integration of fetch and scheduled handlers.