A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.
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 |
| 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/ |
When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.