cloudflare

Guide Cloudflare development across compute, storage, AI, networking, and security services.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/amano--/call-center --skill cloudflare-amano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/amano--/call-center/tree/main/.agent/skills/web-development/cloudflare
Command: npx skills add https://github.com/amano--/call-center --skill cloudflare-amano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for developing on the Cloudflare platform, enabling users to build, deploy, and manage applications efficiently at the edge.

Core Features & Use Cases

  • Platform Coverage: Covers Workers, Pages, KV, D1, R2, Durable Objects, AI services, networking, and security.
  • Development Workflow: Streamlines setup, deployment, configuration, and debugging across Cloudflare services.
  • Use Case: A developer wants to build a full-stack application using Cloudflare Workers for the backend API (with D1 for database access) and Cloudflare Pages for the frontend. This Skill guides them through setting up bindings, routing, and deployment for both services.

Quick Start

Use the Cloudflare skill to find documentation on setting up Workers AI with a D1 database binding.

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 using Cloudflare Workers and Pages?

To build a full-stack application with Cloudflare Workers and Pages, you need to configure service bindings and routing for your backend API and frontend. This approach streamlines deployment by guiding you through setup, database bindings with D1, and configuration across both services.

What is the best way to manage infrastructure-as-code for Cloudflare Workers?

The best way to manage infrastructure-as-code for Cloudflare Workers is using tools like Terraform or Pulumi. This allows you to declaratively provision and manage edge compute resources, ensuring consistent configuration and deployment across your development workflow.

Can I use a D1 database binding with Workers AI?

Yes, you can use a D1 database binding with Workers AI. The platform supports integrating storage solutions like D1 directly with AI services, enabling you to build intelligent applications that query relational data seamlessly at the edge.

How does Cloudflare handle edge computing security and DDoS protection?

Cloudflare handles edge computing security through its built-in Web Application Firewall (WAF) and DDoS protection mechanisms. These networking and security features safeguard your Workers and Pages deployments by filtering malicious traffic at the network edge.

When should I use Cloudflare R2 versus KV for edge storage?

You should use Cloudflare R2 for storing large unstructured data like files and media, whereas KV is optimized for high-speed, eventually consistent key-value reads. The platform provides decision trees to help you select the right storage based on your application's access patterns.