cloudflare

Coordinate compute, data, and AI on Cloudflare Workers, D1, KV, R2, Durable Objects, AI Gateway, and Pages.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/brixtonpham/claude-config --skill cloudflare-brixtonpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/brixtonpham/claude-config/tree/main/skills/cloudflare
Command: npx skills add https://github.com/brixtonpham/claude-config --skill cloudflare-brixtonpham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a cohesive guide to building fast, globally distributed applications on Cloudflare's edge platform, combining compute, storage, and AI capabilities into a single workflow.

Core Features & Use Cases

  • Edge compute & deployment: Run serverless functions at the network edge to minimize latency and simplify deployment.
  • Unified storage & data layer: Use D1, KV, and R2 to manage relational data, key-value state, and object storage close to users.
  • Real-time coordination: Enable stateful applications with Durable Objects and asynchronous processing with Queues.
  • AI integration: Leverage Workers AI and AI Gateway for on-edge inference, routing, and automation.
  • Static hosting & frameworks: Serve static sites and deploy apps with Pages and edge-friendly frameworks (Next.js, Remix, Astro, SvelteKit).

Quick Start

Set up your Cloudflare project with Wrangler and begin deploying Workers, KV, and Pages.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I build globally distributed apps on the Cloudflare edge?

Build globally distributed apps on the Cloudflare edge by coordinating compute, data, and AI capabilities using Workers, D1, KV, R2, and Durable Objects for scalable edge architectures.

How do I manage state and storage across Cloudflare Workers?

Manage state and storage across Cloudflare Workers by utilizing D1 for relational data, KV for key-value state, R2 for object storage, and Durable Objects for real-time stateful coordination.

Can I run AI inference directly at the network edge with Cloudflare?

Run AI inference directly at the network edge with Cloudflare by leveraging Workers AI and AI Gateway for on-edge inference, routing, and automation.

Does Cloudflare Pages support edge-friendly frameworks like Next.js and Remix?

Cloudflare Pages supports edge-friendly frameworks like Next.js, Remix, Astro, and SvelteKit, allowing you to serve static sites and deploy applications across the network edge.

What is the best way to handle asynchronous processing and real-time coordination in edge computing?

Handle asynchronous processing and real-time coordination in edge computing by using Durable Objects for stateful applications and Queues for asynchronous task processing.

How do I start deploying serverless functions and static sites on Cloudflare?

Start deploying serverless functions and static sites on Cloudflare by setting up your project with Wrangler, then configuring Workers and Pages to minimize latency and simplify deployment.