cloudflare

Guide Cloudflare platform service selection and implementation for edge infrastructure.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill cloudflare-manuelbrandner85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/manuelbrandner85/Weltenbibliothekapp/tree/main/.agents/skills/cloudflare
Command: npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill cloudflare-manuelbrandner85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves the complexity of navigating Cloudflare's vast ecosystem by providing a structured, retrieval-based decision framework for selecting and implementing the right edge infrastructure.

Core Features & Use Cases

  • Decision Trees: Quickly identify the correct product for compute, storage, AI, networking, or security needs.
  • Consolidated Knowledge: Accesses structured references for Workers, D1, R2, AI Gateway, and more.
  • Use Case: When architecting a full-stack application, use this skill to determine whether to use D1 for relational data or KV for session management, and how to split logic between frontend and backend Workers.

Quick Start

Ask the cloudflare skill to provide a decision tree for choosing between KV, D1, and R2 storage based on your specific data consistency and latency requirements.

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 for my application?

Choosing the right Cloudflare storage requires evaluating your data consistency and latency needs. Use a decision tree to select between D1 for relational data, R2 for object storage, or KV for session management based on specific access patterns.

What is the best way to architect a full-stack application on edge infrastructure?

Architecting full-stack edge applications involves splitting logic between frontend and backend Cloudflare Workers. You must map compute, storage, AI, and networking requirements to specific platform services to ensure optimal serverless performance.

Does this approach require access to current developer documentation and Wrangler schemas?

Yes, accurate edge implementation requires access to current Cloudflare developer documentation and Wrangler configuration schemas. These references ensure your serverless infrastructure setup matches the latest technical specifications.

How do I decide between D1 and KV for session management on the edge?

Deciding between D1 and KV for session management depends on your data consistency requirements. D1 suits relational data structures, while KV provides fast, eventually consistent access ideal for distributed edge session state.

When should I use Cloudflare Workers versus traditional serverless infrastructure?

Use Cloudflare Workers when your serverless application demands low-latency edge computing. This approach routes traffic through a distributed network, reducing round-trip times compared to traditional centralized serverless infrastructure.