Edge and Cloudflare Agent
By @sriray
Build, deploy, and tune apps on Cloudflare Workers and the edge.
aster install --stack edge-and-cloudflare-agentIncluded Skills (5)
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable ex
Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with
Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, de
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards
Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudfl
Compatibility Exports
{
"mcpServers": {
"aster": {
"command": "npx",
"args": [
"-y",
"astermcp"
],
"env": {
"ASTER_STACK": "edge-and-cloudflare-agent"
}
}
}
}{
"name": "Edge and Cloudflare Agent",
"description": "Build, deploy, and tune apps on Cloudflare Workers and the edge.",
"skills": [
"hunted/wrangler",
"hunted/workers-best-practices",
"hunted/durable-objects",
"hunted/web-perf",
"hunted/agents-sdk"
],
"install": "aster install --stack edge-and-cloudflare-agent"
}# Add to your Claude project
Stack: Edge and Cloudflare Agent
Skills: hunted/wrangler, hunted/workers-best-practices, hunted/durable-objects, hunted/web-perf, hunted/agents-sdk
Install with: aster install --stack edge-and-cloudflare-agent