effect-ts
Installation
SKILL.md
Effect-TS Expert Guide
Effect-TS is a functional TypeScript library providing typed effects, structured concurrency, and a robust runtime. This skill covers correct usage patterns and addresses common misconceptions from LLM-generated content.
Quick Reference
import { Effect, Layer, Context, Fiber, Schedule, Cache, Scope } from 'effect';
import { Schema, JSONSchema } from '@effect/schema';
Core Type Signature: