select-cloudflare-components

Evaluate feature sets against Cloudflare infrastructure capabilities for service assignments.

8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/chrislema/claude-environments --skill select-cloudflare-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: select-cloudflare-components
Source: https://github.com/chrislema/claude-environments/tree/main/skills/select-cloudflare-components
Command: npx skills add https://github.com/chrislema/claude-environments --skill select-cloudflare-components

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates architectural ambiguity by enforcing a standardized, Workers-first infrastructure strategy, ensuring that service selection aligns with Cloudflare best practices and settled policy.

Core Features & Use Cases

  • Infrastructure Mapping: Automatically assigns appropriate Cloudflare services (D1, KV, R2, Durable Objects, Queues, Workflows) based on feature requirements.
  • Policy Enforcement: Validates architectural decisions against the Workers-first topology (S-001) and LLM provider selection criteria (S-002).
  • Use Case: When designing a new feature, use this skill to determine if a multi-step process requires Workflows or if a stateful connection necessitates SQLite-backed Durable Objects, ensuring the resulting architecture is production-ready.

Quick Start

Use the select-cloudflare-components skill to evaluate the infrastructure requirements for the new user-onboarding feature set.

Frequently Asked Questions about select-cloudflare-components

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

FAQPage Schema
How do I determine which Cloudflare service to use for a new feature?

To determine the right Cloudflare service for new features, you evaluate feature requirements against infrastructure capabilities. This assigns optimal services like D1, KV, R2, Durable Objects, Queues, or Workflows based on topology compliance and dependency chain analysis.

When do I need Cloudflare Workflows instead of Workers for multi-step processes?

You need Cloudflare Workflows instead of standard Workers when your multi-step process requires orchestrated workflow management. Evaluating dependency chains ensures the topology aligns with Workers-first policies before assigning Workflows for complex, multi-stage edge-based applications.

What is the Workers-first topology policy for Cloudflare architecture?

The Workers-first topology policy is a standardized infrastructure strategy enforcing that service selection aligns with Cloudflare best practices. It eliminates architectural ambiguity by validating decisions against settled policies, ensuring production-ready system architecture design.

Does Cloudflare support SQLite-backed Durable Objects for stateful connections?

Yes, Cloudflare supports SQLite-backed Durable Objects for stateful connections. When a feature necessitates stateful connections, the architecture evaluation validates this assignment against infrastructure capabilities to ensure the resulting topology is production-ready.

How do I select an LLM provider for edge-based applications on Cloudflare?

Selecting an LLM provider for edge-based applications requires validating architectural decisions against specific LLM provider selection criteria (S-002). This ensures the chosen provider aligns with the Workers-first topology and overall infrastructure strategy.

Can I use this approach to configure service bindings for Cloudflare Workflows?

Yes, you can use this approach to configure service bindings for Cloudflare Workflows. The evaluation applies to service binding configuration and dependency chain analysis, ensuring optimal service assignments and topology compliance across the infrastructure.