cloudflare

Guide Cloudflare architecture decisions using official documentation and API schemas.

7|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Cobalt-Money/Cobalt --skill cloudflare-cobalt-money
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/Cobalt-Money/Cobalt/tree/main/.agents/skills/cloudflare
Command: npx skills add https://github.com/Cobalt-Money/Cobalt --skill cloudflare-cobalt-money

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-focused interface for building, deploying, and managing edge infrastructure.

Core Features & Use Cases

  • Platform Navigation: Provides decision trees to select the right product for compute, storage, AI, or networking tasks.
  • Contextual Retrieval: Prioritizes official documentation and configuration schemas over pre-trained knowledge to ensure accuracy.
  • Use Case: Quickly determine whether to use Workers, Durable Objects, or R2 for a new application architecture, then retrieve the specific configuration and API patterns required to implement it.

Quick Start

Use the cloudflare skill to retrieve the recommended architecture and configuration steps for deploying a stateful application using Durable Objects and D1.

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 products for edge computing and storage?

Selecting Cloudflare products involves using decision trees to match your application's compute, storage, AI, or networking requirements with the appropriate platform services like Workers, Durable Objects, or R2.

What is the best way to architect a stateful application using Cloudflare Durable Objects and D1?

Architecting stateful Cloudflare applications requires retrieving official configuration steps for Durable Objects and D1 to implement global network infrastructure, prioritizing current API schemas for technical accuracy.

When should I use Cloudflare Workers versus Durable Objects for my architecture?

Choosing between Cloudflare Workers and Durable Objects depends on whether your edge computing architecture requires stateless request handling or stateful coordination across the global network.

Can I use infrastructure-as-code to manage Cloudflare edge deployments?

You can implement infrastructure-as-code for Cloudflare edge deployments by retrieving official configuration patterns and current API schemas to ensure accurate infrastructure management across global network environments.

Does this approach prioritize official Cloudflare documentation over pre-trained knowledge?

The approach prioritizes official Cloudflare documentation and current API schemas over pre-trained knowledge to ensure technical accuracy for all platform development and configuration tasks.