Skills Directory / Official
Cloudflare Skills
- Author
- Cloudflare — official vendor skill
- Category
- Official
- Stars
- ★ 2.1k
- Source
- github.com/cloudflare/skills
- Tags
Cloudflare's official skills teaching agents how to build on the Cloudflare developer platform: Workers, Pages, R2, D1, KV, and the rest of the edge stack. Written by the platform team, so the patterns reflect current APIs rather than stale training data.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install skills from the "Cloudflare Skills" collection (https://github.com/cloudflare/skills) for me.
1. Run: git clone https://github.com/cloudflare/skills
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/cloudflare-skills Cloudflare Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).
- Clone the repo
git clone https://github.com/cloudflare/skills - Copy a skill into Claude Code (personal scope)
cp -r skills/<skill-name> ~/.claude/skills/ - Read a skill without installing
curl -sL https://raw.githubusercontent.com/cloudflare/skills/main/<skill-name>/SKILL.md
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Official
- Anthropic Agent Skills — Anthropic's official skills repository — the canonical starting point.
- Claude Plugins Official Directory — Anthropic's curated, quality-gated plugin directory for Claude Code.
- Vercel Agent Skills — Vercel's official skills for building and deploying on their platform.