·effect-ts-fundamentals
</>

effect-ts-fundamentals

mrevanzak/effect-ts-skills

Use when implementing type-safe, composable, and testable applications using Effect-TS, specifically for service definition, dependency injection, and sequential async logic.

2Installs·0Trend·@mrevanzak

Installation

$npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-fundamentals

SKILL.md

Overview Effect-TS provides a unified toolkit for building robust applications by treating side effects as values. It enables type-safe error handling, dependency injection, and resource management.

Core Pattern Effect replaces manual dependency passing and nested try/catch with a declarative, generator-based flow.

| Sequential Logic | Effect.gen | Readable async pipelines | | Service Definition | Effect.Service | Type-safe DI containers | | Layer Composition | Layer.merge/provide | Wiring dependencies |

Use when implementing type-safe, composable, and testable applications using Effect-TS, specifically for service definition, dependency injection, and sequential async logic. Source: mrevanzak/effect-ts-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-fundamentals
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is effect-ts-fundamentals?

Use when implementing type-safe, composable, and testable applications using Effect-TS, specifically for service definition, dependency injection, and sequential async logic. Source: mrevanzak/effect-ts-skills.

How do I install effect-ts-fundamentals?

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-fundamentals Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mrevanzak/effect-ts-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05