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 Core Type Signature: --- Common Misconceptions LLM outputs often contain incorrect APIs. Use this table to correct them: | Wrong (common in AI outputs) | Correct | |------------------------------|---------| | | | | | / | | | + , or | | "thread-local storage" | "fiber-local storage" via | | JSON Schema Draft 2020-12 | generates Draft-07 |…