๐Ÿ”Ž
AI EngineeringPython

Instrument

by comet-ml

Instrument is an AI Engineering skill for Claude Code, published by comet-ml in opik-mcp.

217 stars35 forkson comet-ml/opik-mcpAdded 2026/09/04Repository updated 2026/09/03
claude-codegenerative-aillm-observabilitymcpmcp-servermodel-context-protocolopikpython
Install in seconds
Install Instrument
Copy Instrument into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/comet-ml/opik-mcp/tree/main/src/opik_mcp/skills/opik-instrument ~/.claude/skills/opik-instrument

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/comet-ml/opik-mcp.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
src/opik_mcp/skills/opik-instrument/SKILL.md in comet-ml/opik-mcp
Installs to
~/.claude/skills/opik-instrument
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering โ€” 2970 skills

What Instrument does

Instrument adds Opik tracing to an existing Python or TypeScript app and verifies a real trace lands. It is used when you need to add observability to an LLM workflow, then confirm the trace in Opik and return the trace link.

Instrument is cataloged under AI Engineering on DirSkills. Instrument comes from a repository tagged claude-code, generative-ai, llm-observability, mcp and mcp-server.

Documentation

README

Instrument โ€” Add Opik Tracing and Verify a Real Trace

Definition of done: a representative, safely-executed path produces a trace that is confirmed in Opik and a direct trace link is returned. If verification can't be completed safely or autonomously, stop at the first genuine blocker and return exactly one concrete next step. Code edits alone are not success.

Operate: opinionated in execution, conservative in code changes, automatic in routine decisions, uncompromising about verifying value โ€” but never by running something unsafe.

Inputs

The entry point is just /opik-instrument (optionally /opik-instrument <path>). Infer everything else; treat these only as optional overrides the user may pass, never as required setup:

This is the opening of the README. Read the full README on GitHub.

Commands Instrument provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /opik-instrument

Frequently asked about Instrument

  • What else does comet-ml publish alongside Instrument?

    Instrument is one of 5 skills that DirSkills catalogs from comet-ml/opik-mcp, the repository it ships in. Its siblings there include Opik, Opik Diagnose and Opik Evaluate. Each one is a separate skill with its own page in this directory, installs the same way Instrument does, and is maintained by comet-ml in that same repository. The rest of the collection is listed on the comet-ml/opik-mcp page.

  • How does Instrument compare to other AI Engineering skills?

    Instrument ranks #2617 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Instrument against them. Open each page to compare what they document and how they install.