Value-based data structures (Data.struct, tuple, array) and high-performance collections (Chunk, HashSet). Use for safe comparisons and pipelines.
원문 언어: 영어
메뉴
SkillsMP는 mepuka/effect-ontology에서 15개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 15개 중 15개를 표시합니다.
Value-based data structures (Data.struct, tuple, array) and high-performance collections (Chunk, HashSet). Use for safe comparisons and pipelines.
원문 언어: 영어
Concurrency with Effect.all, forEach concurrency, Fiber lifecycle, race and timeouts. Use for parallelizing tasks safely.
원문 언어: 영어
Config loading and Schema validation/transform. Use when defining configuration or validating inputs.
원문 언어: 영어
Error modeling and recovery with TaggedError, catchTag(s), mapError, and retry schedules. Use when defining errors or adding resilience.
원문 언어: 영어
Core Effect foundations and style for a coding agent. Use when starting an Effect task, choosing operators, or structuring a small pipeline.
원문 언어: 영어
HTTP server, routing, JSON responses and dependencies via layers. Use when wiring endpoints and services.
원문 언어: 영어
Skill index and decision guide. Use to pick the right Effect Skill quickly and follow a minimal decision tree.
원문 언어: 영어
Define services, provide layers, compose dependencies, and switch live/test. Use for DI boundaries and app composition.
원문 언어: 영어
Complete catalog of 130+ Effect-TS patterns from EffectPatterns repository. Use when looking for specific implementation patterns, best practices, or real-world examples. Complements other skills with concrete, curated patterns.
원문 언어: 영어
Queue and PubSub patterns, background fibers, and graceful shutdown. Use for decoupling producers/consumers.
원문 언어: 영어
Resource safety with acquireRelease, Effect.scoped, and finalizers. Use when opening files, sockets, servers, or external handles.
원문 언어: 영어
Effect patterns for SQL databases (Drizzle/Kysely/Prisma): services, transactions, retries, streaming, and observability.
원문 언어: 영어
Stream creation, transformation, sinks, batching, and resilience. Use when building data pipelines with concurrency and backpressure.
원문 언어: 영어
Testing patterns with layers, mocks, and deterministic time. Use when preparing testable services and small smoke tests.
원문 언어: 영어
Time with Clock/Duration, tracing spans, and structured logging. Use for time-based logic, deadlines, and observability.
원문 언어: 영어