About
This skill empowers Claude to implement robust, resilient concurrency in TypeScript projects using the Effect library. It provides patterns for parallelizing independent tasks with Effect.all and Effect.forEach, managing the lifecycle of background fibers with fork, join, and interrupt, and handling race conditions or timeouts for latency control. By prioritizing local source code inspection over assumptions, this skill ensures that implementations are idiomatic, type-safe, and follow best practices for resource management, such as avoiding unbounded concurrency and ensuring clean fiber shutdowns.