Value-based data structures (Data.struct, tuple, array) and high-performance collections (Chunk, HashSet). Use for safe comparisons and pipelines.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٥ من skills من mepuka/effect-ontology. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٥ من أصل ١٥ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية