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.
原文の言語: 英語