Effect Advanced: Patterns, Conventions & Pitfalls This skill defines the rules, conventions, and architectural decisions for building production Effect-TS applications. It is intentionally opinionated to prevent common pitfalls and enforce patterns that scale. For detailed API documentation, use other appropriate tools (documentation lookup, web search, etc.) — this skill focuses on how and why to use Effect idiomatically, not the full API surface. Core Conventions Use for business logic Generators read like synchronous code and are strongly preferred over long / chains for anything beyond tr…