runtime

Installation
SKILL.md

Runtime in Effect

Overview

The Runtime is Effect's execution engine:

  • Default Runtime - Built-in, zero configuration
  • Custom Runtime - Configure services, context, execution
  • ManagedRuntime - Lifecycle-managed custom runtimes

Default Runtime

Effects run via the default runtime:

import { Effect } from "effect";

const program = Effect.succeed(42);
Installs
10
GitHub Stars
8
First Seen
Jan 24, 2026
runtime — andrueandersoncs/claude-skill-effect-ts