edge-patterns-advanced

Installation
SKILL.md

Edge Patterns — Advanced

This skill extends edge-patterns with streaming, caching, testing, and anti-patterns. Load edge-patterns first.

When to Activate

  • Streaming large responses through a Cloudflare Worker
  • Implementing edge caching with stale-while-revalidate
  • Testing Workers locally with Miniflare
  • Debugging "not supported in edge runtime" errors for Node.js API usage

Streaming Responses

Installs
2
GitHub Stars
14
First Seen
Apr 7, 2026
edge-patterns-advanced — marvinrichter/clarc