npx skills add cloudflare/skillsREADME
Cloudflare Skills
A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.
Installing Skills
These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.
Copy the skill directories you need to the appropriate location for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ | docs |
| OpenCode | ~/.config/opencode/skill/ | docs |
| OpenAI Codex | ~/.codex/skills/ | docs |
| Pi | ~/.pi/agent/skills/ | docs |
Skills
| Skill | Useful for | Directory |
|---|---|---|
| agents-sdk | Building stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat | agents-sdk/ |
| durable-objects | Stateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets | durable-objects/ |
| wrangler | Deploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows | wrangler/ |
| web-perf | Auditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chains | web-perf/ |
| building-mcp-server-on-cloudflare | Building remote MCP servers with tools, OAuth, and deployment | building-mcp-server-on-cloudflare/ |
| building-ai-agent-on-cloudflare | Building AI agents with state, WebSockets, and tool integration | building-ai-agent-on-cloudflare/ |
Usage
When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.
Resources
Publisher
Statistics
Stars148
Forks11
Open Issues5
LicenseApache License 2.0
CreatedDec 10, 2025