cloudflare

Recommends Cloudflare products and routes implementation tasks to product-specific references and documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing among Cloudflare's dozens of products (Workers, R2, D1, Queues, Durable Objects, AI services, security tools) is difficult when a user describes a need without knowing which product fits. This Skill maps stated goals to the right Cloudflare products and loads the relevant references or sibling skills for implementation. ## Core Features & Use Cases - Need-to-product mapping: A large decision table maps tasks (file uploads, background jobs, semantic search, bot protection, video streaming) to the appropriate Cloudflare products with selection criteria. - Bundled product references: Ships progressive-disclosure reference directories (README plus configuration, api, patterns, gotchas files) for products like Durable Objects, D1, KV, R2 SQL, Workers AI, Terraform, Snippets, and Bot Management. - Architecture guidance: Recommends coherent product combinations, explains deciding requirements (data shape, consistency, coordination), and points to current docs for limits and pricing. - Use Case: A user asks to build a file-upload app; the Skill recommends Workers for the API, R2 for storage, D1 for metadata, and Queues for processing, then loads each product's reference for implementation. ## Quick Start Ask the agent which Cloudflare products to use for building a document search application and have it recommend and explain the architecture.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose which Cloudflare product to use for my app?

Start from the task rather than the product: the Skill's decision table maps needs like uploads, background jobs, or search to products such as R2, Queues, or AI Search. When similar products fit, compare data shape, consistency, coordination, and execution lifecycle requirements.

Should I use Cloudflare Workers or Pages for a new website?

Use Workers with Workers Static Assets for all new sites, SPAs, and full-stack apps, since Workers can do everything Pages can. Preserve existing Pages deployments during unrelated maintenance, and follow the migration guide when moving a Pages project to Workers.

What is the difference between D1, KV, R2, and Durable Objects?

D1 is a managed relational SQL database, KV is read-heavy eventually-consistent key-value storage, R2 stores large objects by key, and Durable Objects provide strongly-consistent per-entity coordination with co-located storage. Choose based on data shape and consistency requirements.

Can I build AI applications on Cloudflare?

Yes. Workers AI provides managed model inference, AI Search offers managed retrieval-augmented generation, Vectorize supports custom semantic search, AI Gateway adds observability and caching, and the Agents SDK builds stateful agents with tools and scheduling.

When should I use Cloudflare Snippets instead of Workers?

Use Snippets for simple request or response modifications under 5ms CPU time and 32KB code size, included on paid plans. Choose Workers when you need complex logic, more subrequests, bindings like KV or D1, or npm dependencies.

Why should I check Cloudflare docs before relying on limits or pricing?

Cloudflare limits, prices, compatibility flags, and product availability change over time, and some products like Artifacts are in closed beta. The Skill instructs agents to verify current documentation before promising a product fit.