cloudflare

Guides Cloudflare platform implementation, configuration, and troubleshooting for edge applications.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kartikkabadi/skills --skill cloudflare-kartikkabadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/kartikkabadi/skills/tree/main/cloudflare
Command: npx skills add https://github.com/kartikkabadi/skills --skill cloudflare-kartikkabadi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you build, configure, and troubleshoot applications on Cloudflare without relying on stale assumptions about product behavior, limits, or APIs.

Core Features & Use Cases

  • Cloudflare Platform Guidance: Covers Workers, Pages, storage, AI, networking, security, and infrastructure-as-code workflows.
  • Docs-First Decision Making: Directs you to the right Cloudflare product and emphasizes retrieving the latest documentation before using specific APIs or limits.
  • Practical Use Cases: Use it when implementing an edge function, wiring up D1 or R2, adding Workers AI, configuring a tunnel, or managing Cloudflare infrastructure with Terraform or Pulumi.

Quick Start

Ask for help designing or implementing a Cloudflare solution and specify the product area, such as Workers, D1, R2, or WAF.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I configure Cloudflare Workers with D1 and R2 storage bindings?

Configuring Cloudflare Workers with D1 and R2 requires retrieving the latest documentation to validate current binding syntax, API limits, and storage configuration before implementing your edge application.

What is the best way to manage Cloudflare infrastructure using Terraform?

Managing Cloudflare infrastructure with Terraform requires a docs-first approach to verify current resource configurations, API endpoints, and pricing limits before applying your infrastructure-as-code workflows.

Can I use Workers AI for edge inference without hitting API limits?

Using Workers AI for edge inference requires checking the latest Cloudflare documentation to validate current API limits, pricing, and supported models before deploying your application.

Does Cloudflare Pages support modern edge application deployments with custom networking and security rules?

Cloudflare Pages supports modern edge application deployments, but you must verify current networking, WAF, and security configuration details against the latest documentation before setting up your project.

Why does my Cloudflare Workers configuration fail after recent API changes?

Cloudflare Workers configurations often fail due to stale assumptions about APIs or limits; resolving this requires a docs-first validation of current bindings, configuration details, and platform behavior.