Cloudflare teaches AI agents to build on Cloudflare
A vendor-curated skill pack that teaches Claude, Cursor, and Codex how to build on Cloudflare without hallucinating the docs.

What it does
This repository packages structured “Agent Skills” — essentially contextual prompt packs and slash commands — that inject Cloudflare-specific knowledge into AI coding assistants. It covers the Workers platform, Durable Objects, the Agents SDK, Wrangler, and web performance. When your agent recognizes a relevant query, it auto-loads the skill to provide guidance instead of generic or outdated advice.
The interesting bit
Cloudflare is essentially writing the homework for your AI so it stops hallucinating Wrangler flags and D1 bindings. The repo doubles as a plugin for Claude Code, Cursor, OpenAI Codex, and others, and bundles remote MCP servers that let agents query live Cloudflare docs and manage account resources directly. It is a platform vendor explicitly optimizing for the “agentic” development workflow.
Key highlights
- Auto-loaded contextual skills for Workers, Durable Objects, Agents SDK, Wrangler, and web performance auditing
- Explicit slash commands for scaffolding AI agents (
/cloudflare:build-agent) and MCP servers (/cloudflare:build-mcp) - Bundles five remote MCP servers including live docs lookup, account management, and observability
- Supports Claude Code, Cursor, OpenCode, OpenAI Codex, and Pi via the Agent Skills standard
- Covers the full platform: KV, R2, D1, Vectorize, Workers AI, WAF, Terraform, and Pulumi
Verdict
Worth installing if you are building on Cloudflare with an AI agent in the loop. Skip it if you do not use Claude Code, Cursor, Codex, or similar tools, or if you prefer reading the docs yourself.
Frequently asked
- What is cloudflare/skills?
- A vendor-curated skill pack that teaches Claude, Cursor, and Codex how to build on Cloudflare without hallucinating the docs.
- Is skills open source?
- Yes — cloudflare/skills is open source, released under the Apache-2.0 license.
- What language is skills written in?
- cloudflare/skills is primarily written in Shell.
- How popular is skills?
- cloudflare/skills has 2.5k stars on GitHub and is currently accelerating.
- Where can I find skills?
- cloudflare/skills is on GitHub at https://github.com/cloudflare/skills.