What problem does it solve?
This Skill provides comprehensive guidance on leveraging Cloudflare's platform for building, deploying, and optimizing applications, ensuring adherence to its unique constraints and cost structures.
Core Features & Use Cases
- Platform Constraints: Understand hard limits on CPU, memory, subrequests, and script size.
- Service Deep Dives: Detailed information on Workers, KV, D1, R2, Durable Objects, Queues, and Workflows.
- Cost Optimization: Strategies for managing Cloudflare spend, especially through
cpu_ms configuration.
- Architecture Guidance: Best practices for using Cloudflare as the "Rim" in hub-spoke architectures.
- Use Case: When designing a new serverless API endpoint that needs to store user preferences globally but with eventual consistency, consult this Skill to determine if Cloudflare KV is appropriate or if D1 should be used for stronger consistency.
Quick Start
Use the cloudflare skill to understand the memory limits for a Cloudflare Worker.