Sinks
CommunityMaster Effect Sinks for streaming data.
Authorandrueandersoncs
Version1.0.0
Installs0
System Documentation
What problem does it solve?
The Sinks skill helps developers efficiently consume streams by providing idiomatic patterns for Effect-TS sinks, enabling reliable aggregation and side-effect processing without leaking resources.
Core Features & Use Cases
- Collect and aggregate: use common sinks to gather all results or compute metrics from streams.
- Transform and compose: combine sinks with map, dimap, and zip to build complex data pipelines.
- Real-world scenarios: use sinks for logging, counters, file writes, and batch processing in streaming apps.
Quick Start
- Install and import { Stream, Sink } from "effect" and try a simple example: Stream.make(1, 2, 3).pipe(Stream.run(Sink.sum))
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Sinks Download link: https://github.com/andrueandersoncs/claude-skill-effect-ts/archive/main.zip#sinks Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.