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"
Installs
37
GitHub Stars
173
First Seen
Jan 22, 2026
effect-dependency-injection — thebushidocollective/han