8 skills
Build stateful AI agents on Cloudflare Workers with persistent SQLite-backed state, WebSocket connections, scheduled tasks, and durable workflows. The SDK provides an Agent class with RPC methods, MCP
Builds AI agents on Cloudflare using the Agents SDK. Covers stateful agents with persistent memory, real-time WebSocket communication, scheduled tasks, tool integration, and multi-agent orchestration
Guides you through building a remote MCP server on Cloudflare Workers. Covers tool definition, OAuth 2.0 authentication, and deploying to production. Works with Claude and other MCP clients. Setting u
Builds AI agents on Cloudflare Workers using the Agents SDK. Handles state persistence via Durable Objects, real-time WebSocket communication, scheduled tasks, and tool calling. Generates deployable T
Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers. Handles tool definitions, OAuth authentication with providers like GitHub and Google, and deployment via Wrangler. Retrieves c
Durable Objects are Cloudflare's primitive for stateful, coordinated logic at the edge. Each instance has its own SQLite storage, in-memory state, and execution context. They handle WebSockets, alarms
Audits web page performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), traces render-blocking resources, network dependency chains, layout shifts, and cachi
Wrangler is the CLI for Cloudflare Workers. It handles local development, deployment, and management of Workers along with their bindings: KV, R2, D1, Vectorize, Queues, Hyperdrive, AI, Containers, Wo