effect-v4
Installation
SKILL.md
Effect v4 (Beta) - Development & Migration
Overview
Comprehensive guidance for Effect v4 development and migration from v3. This skill provides:
- v4 Core Patterns - Guide to building new v4 code with
Context, layers, generators, schema codecs - v3 → v4 Migration - Step-by-step migration guidance with API renames, behavior changes, and before/after examples
Status: Effect v4 is beta software under active development in effect-smol. The core programming model is stable, but effect/unstable/* modules may receive breaking changes in minor releases. For production use, review official v4 beta guidance and stability notes.
All bundled migration guides are sourced from the official effect-smol migration documentation.
Upstream Changes Since February 22, 2026
The upstream beta changed substantially after this skill was last refreshed. Treat older examples that mention ServiceMap or Schema.makeUnsafe as stale. Current guidance should prefer:
Related skills