cloudflare

Guide Cloudflare platform architectural decisions with retrieval-first methodology.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Quintenps/contactswap-agents --skill cloudflare-quintenps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/Quintenps/contactswap-agents/tree/main/.squad/skills/cloudflare
Command: npx skills add https://github.com/Quintenps/contactswap-agents --skill cloudflare-quintenps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the complexity of navigating Cloudflare's vast ecosystem by providing a structured, retrieval-first approach to building, deploying, and managing edge-based applications.

Core Features & Use Cases

  • Platform Decision Support: Use integrated decision trees to select the right product for compute, storage, AI, or networking tasks.
  • Consolidated Documentation: Access a unified index of Cloudflare products, from Workers and D1 to AI Gateway and Zaraz.
  • Use Case: If you are unsure whether to use Durable Objects or D1 for a stateful application, this skill guides you through the architectural trade-offs and provides the necessary implementation references.

Quick Start

Use the cloudflare skill to identify the optimal storage solution for a globally distributed application requiring strong consistency.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose between Durable Objects and D1 for a stateful Cloudflare Workers application?

Selecting the right Cloudflare storage for stateful applications involves evaluating consistency and access patterns. This skill provides decision trees to navigate trade-offs between Durable Objects for coordinated state and D1 for relational data at the edge.

What is the best way to architect a globally distributed application on the Cloudflare edge platform?

Architecting globally distributed applications on the Cloudflare edge platform requires selecting appropriate compute, storage, and networking services. This skill provides a structured methodology to guide architectural selection and configuration for edge-based development.

When should I use edge computing for application deployment instead of traditional cloud infrastructure?

Edge computing deployment is ideal for applications requiring minimal latency and globally distributed processing. This skill provides decision frameworks to identify when to leverage Cloudflare Workers and AI Gateway over traditional centralized cloud infrastructure.

How do I navigate the Cloudflare ecosystem to find the right products for compute and AI tasks?

Navigating the Cloudflare ecosystem involves matching compute and AI requirements to specific products. This skill offers a consolidated documentation index and decision support frameworks to select appropriate services for edge-based development.

Can I use Cloudflare Workers with D1 and R2 for a globally distributed application requiring strong consistency?

Yes, Cloudflare Workers can be used with D1 and R2 for globally distributed applications. This skill guides you through architectural trade-offs and provides implementation references to configure services meeting strong consistency requirements.

What are the limitations of using serverless architecture on the Cloudflare platform?

Limitations of serverless architecture on the Cloudflare platform involve navigating trade-offs between compute, storage, and networking products. This skill provides architectural decision frameworks to help troubleshoot and mitigate edge-based constraints.