cloudflare

Consolidate Cloudflare platform guidance into decision trees for Workers, Pages, D1, R2, KV, and AI services.

Updated May 4, 2026
One-click install
npx skills add https://github.com/511avolo-dot/MR --skill cloudflare-511avolo-dot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/511avolo-dot/MR/tree/main/.agents/skills/cloudflare
Command: npx skills add https://github.com/511avolo-dot/MR --skill cloudflare-511avolo-dot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates Cloudflare platform guidance into a single decision framework.

Core Features & Use Cases

  • Unified guidance across Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), and infrastructure-as-code (Terraform, Pulumi).
  • Decision trees and references to help select the right Cloudflare product for a given task (edge compute, storage, security, networking, and delivery).
  • Patterns and examples spanning end-to-end workflows across multiple Cloudflare products for fast, secure deployments.
  • Real-world use case: a team delivering a full-stack edge app with serverless functions, persistent storage, and security controls using Cloudflare services.

Quick Start

Begin by accessing the Cloudflare Platform Skill to guide architecture decisions across the full Cloudflare product set.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose the right Cloudflare storage option between KV, D1, and R2?

Choosing Cloudflare storage requires evaluating data patterns against service capabilities. A unified decision framework maps KV for edge key-value reads, D1 for relational SQL queries, and R2 for large object storage to ensure cohesive architecture.

What is the best way to build a full-stack edge application with Cloudflare Workers and Pages?

Building a full-stack edge application involves combining Cloudflare Pages for frontend hosting with Workers for serverless compute. Patterns and references across these services enable fast, secure deployments with persistent storage and security controls.

Can I use Terraform or Pulumi for Cloudflare infrastructure-as-code orchestration?

Yes, you can use Terraform and Pulumi for Cloudflare infrastructure-as-code orchestration. Unified guidance includes applying these tools to provision and manage Workers, Pages, and storage bindings for scalable and secure deployments.

How do I integrate AI services like Workers AI and Vectorize into a Cloudflare architecture?

Integrating Cloudflare AI services involves combining Workers AI for model inference and Vectorize for vector search within edge compute workflows. Decision trees and examples demonstrate how to embed these services for cohesive, scalable AI deployments.

When should I use Cloudflare Durable Objects instead of standard Workers for stateful compute?

Using Cloudflare Durable Objects is appropriate when stateful compute requires strong consistency and real-time coordination across connections. The platform decision framework distinguishes DO from standard stateless Workers to guide scalable architecture choices.

Does Cloudflare provide a unified framework for selecting edge compute, security, and delivery products?

Cloudflare platform guidance consolidates product selection into a single decision framework. It provides decision trees and references to evaluate edge compute, storage, security, and networking options to help select the right product for a given task.