effect-ts-fundamentals
๐ฏSkillfrom mrevanzak/effect-ts-skills
Skill for implementing type-safe, composable, and testable applications using Effect-TS, covering service definition, dependency injection, and sequential async logic.
Same repository
mrevanzak/effect-ts-skills(5 items)
Installation
npx vibeindex add mrevanzak/effect-ts-skills --skill effect-ts-fundamentalsnpx skills add mrevanzak/effect-ts-skills --skill effect-ts-fundamentals~/.claude/skills/effect-ts-fundamentals/SKILL.mdSKILL.md
More from this repository4
Provides patterns for type-safe error handling in Effect-TS, covering Tagged Errors, specialized combinators for error recovery, and validation logic that accumulates failures across multiple fields.
Handles parallel operations, rate limiting, and fiber signaling in Effect-TS for managing concurrency patterns in functional TypeScript applications.
Documents common Effect-TS anti-patterns and their solutions, helping developers avoid pitfalls when building TypeScript applications with the Effect functional programming library.
A skill for managing resource lifecycles in Effect-TS using Scope and acquireRelease patterns, guaranteeing cleanup of database connections, file handles, and sockets even during failures or interruptions.