cloudflare

Select Cloudflare products and implement them using structured decision trees.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/devsanthoshmk/MKS-Agency --skill cloudflare-devsanthoshmk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/devsanthoshmk/MKS-Agency/tree/main/backend/.agents/skills/cloudflare
Command: npx skills add https://github.com/devsanthoshmk/MKS-Agency --skill cloudflare-devsanthoshmk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloudflare development becomes hard to navigate when you need to pick the right product (Workers, Pages, storage, AI, networking, security) and apply the correct implementation details across an end-to-end system.

Core Features & Use Cases

  • Edge compute guidance: Choose Workers vs Pages vs Durable Objects vs Workflows based on runtime needs.
  • Storage selection: Map use cases to KV, D1, R2, Queues, Vectorize, and Durable Objects storage with correct access patterns.
  • AI, networking, and security coverage: Use Workers AI / Agents SDK, Tunnel / Spectrum, and WAF / DDoS / Bot Management references to implement production requirements.
  • On-demand decision support: Use decision trees to route your task to the right reference topics quickly.

Quick Start

Ask the AI: “I’m deploying a Vue app with a Cloudflare Worker backend—what should I use for edge compute, storage, and secure secret access?”

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose between Cloudflare Workers, Pages, and Durable Objects for edge compute?

To choose the right Cloudflare edge compute, you map your runtime needs to Workers for APIs, Pages for frontend hosting, Durable Objects for stateful coordination, and Workflows for multi-step orchestration using structured decision trees.

What is the best way to select Cloudflare storage like KV, D1, and R2 for my application?

The best way to select Cloudflare storage is matching your access patterns to KV for key-value data, D1 for relational SQL databases, R2 for large object storage, Vectorize for embeddings, and Queues for asynchronous messaging.

Can I deploy WAF, DDoS, and Bot Management protections for production workloads on Cloudflare?

Yes, you can deploy WAF, DDoS, and Bot Management protections for production workloads on Cloudflare by applying the platform's security references to configure network security rules, mitigate distributed denial-of-service attacks, and manage automated bot traffic.

How do I integrate Workers AI and the Agents SDK into my Cloudflare backend?

You integrate Workers AI and the Agents SDK into your Cloudflare backend by referencing the platform's AI documentation to implement machine learning inference and build autonomous AI agents directly at the network edge.

Does Cloudflare Tunnel and Spectrum support configuring secure external connectivity?

Yes, Cloudflare Tunnel and Spectrum support configuring secure external connectivity by routing your traffic through Cloudflare's network, providing protected access to internal services and arbitrary TCP/UDP applications.