edge-computing-patterns
About
This skill teaches developers to deploy applications to edge runtimes like Cloudflare Workers, Vercel Edge, and Deno Deploy for globally distributed, low-latency performance. It covers essential patterns including edge middleware, streaming, and working within runtime constraints. Use it for global apps requiring <50ms latency, authentication, A/B testing, geo-routing, and response transformations.
Quick Install
Claude Code
Recommendednpx skills add ArieGoldkin/ai-agent-hub -a claude-code/plugin add https://github.com/ArieGoldkin/ai-agent-hubgit clone https://github.com/ArieGoldkin/ai-agent-hub.git ~/.claude/skills/edge-computing-patternsCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
ai-native-development
MetaThis skill teaches developers to build AI-first applications using RAG pipelines, vector databases, and agentic workflows. It covers essential techniques like prompt engineering, function calling, and cost optimization for modern AI development. Use it when creating chatbots, semantic search systems, or AI agents that integrate with LLMs.
type-safety-validation
MetaThis skill enables end-to-end type safety across your entire application stack using Zod, tRPC, Prisma, and TypeScript. It ensures type safety from database operations through API layers to UI components, catching errors at compile time rather than runtime. Use it when building full-stack applications that require robust validation and type-safe data flow.
streaming-api-patterns
DevelopmentThis skill teaches implementation of real-time data streaming using SSE, WebSockets, and ReadableStream APIs. It focuses on critical production concerns like backpressure handling, reconnection strategies, and LLM streaming. Use it for building ChatGPT-style interfaces, live notifications, chat apps, and other 2025+ real-time applications.
react-server-components-framework
DesignThis skill teaches developers to implement React Server Components using Next.js 15's App Router. It focuses on server-first architecture, streaming SSR, Server Actions, and modern data fetching patterns. Use it when building Next.js 15+ applications to master component boundaries and server-side mutations.
