Back to Skills

edge-computing-patterns

ArieGoldkin
Updated 4 days ago
97 views
5
5
View on GitHub
Otheredgecloudflareverceldenoserverless2025

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

Recommended
Primary
npx skills add ArieGoldkin/ai-agent-hub -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/ArieGoldkin/ai-agent-hub
Git CloneAlternative
git clone https://github.com/ArieGoldkin/ai-agent-hub.git ~/.claude/skills/edge-computing-patterns

Copy and paste this command in Claude Code to install this skill

GitHub Repository

ArieGoldkin/ai-agent-hub
Path: skills/edge-computing-patterns
0

Related Skills

ai-native-development

Meta

This 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.

View skill

type-safety-validation

Meta

This 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.

View skill

streaming-api-patterns

Development

This 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.

View skill

react-server-components-framework

Design

This 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.

View skill