cloudflare

Select and configure Cloudflare products for specific workload requirements.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of navigating Cloudflare's vast platform of over 100 products and selecting the correct service for specific workload requirements, avoiding costly architectural mistakes and outdated configuration patterns.

Core Features & Use Cases

  • Product Selection Decision Trees: Guided workflows to choose between Workers, Pages, D1, R2, KV, Durable Objects, and other services based on latency, consistency, and cost requirements.
  • Retrieval-Biased Guidance: Explicit instructions to fetch current documentation, API signatures, and limits from official sources rather than relying on pre-trained knowledge that may be outdated.
  • Infrastructure-as-Code Support: Comprehensive references for Terraform, Pulumi, and Wrangler to manage Cloudflare resources programmatically.
  • Use Case: Imagine you need to add a database to a Workers application. Use this skill to decide between D1, Hyperdrive, or Durable Objects based on your consistency and scaling needs, then retrieve the latest migration syntax and binding configuration.

Quick Start

Use the cloudflare skill to identify the right Cloudflare product for your workload and retrieve current documentation and configuration examples.

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 D1, R2, KV, and Durable Objects for my Workers application?

Cloudflare service selection uses decision trees to evaluate latency, consistency, and cost requirements for D1, R2, KV, or Durable Objects. This ensures the correct infrastructure match for your workload scaling needs.

What is the best way to configure Cloudflare Workers for serverless edge computing?

Configuring Cloudflare Workers requires retrieval-biased guidance to fetch current API signatures and limits from official documentation. This ensures your serverless edge computing setup avoids outdated configuration patterns.

Can I manage Cloudflare infrastructure using Terraform and Wrangler?

Yes, Cloudflare infrastructure supports programmatic management via Terraform, Pulumi, and Wrangler. Comprehensive references provide the syntax needed to provision and configure resources across the platform.

How do I add a database to my Cloudflare Workers application?

Adding a database to Workers involves deciding between D1, Hyperdrive, or Durable Objects based on consistency and scaling needs. You then retrieve the latest migration syntax and binding configuration from official docs.

When should I not rely on pre-trained knowledge for Cloudflare AI and Vectorize configuration?

Avoid pre-trained knowledge for Cloudflare AI and Vectorize configuration when API signatures and product limits change frequently. Retrieval-biased guidance fetches up-to-date technical references to prevent costly architectural mistakes.