effect-ts-anti-patterns

Installation
SKILL.md

Effect-TS Anti-Patterns

Overview

Effect-TS provides a powerful functional framework, but common imperative habits can bypass its safety guarantees. This skill identifies and fixes patterns that lead to resource leaks, process crashes, and unhandled errors.

When to Use

  • During code reviews of Effect-TS implementations.
  • When debugging "unhandled promise rejections" or process crashes in Effect code.
  • When optimizing performance of parallel operations.

When NOT to use:

  • For simple, non-Effect TypeScript code.
  • When using other functional libraries (fp-ts, etc.).

Anti-Patterns Reference

Related skills
Installs
61
GitHub Stars
8
First Seen
Feb 3, 2026