A collection of Claude Skills for building on the Cloudflare developer platform.
Build remote Model Context Protocol (MCP) servers on Cloudflare with tools, OAuth authentication, and production deployment.
Triggers: "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", "OAuth to MCP", "MCP authentication"
Contents:
SKILL.md- Core guide for building MCP serversreferences/examples.md- Official templates and boilerplatesreferences/oauth-setup.md- Security and OAuth configurationreferences/troubleshooting.md- Common issues and fixes
Build AI agents using the Cloudflare Agents SDK with state management, real-time WebSockets, scheduled tasks, and tool integration.
Triggers: "build an agent", "AI agent", "chat agent", "stateful agent", "Agents SDK", "real-time AI", "WebSocket AI"
Contents:
SKILL.md- Core guide for building agentsreferences/examples.md- Official templates and reference implementationsreferences/agent-patterns.md- Tool calling, RAG, multi-agent orchestrationreferences/state-patterns.md- State management strategiesreferences/troubleshooting.md- Common issues and fixes
These skills are designed for use with Claude. When a user's request matches the trigger phrases, Claude will use the relevant skill to provide accurate, up-to-date guidance for building on Cloudflare.
Each skill follows the standard layout:
skill-name/
├── SKILL.md # Main skill file with YAML frontmatter
└── references/ # Supporting documentation
├── examples.md
├── patterns.md
└── troubleshooting.md