cloudflare-workers

Manage Cloudflare Workers infrastructure, environment variables, and deployment via GitHub Actions and wrangler CLI.

Updated Nov 19, 2025
One-click install
npx skills add https://github.com/alexturpin/cf-app-starter --skill cloudflare-workers-alexturpin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-workers
Source: https://github.com/alexturpin/cf-app-starter/tree/main/.opencode/skills/cloudflare-workers
Command: npx skills add https://github.com/alexturpin/cf-app-starter --skill cloudflare-workers-alexturpin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance and essential information for managing Cloudflare Workers infrastructure, environment variables, and deployment processes.

Core Features & Use Cases

  • Infrastructure Overview: Understand the core components of Cloudflare Workers, including D1 for databases and optional services like KV, R2, and more.
  • Configuration Management: Learn how to manage .wrangler.jsonc and .env files, including the use of npm run cf-typegen.
  • Deployment Guidance: Get instructions for deploying applications via GitHub Actions and using wrangler CLI for resource creation and verification.

Quick Start

Use the cloudflare-workers skill to get guidance on deploying your application to Cloudflare.

Frequently Asked Questions about cloudflare-workers

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

FAQPage Schema
How do I deploy a Cloudflare Worker using wrangler CLI?

Deploy Cloudflare Workers by using the wrangler CLI to create resources and verify deployments, or automate the process through GitHub Actions workflows for continuous integration.

What is the difference between D1, KV, and R2 in Cloudflare Workers?

D1 provides relational database functionality for Cloudflare Workers, while KV offers key-value storage and R2 handles object storage. Durable Objects are also available for stateful compute requirements.

How do I manage environment variables and configuration for Cloudflare Workers?

Manage Cloudflare Workers environment variables through `.wrangler.jsonc` and `.env` files. Generate type definitions for your environment configuration using the `npm run cf-typegen` command.

Can I deploy Cloudflare Workers through GitHub Actions?

Yes, Cloudflare Workers deployment supports GitHub Actions automation. The Skill provides guidance on configuring deployment workflows alongside using wrangler CLI for resource management and verification.

What Cloudflare services can I use alongside Workers for my infrastructure?

Cloudflare Workers infrastructure supports optional services including D1 databases, KV storage, R2 object storage, and Durable Objects. These integrate with your Workers deployment for extended functionality.