cloudflare

Select and implement Cloudflare products using decision trees and curated references.

Updated Aug 4, 2023
One-click install
npx skills add https://github.com/EmreOzdemiroglu/dotfiles --skill cloudflare-emreozdemiroglu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/EmreOzdemiroglu/dotfiles/tree/main/nvim/custom_rules/cloudflare
Command: npx skills add https://github.com/EmreOzdemiroglu/dotfiles --skill cloudflare-emreozdemiroglu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you choose the right Cloudflare product and implement it correctly for real projects, reducing time spent searching across dozens of docs and avoiding common configuration mistakes.

Core Features & Use Cases

  • Product selection via decision trees: Quickly route your need (compute, storage, AI, networking, security, media, analytics, IaC) to the right Cloudflare reference.
  • Grounded implementation guidance: Uses targeted references to Workers, Pages, Workers AI, AI Gateway, KV, D1, R2 SQL/Data Catalog, Durable Objects, Tunnel, WAF, DDoS, Turnstile, Argo Smart Routing, Terraform, Pulumi, and more.
  • Retrieval-first accuracy guardrails: Encourages checking the latest Cloudflare documentation and schemas before relying on exact limits, API signatures, or pricing.

Quick Start

Ask the AI: Determine which Cloudflare product and references I should use to implement a secure API that runs at the edge and stores session state reliably, then summarize the correct reading order for the chosen components.

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

Choosing the right Cloudflare storage layer involves using decision trees to route your application needs to KV, D1, R2, or Durable Objects. Match your specific data structure and latency requirements to the correct product reference for accurate implementation.

What is the best way to add AI features to Cloudflare Workers?

Adding AI features to Cloudflare Workers involves implementing Workers AI for inference and AI Gateway for routing and observability. Use decision trees to identify the correct references for building and scaling edge AI applications with grounded configuration guidance.

Can I manage Cloudflare infrastructure using Terraform and Pulumi?

Managing Cloudflare infrastructure using Terraform and Pulumi is fully supported through targeted infrastructure-as-code references. Apply correct resource configurations for networking and security products to avoid common IaC mistakes and ensure accurate deployments.

How do I secure my Cloudflare Pages application with WAF and Turnstile?

Securing your Cloudflare Pages application requires configuring WAF for traffic filtering, DDoS protection for volumetric attacks, and Turnstile for bot management. Follow hardening references to protect your edge applications against common security threats and vulnerabilities.

Does this approach fetch the latest Cloudflare documentation for API limits?

This approach uses retrieval-first accuracy guardrails that fetch the latest Cloudflare documentation and schemas before citing exact API limits or pricing. This ensures your implementation guidance avoids outdated memory and reflects current platform constraints accurately.

When should I use Cloudflare Tunnel instead of standard networking?

Use Cloudflare Tunnel instead of standard networking when you need to securely expose internal services to the edge without opening public firewall ports. Route your networking requirements to Tunnel, Spectrum, or Interconnect based on specific traffic and security needs.