cloudflare/skills

Verified

No description

148 stars11 forksUpdated Jan 15, 2026
npx skills add cloudflare/skills

README

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:

AgentSkill DirectoryDocs
Claude Code~/.claude/skills/docs
OpenCode~/.config/opencode/skill/docs
OpenAI Codex~/.codex/skills/docs
Pi~/.pi/agent/skills/docs

Skills

SkillUseful forDirectory
agents-sdkBuilding stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chatagents-sdk/
durable-objectsStateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSocketsdurable-objects/
wranglerDeploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflowswrangler/
web-perfAuditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chainsweb-perf/
building-mcp-server-on-cloudflareBuilding remote MCP servers with tools, OAuth, and deploymentbuilding-mcp-server-on-cloudflare/
building-ai-agent-on-cloudflareBuilding AI agents with state, WebSockets, and tool integrationbuilding-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

cloudflarecloudflare

Statistics

Stars148
Forks11
Open Issues5
LicenseApache License 2.0
CreatedDec 10, 2025