effect-dependency-injection
Installation
SKILL.md
Effect Dependency Injection
Master dependency injection and management in Effect applications using Context and Layers. This skill covers service definitions, layer construction, and composing complex dependency graphs.
Context and Services
Defining Services with Context.Tag
Services are defined using Context.Tag to create type-safe identifiers:
import { Context, Effect } from "effect"