Andrey Markin
  • home
  • services
  • products
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
    • Video
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Effect Skill
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. Effect Skill
GuidelineAI CodingDev Toolsagentseffect-tstypescript

Effect Skill

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.

Added July 21, 2026Kit Langton (@kitlangton)
Visit guideline

Install it with:

bash
npx skills add kitlangton/skills@effect

An 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.

Related

  • exe.devCloud for you and your agents — disposable per-second sandboxes, persistent Linux VPS with SSH/HTTPS, and Devbox cloud dev environments.
  • context-doctorClaude Code / Codex skill that audits the fixed context a coding agent auto-loads every session — tool/MCP definitions, connectors, plugins, skills, subagents, memory/rules files — and proposes ranked cuts to prune, gate, or route what's loaded but unused.
  • integrations.shA registry of 5,700+ integration specs from Rhys Sullivan — the same builder behind Executor. Every service normalized into MCP, OpenAPI, GraphQL, and CLI form, each surface leading with a grounded, cited credential guide agents can act on.
  • memory-viewClaude Code / Codex skill that reads a project's auto-memory vault and generates a self-contained HTML explorer to visualize what the agent has remembered — MEMORY.md plus topic files — without editing or managing it.