configuration

Installation
SKILL.md

Configuration in Effect

Overview

Effect provides type-safe configuration loading with:

  • Automatic environment variable reading
  • Validation and type conversion
  • Default values and composition
  • Sensitive value handling
  • Multiple config sources (env, JSON, custom)

Basic Configuration Types

import { Config, Effect } from "effect";

const host = Config.string("HOST");
Related skills

More from andrueandersoncs/claude-skill-effect-ts

Installs
12
GitHub Stars
8
First Seen
Jan 24, 2026