cloudflare

Guide Cloudflare edge application development with Workers, Pages, D1, and R2.

27|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/roerohan/skills --skill cloudflare-roerohan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/roerohan/skills/tree/main/cloudflare
Command: npx skills add https://github.com/roerohan/skills --skill cloudflare-roerohan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the need to search across scattered documentation for Cloudflare product guidance. It provides a single, structured entry point for Workers, Pages, D1, R2, AI, networking, security, and infrastructure-as-code tasks.

Core Features & Use Cases

  • Decision Trees: Quickly identify the right Cloudflare product for compute, storage, AI, networking, or security needs.
  • Product References: Deep-dive documentation for 40+ Cloudflare services including Workers, D1, R2, Vectorize, and Terraform.
  • Use Case: A developer building a full-stack app can use this skill to choose between Workers and Pages, configure D1 for SQL, set up R2 for object storage, and deploy via Terraform—all from one guide.

Quick Start

Use the cloudflare skill to build, configure, and deploy a full-stack application on Cloudflare's edge network.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I build a full-stack application on Cloudflare's edge platform?

To build a full-stack application on Cloudflare's edge platform, select appropriate products like Workers or Pages for compute, D1 for SQL, and R2 for object storage, then write runtime code and deploy via Wrangler, Terraform, or Pulumi.

When should I use Cloudflare Workers versus Pages for edge computing?

Cloudflare Workers and Pages serve distinct edge computing needs, with Workers suited for API logic and backend processing, while Pages focuses on frontend deployment. This skill provides decision trees to help you choose the right product for your compute requirements.

Can I use Terraform to deploy Cloudflare infrastructure like D1 and R2?

Yes, you can use Terraform to deploy Cloudflare infrastructure, including D1, R2, and other services. This skill provides deep-dive references for configuring infrastructure-as-code tools to provision and manage your edge resources.

What is the best way to configure bindings for Cloudflare Workers?

The best way to configure bindings for Cloudflare Workers is by referencing the product documentation provided in this skill, which covers setup for D1, R2, KV, and Durable Objects to ensure proper runtime connections.

Does Cloudflare provide edge storage options for SQL and object storage?

Cloudflare provides edge storage options for SQL and object storage through D1 and R2 respectively. This skill offers comprehensive guidance for selecting and configuring these storage products alongside your compute services.

Are there limitations when using Cloudflare Durable Objects for state management?

Cloudflare Durable Objects provide stateful management at the edge, but understanding their specific limitations is crucial. This skill provides product references to help you determine when Durable Objects fit your architecture and when to consider alternatives.