What is effect-ts-errors?
Use when implementing error handling, validation logic, or custom error types in Effect-TS. Source: mrevanzak/effect-ts-skills.
Use when implementing error handling, validation logic, or custom error types in Effect-TS.
Quickly install effect-ts-errors AI skill to your development environment via command line
Source: mrevanzak/effect-ts-skills.
Overview Effect-TS provides a type-safe error channel (E in Effect ) that tracks potential failures. Use Tagged Errors for distinguishability and specialized combinators for handling or accumulating errors.
| Define Error | Data.TaggedError | Create distinguishable, typed errors. | | Catch One | Effect.catchTag | Handle a specific tagged error by its tag. | | Catch All | Effect.catchAll | Handle all errors in the channel. | | Accumulate | Effect.all(..., { mode: 'either' }) | Collect multiple results/errors into Either[]. |
Use when implementing error handling, validation logic, or custom error types in Effect-TS. Source: mrevanzak/effect-ts-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-errors Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-errorsUse when implementing error handling, validation logic, or custom error types in Effect-TS. Source: mrevanzak/effect-ts-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-errors Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/mrevanzak/effect-ts-skills