effect-ts
Installation
SKILL.md
Effect-TS
Apply Effect semantics using local project patterns first, then only the task-specific reference and upstream source needed to resolve uncertainty.
Fast Path
Do not activate this workflow merely because a file imports effect. For nontrivial Effect changes:
- Inspect neighboring services, layers, errors, schemas, runtime boundaries, and tests.
- Read
references/critical-rules.mdbefore editing. In particular, Effect failures are not caught by ordinarytry/catchinsideEffect.gen; avoid assertion-driven type escapes; use explicit terminating yields for error branches. - Read only the matching reference rows below.
- Implement the least surprising pattern consistent with local code and verify the changed Effect behavior.