Skip to content

quad1661/skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare Skills

A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.

Installing

These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.

Claude Code

Install using the plugin marketplace:

/plugin marketplace add cloudflare/skills

npx skills

Install using the npx skills CLI:

npx skills add https://github.com/cloudflare/skills

Clone / Copy

Clone this repo and copy the skill folders into the appropriate directory 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

Commands

Commands are user-invocable slash commands that you explicitly call.

Command Description
/cloudflare:build-agent Build an AI agent on Cloudflare using the Agents SDK
/cloudflare:build-mcp Build an MCP server on Cloudflare

Skills

Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.

Skill Useful for
cloudflare Comprehensive platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and IaC (Terraform, Pulumi)
agents-sdk Building stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat
durable-objects Stateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets
wrangler Deploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows
web-perf Auditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chains
building-mcp-server-on-cloudflare Building remote MCP servers with tools, OAuth, and deployment
building-ai-agent-on-cloudflare Building AI agents with state, WebSockets, and tool integration

MCP Servers

This plugin includes Cloudflare's remote MCP servers for enhanced functionality:

Server Purpose
cloudflare-docs Up-to-date Cloudflare documentation and reference
cloudflare-workers-observability Debug and analyze application logs and analytics
cloudflare-workers-builds Manage and get insights into Workers builds

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors