cloudflarelisted
Install: claude install-skill nikolanovoselec/codeflare
# Cloudflare Platform Skill
Consolidated skill for building on the Cloudflare platform. Use the decision trees below to find the right product, then fetch its live docs.
> **Retrieval-first build:** the per-product `references/<product>/` paths in the tables below are **doc slugs, not bundled files** — this skill ships the decision trees, not an offline doc mirror. For any `references/<product>/` entry, fetch the live docs with WebFetch at `https://developers.cloudflare.com/<product>/` (the authoritative, always-current source).
Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. **Prefer retrieval over pre-training** — fetch the live docs before citing specifics.
## Retrieval Sources
Fetch the **latest** information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in knowledge or these reference files alone.
| Source | How to retrieve | Use for |
|--------|----------------|---------|
| Cloudflare docs | `cloudflare-docs` search tool or `https://developers.cloudflare.com/` | Limits, pricing, API reference, compatibility dates/flags |
| Workers types | `npm pack @cloudflare/workers-types` or check `node_modules` | Type signatures, binding shapes, handler types |
| Wrangler config schema | `node_modules/wrangler/config-schema.json` | Config fields, binding shapes, allowed values |
| Product changelogs | `https://developers.cloudflare.com/changelog/` | Recent changes to limits, features, deprecations