yusukebe/skills · Archived

cloudflare

Anything Cloudflare (Workers, D1, R2, KV, Durable Objects, Queues). Detailed guidance lives in the official cloudflare/skills collection.

First seen May 21, 2026

Installation

$ npx skills add yusukebe/skills --skill cloudflare

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from yusukebe/skills.

npx skills add yusukebe/skills

Browse all from yusukebe/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 36
Default branch main
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,419 B
  • docs SUMMARY.md 155 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

Cloudflare

For anything on Cloudflare — Workers, D1, R2, KV, Durable Objects, Queues, Pages, Vectorize — use the official Cloudflare skill collection:

<https://github.com/cloudflare/skills>;

Read it before writing Cloudflare-specific code. You can install it with npx skills add cloudflare/skills if your tool supports that, but you do not have to — fetching the files directly from the repo is enough.

The canonical human-facing documentation is at <https://developers.cloudflare.com/workers/>;.

Defaults I use

  • wrangler.jsonc, not wrangler.toml. JSON-with-comments is friendlier for tooling and easier to template.
  • Bun as the package manager and dev driver.
  • Custom domains via routes with custom_domain: true, not via Workers Routes.
  • Static Assets for any file-based content (Markdown, images, generated HTML) when an index does not need to be built from the file contents.

Related skills here

  • [hono](/skills/hono) — the web framework I deploy to Workers.