effect-patterns-observability

Community

Make Effect-TS apps observable with logs and traces.

AuthorPaulJPhilp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers make Effect-TS applications observable by providing structured logging, metrics, and distributed tracing patterns, enabling you to monitor, debug, and optimize complex, asynchronous workflows.

Core Features & Use Cases

  • Logging patterns: Use Effect.log and related helpers to produce structured, contextual logs that travel across fibers and async boundaries.
  • Metrics instrumentation: Capture counters, gauges, and histograms with the Metric module to quantify events, performance, and system health.
  • Tracing and spans: Create and annotate tracing spans around key operations with Effect.withSpan, enabling end-to-end visibility across services.
  • Use Case: Instrument a microservice to log incoming requests, measure latency, and emit traces that help pinpoint bottlenecks.

Quick Start

Configure a minimal observability setup for an Effect-TS project by enabling basic logs with Effect.log, instrumenting a function with Effect.fn where appropriate, and wrapping a sample operation with Effect.withSpan to produce a trace.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: effect-patterns-observability
Download link: https://github.com/PaulJPhilp/EffectPatterns/archive/main.zip#effect-patterns-observability

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.