cloudflare

Guide Cloudflare development with product selection and configuration paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you build, configure, and troubleshoot Cloudflare-powered systems without relying on outdated assumptions about Workers, Pages, storage, AI, networking, or security products.

Core Features & Use Cases

  • Cloudflare Platform Guidance: Covers Workers, Pages, D1, KV, R2, Durable Objects, AI services, networking, and security features.
  • Production-Oriented Decisions: Helps choose the right Cloudflare product for compute, storage, AI, observability, IaC, and protection workflows.
  • Use Case: If you are designing a full-stack app on Cloudflare, this Skill can help you connect the frontend, edge API, database, auth, AI features, and deployment tooling into one coherent architecture.

Quick Start

Ask for the best Cloudflare architecture and implementation steps for your app, including the right product choices, configuration guidance, and relevant gotchas.

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

To choose the right Cloudflare storage, compare D1 for relational data, R2 for large objects, and KV for key-value pairs. This Skill provides implementation decision trees to match your storage requirements with the correct Cloudflare product and configuration paths.

Can I use Terraform to manage Cloudflare Workers and D1 infrastructure?

Yes, you can use Terraform to manage Cloudflare infrastructure including Workers and D1. This Skill provides documentation-backed recommendations for infrastructure-as-code scenarios, helping you configure and deploy Cloudflare platform products effectively.

What is the best way to architect a full-stack app on Cloudflare Pages and Workers?

The best way to architect a full-stack app on Cloudflare is by connecting Pages for frontend with Workers for edge APIs. This Skill guides you in selecting the correct platform products and operational patterns for modern web applications across build and deploy tasks.

How do Durable Objects work with Cloudflare Workers for state management?

Durable Objects work with Cloudflare Workers by providing strongly consistent state and coordination for specific application instances. This Skill guides operational patterns and configuration paths to help you implement Durable Objects effectively within your Cloudflare architecture.

Does Cloudflare AI Gateway support routing requests to different AI services?

Yes, Cloudflare AI Gateway supports routing and managing requests to various AI services. This Skill provides current product guidance for AI scenarios, ensuring you apply the correct Cloudflare APIs and understand the operational limits for AI features.

What are the limitations of using Cloudflare Workers for compute workflows?

Limitations of Cloudflare Workers include API rate limits and execution constraints based on your chosen plan. This Skill provides documentation-backed recommendations for Cloudflare APIs and limits, helping you anticipate edge cases and troubleshoot operational issues.