write-effect-ts
Installation
SKILL.md
Write Effect TS
Write Effect code that matches the repo's existing style, keeps requirements explicit, and verifies API details against current docs before committing to an implementation.
Read Order
- Read
references/patterns.mdbefore editing Effect code. - Read
references/doc-map.mdwhen you need topic-specific docs, upstream confirmation, or ready-madectx7queries.
Workflow
- Inspect the repo first. Search for
ServiceMap.Service,Effect.Service,Context.Tag,Effect.fn,Effect.gen,Schema.TaggedError,Schema.TaggedErrorClass,Config.schema, andit.effect. - Match the dominant local idiom. Do not mix service styles inside the same feature unless the repo already does.
- If the repo has no strong local style, default to the
effect-solutionshouse style summarized inreferences/patterns.md. - If
effect-solutionsis available, read the relevant topic before coding: