Claude-skill-registry Advanced Effect Di Environment
Model dependencies using Effect-style Context, Layer, and Service patterns with compile-time safety. Use when designing DI systems, modeling environments, or building Effect-TS applications.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/advanced-effect-di-environment" ~/.claude/skills/majiayu000-claude-skill-registry-advanced-effect-di-environment && rm -rf "$T"
manifest:
skills/data/advanced-effect-di-environment/SKILL.mdsource content
Advanced Effect Di Environment
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle Effect-style dependency injection and environment modeling.
Instructions
For details, refer to the information provided in this file: effect-di-environment