Kit Langton's opinionated agent skill for building production TypeScript apps with Effect v4 — workflows, services, layers, schemas, config, schedules, caches, streams, HTTP clients, and tests, with current APIs and production defaults.
Install it with:
npx skills add kitlangton/skills@effectAn opinionated, agent-facing guide for writing production Effect v4 code. It pins current APIs and sane production defaults so agent output stops drifting toward stale patterns, while deferring to established project conventions unless the task is explicitly changing them.
Covers the pieces you actually reach for in a real app: workflows and services, layers for wiring, schemas, configuration, schedules and retries, caches, streams, HTTP clients, and how to test all of it. My default reference for any Effect (TS) work.