Agent Codex
Python code refactoring assistant. Triggers on: User: "make this better" User: "refactor this method" User: "clean up this code".
Agent Codex
Python code refactoring assistant. Triggers on: User: "make this better" User: "refactor this method" User: "clean up this code".
Skill Claude CodeCodex
Validate what a ClickHouse query actually costs before merging it — at production scale through read-only environment access, or on a revived Testcontainers dataset extrapolated to 20k/500k/1M entities. Use when a DAO query changes, when an endpoint is slow, or when a reviewer asks "what does this cost at scale".
Skill Claude CodeCodex
TypeScript SDK patterns for Opik. Use when working in sdks/typescript.
Skill Claude CodeCodex
Authoring Fern MDX documentation pages for the Opik docs site, plus release-note and changelog routing. Use when writing or updating pages under apps/opik-documentation/documentation/fern/, drafting PR descriptions, or picking the right changelog surface.
Skill Claude CodeCodex
Use when a developer wants to add, write, or create an end-to-end test for an Opik feature, page, or branch — e.g. "add an e2e test for the experiments comparison page", "write a test for the feature I just built", "e2e test for this branch", "cover the dataset items flow with a test". Runs the full loop in…
Skill Claude CodeCodex
Use when a developer wants to add a visual regression (screenshot) test for an Opik UI page or panel — e.g. "add a visual test for the trace sidebar", "screenshot each tab of the dataset panel", "visual regression test for the new empty state". Covers the page-object pattern, seeding via the test-helper-service…
Instructions file GitHub Copilot
Instructions for comet-ml/opik, covering copilot code review instructions, project overview, 1. git workflow & branch management, branch naming convention and commit message standards.
Instructions file GitHub Copilot
Instructions for comet-ml/opik, covering opik python sdk code review guidelines, 🔧 core architecture principles, three-layer architecture, execution paths and 📋 api design standards.
Instructions file CodexOpenCode
Instructions for comet-ml/opik, covering repository guidelines, scope & inheritance, project structure & module organization, build, test, and development commands and coding style & naming conventions.
Plugin Claude Code
Plugin marketplace listing 1 plugin: opik.
Skill Claude CodeCodex
Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…
Skill Claude CodeCodex
Build an LLM evaluation and run it against your app, returning an experiment with scores. Covers datasets, LLM judges, RAG evaluation, synthetic data, error analysis, and validating evaluators against human labels. Use when the user wants to measure or improve AI product quality, or asks about evals, judges, or…
Skill Claude CodeCodex
Root-cause a specific Opik trace, or a pattern across traces, and return a grounded explanation. Uses the hosted Opik MCP when it is connected, and falls back to SDK scripting otherwise. Returns the root cause, the evidence spans as clickable Opik UI links, and one suggested next step. Use for "why did this trace…
Skill Claude CodeCodex
Add Opik tracing to an existing app and verify a real trace lands. Installs the Opik package, detects the language and LLM framework, adds the minimum tracing, runs a safe representative path, confirms a trace in Opik, and returns the trace link. Use for "instrument my code", "add opik tracing", "add observability"…
Skill Claude CodeCodex
Reference for the Opik SDK — tracing, span types, framework integrations, threads, and the prompt library (Python, TypeScript, REST). Use for "what span types exist", "how do I flush", "trackopenai", "add OpikTracer", "version a prompt". To instrument a repo end to end, use the opik-instrument skill.
MCP server Claude CodeCodexCursor +2
Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol. Runs locally from the opik-mcp npm package. Needs 3 environment variables to run.
Settings file Claude Code
Agent settings declaring 11 allowed tools.
Skill Claude CodeCodex
Scaffold a brand-new Comet example in this repo from the canonical template under templates/integration-example/. Use whenever the user wants to create, add, or start a new example, demo, or integration on Comet — phrasings like "add a Comet example for X", "scaffold an integration example", "create a new example for…
Instructions file CodexOpenCode
AGENTS.md instructions for comet-ml/comet-examples, covering agent instructions for comet-examples, repo structure, non-negotiable conventions, credentials — always from environment variables and the comet sdk idiom.
comet-ml/opik-claude-code-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: opik.
comet-ml/opik-claude-code-plugin
Plugin Claude Code
LLM observability tooling for agent development and Claude Code.
comet-ml/opik-claude-code-plugin
Agent
Use this agent when reviewing agent code for quality and best practices. Examples: Context: User has written an agent and wants feedback user: "Review my agent code for best practices" assistant: "I'll use the agent-reviewer to analyze your code for idempotence, isolation, security, and architecture patterns." User…
comet-ml/opik-claude-code-plugin
Command
Add Opik observability to your code - automatically detects frameworks and adds the correct integration.
comet-ml/opik-claude-code-plugin
Command
Control Opik tracing for your Claude Code sessions.