effect-ai-streaming

Installation
SKILL.md

Effect AI Streaming

When to Use This Skill

  • Real-time streaming responses from language models
  • Building chat interfaces with incremental updates
  • Managing conversation history with streaming
  • Protecting concurrent stream operations
  • Accumulating stream parts with side effects
  • Converting stream responses to prompt history

Import Patterns

CRITICAL: Always use namespace imports:

import * as Stream from "effect/Stream"
import * as Effect from "effect/Effect"
import * as Channel from "effect/Channel"
Related skills

More from front-depiction/claude-setup

Installs
9
GitHub Stars
17
First Seen
Jan 24, 2026