·observability-instrument-with-otel
</>

observability-instrument-with-otel

Adds OpenTelemetry instrumentation to service methods by applying @traced decorators, structured logging, and trace/span ID propagation for distributed tracing. Use when adding new service methods, debugging complex flows, investigating performance issues, or need distributed tracing across application layers. Triggers on "add tracing", "instrument this method", "add observability", "debug with traces", or "track execution flow".

4Installs·0Trend·@dawiddutoit

Installation

$npx skills add https://github.com/dawiddutoit/custom-claude --skill observability-instrument-with-otel

How to Install observability-instrument-with-otel

Quickly install observability-instrument-with-otel AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dawiddutoit/custom-claude --skill observability-instrument-with-otel
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dawiddutoit/custom-claude.

SKILL.md

View raw

Purpose Add OpenTelemetry (OTEL) instrumentation to service methods for distributed tracing, structured logging, and observability across Clean Architecture layers.

Step 1: Import OTEL Components Add imports at the top of your file (fail-fast principle):

Step 2: Get Logger Instance Replace any existing logger initialization with OTEL logger:

Adds OpenTelemetry instrumentation to service methods by applying @traced decorators, structured logging, and trace/span ID propagation for distributed tracing. Use when adding new service methods, debugging complex flows, investigating performance issues, or need distributed tracing across application layers. Triggers on "add tracing", "instrument this method", "add observability", "debug with traces", or "track execution flow". Source: dawiddutoit/custom-claude.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dawiddutoit/custom-claude --skill observability-instrument-with-otel
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from dawiddutoit/custom-claude

Quick answers

What is observability-instrument-with-otel?

Adds OpenTelemetry instrumentation to service methods by applying @traced decorators, structured logging, and trace/span ID propagation for distributed tracing. Use when adding new service methods, debugging complex flows, investigating performance issues, or need distributed tracing across application layers. Triggers on "add tracing", "instrument this method", "add observability", "debug with traces", or "track execution flow". Source: dawiddutoit/custom-claude.

How do I install observability-instrument-with-otel?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dawiddutoit/custom-claude --skill observability-instrument-with-otel Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/dawiddutoit/custom-claude