cloudflare
Installation
SKILL.md
Cloudflare Platform Skill
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
How to Use This Skill
Reference File Structure
Each product in ./references/<product>/ contains a README.md as the entry point, which may be structured in one of two ways:
Multi-file format (5 files):
| File | Purpose | When to Read |
|---|---|---|
README.md |
Overview, when to use, getting started | Always read first |
api.md |
Runtime API, types, method signatures | Writing code |
configuration.md |
wrangler.toml, bindings, setup | Configuring a project |
patterns.md |
Common patterns, best practices | Implementation guidance |
gotchas.md |
Pitfalls, limitations, edge cases | Debugging, avoiding mistakes |