comet-ml

63 mods across 8 repositories, 23k stars between them.

architect

01

comet-ml/opik

Agent Codex

Use this agent when the user needs system design, API design, database schema changes, or architectural decisions. Triggers on requests for high-level technical design or cross-cutting concerns. Context: User planning a new feature user: "How should I design the new metrics aggregation system?" assistant: "I'll use…

22k yesterday A 285 tokens original Apache-2.0

build-fixer

02

comet-ml/opik

Agent Codex

Use this agent when builds fail and the user needs help fixing compilation errors. Triggers on Maven, npm, TypeScript, or Python build failures. Makes minimal changes to fix errors without refactoring. Context: Maven build failed user: "The build is failing, can you fix it?" assistant: "I'll use the build-fixer agent…

22k yesterday A 237 tokens original Apache-2.0

code-reviewer

03

comet-ml/opik

Agent Codex

Use this agent when the user wants code reviewed, asks for feedback on changes, or before creating a PR. Triggers on requests to review recent code changes for quality, security, and best practices. Context: User finished implementing a feature user: "Review my changes" assistant: "I'll use the code-reviewer agent to…

22k yesterday A 238 tokens original Apache-2.0

config-auditor

04

comet-ml/opik

Agent Codex

Use this agent PROACTIVELY when users create, add, or modify rules, skills, agents, or MCPs. Also triggers on explicit audit requests. Ensures configuration follows best practices and prevents bloat. Context: User wants to add a new rule user: "Add a rule for error handling" assistant: "Before adding this, I'll use…

22k yesterday A 470 tokens original Apache-2.0

planner

05

comet-ml/opik

Agent Codex

Use this agent when the user needs a detailed implementation plan for a complex feature or task. Triggers on multi-step features, refactoring efforts, or tasks with unclear scope. Context: User starting a complex feature user: "I need to implement experiment comparison functionality" assistant: "I'll use the planner…

22k yesterday A 291 tokens original Apache-2.0

test-runner

06

comet-ml/opik

Agent Codex

Use this agent when the user wants to run tests and get results. Triggers on requests to execute test suites, check test status, or investigate test failures. Can run in background. Context: User wants to run tests user: "Run the backend tests" assistant: "I'll use the test-runner agent to execute the backend test…

22k yesterday A 296 tokens original Apache-2.0

agents

07

comet-ml/opik

Cursor rule Codex

Cursor rule "agents" from comet-ml/opik, covering agent deployment, domain routing, frontend structure, task approach and execution.

22k yesterday A 350 tokens original Apache-2.0

code-style

08

comet-ml/opik

Cursor rule Codex

Cursor rule "code-style" from comet-ml/opik, covering code style, comments, don't over-engineer and stay focused.

22k yesterday A 170 tokens original Apache-2.0

git-workflow

09

comet-ml/opik

Cursor rule Codex

Cursor rule "git-workflow" from comet-ml/opik, covering git workflow, branch naming, commit format, pr title and jira key references (commit messages & pr body).

22k yesterday A 599 tokens original Apache-2.0

security

10

comet-ml/opik

Cursor rule Codex

Cursor rule "security" from comet-ml/opik, covering security, never and always.

22k yesterday A 166 tokens original Apache-2.0

comet-ml/opik

Skill Claude CodeCodex

Recipe for wiring a new linter into Opik's unified 🐙 Code Quality pipeline (pre-commit + CI). Use when adding a pre-commit-driven linter/formatter to the repo — enumerates every file that must change (.pre-commit-config.yaml, scripts/precommit-hook-descriptions.tsv, scripts/precommit-detect-hooks.py…

22k yesterday A 0 tokens original Apache-2.0

comet-ml/opik

Skill Claude CodeCodex

Add product analytics (BI) events to Opik features. Use when wiring events on the frontend, the backend, or the Python SDK - all three report through Segment to PostHog.

22k yesterday A 43 tokens original Apache-2.0

debugging-e2e-tests

13

comet-ml/opik

Skill Claude CodeCodex

Use when an Opik E2E test has failed and a developer wants it investigated — e.g. "why did this e2e test fail?", "investigate the failing run on my PR", "is dataset-crud-smoke flaky?", "the nightly e2e suite went red". Takes a failure from a CI check, a TestOps launch, a test name, or a local run; gathers the trace…

22k yesterday A 122 tokens original Apache-2.0

diagram-generation

14

comet-ml/opik

Skill Claude CodeCodex

Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations.

22k yesterday A 26 tokens original Apache-2.0

documentation

15

comet-ml/opik

Skill Claude CodeCodex

Feature documentation and release notes patterns. Use when documenting changes, writing PR descriptions, or preparing releases.

22k yesterday A 22 tokens original Apache-2.0

explore-feature

16

comet-ml/opik

Skill Claude CodeCodex

Use when a developer wants an e2e test covering a change they just made — e.g. "explore this feature", "add a test for my PR", "cover the feature in PR.

22k yesterday A 44 tokens original Apache-2.0

local-dev

17

comet-ml/opik

Skill Claude CodeCodex

Local development environment setup and commands. Use when helping with dev server, Docker, or local testing.

22k yesterday C 23 tokens original Apache-2.0

comet-ml/opik

Skill Claude CodeCodex

Specification for instrumenting an opik-backend workflow with operational OpenTelemetry metrics — per-stage throughput/latency/error counters and native histograms, dimensioned per-customer (workspace). Use when a pipeline (scoring, ingestion, experiments, jobs) needs per-stage visibility. Covers metric emission only…

22k yesterday A 93 tokens original Apache-2.0

opik-backend

19

comet-ml/opik

Skill Claude CodeCodex

Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services.

22k yesterday A 31 tokens original Apache-2.0

comet-ml/opik

Skill Claude CodeCodex

Build or update an Opik integration that lives OUTSIDE this repo — a standalone opik- package (e.g. opik-openclaw, opik-claude-code-plugin) or Opik support contributed into a third-party project (e.g. LiteLLM, Dify). Use ONLY when the user names an external repository or external package as the target; for…

22k yesterday A 97 tokens original Apache-2.0

opik-frontend

21

comet-ml/opik

Skill Claude CodeCodex

React frontend patterns for Opik. Use when working in apps/opik-frontend, on components, state, or data fetching.

22k yesterday A 31 tokens original Apache-2.0

opik-integrations

22

comet-ml/opik

Skill Claude CodeCodex

Build, update, test, and document Opik SDK integrations (Python & TypeScript). Use when adding a new framework/provider integration under sdks/python/src/opik/integrations or sdks/typescript/src/opik/integrations, updating an existing one, or verifying that an integration logs traces correctly.

22k yesterday A 67 tokens original Apache-2.0

comet-ml/opik

Skill Claude CodeCodex

Use when building or extending a Page Object Model (POM) for the Opik E2E suite (under testsendtoend/e2e/pom/) and you need to choose stable selectors against the live UI. Walks through seeding required state, exploring the running page with the Playwright MCP (accessibility snapshot + data-testid enumeration)…

22k yesterday A 112 tokens original Apache-2.0

python-sdk

24

comet-ml/opik

Skill Claude CodeCodex

Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing.

22k yesterday A 28 tokens original Apache-2.0