← ClaudeAtlas

cloudflarelisted

Cloudflare platform entry point: Workers, Pages, KV, D1, R2, Workers AI, Vectorize, Agents SDK, feature flags (Flagship), Tunnel, Spectrum, WAF, DDoS, and infrastructure-as-code (Terraform, Pulumi). Default entry point for Cloudflare work and for anything spanning several products. Prefer the narrower sibling when the task sits inside one: workers-best-practices for Worker code, wrangler for CLI and wrangler.jsonc, durable-objects for stateful coordination, agents-sdk for agents and Workflows, sandbox-next or sandbox-stable for sandboxed execution (match the installed @cloudflare/sandbox tag), cloudflare-email-service for email, cloudflare-one for Zero Trust and SASE. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
ongkipro/dotfiles · ★ 0 · DevOps & Infrastructure · score 56
Install: claude install-skill ongkipro/dotfiles
# Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. **Prefer retrieval over pre-training** — the references in this skill are starting points, not source of truth. ## 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 | When a reference file and the docs disagree, **trust the docs**. This is especially important for: numeric limits, pricing tiers, type signatures, and configuration options. ## Quick Decision Trees ### "I need feature flags" ``` Need feature flags? └─ Feature toggles, targeting rules, percentage rollouts → flagship/ ├─ Evaluate