Agent Plugins Marketplace
All plugins

repro-lens

v0.3.0

Audit ML reproducibility with static checks and local experiment replay.

Codex1 Skill

By 002002009 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install repro-lens for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add repro-lens@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/00200200/repro-lens

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

repro-lens/
├── .codex-plugin/plugin.json
└── skills/reproducibility/SKILL.md

Included Skills1

reproducibilityskills/reproducibility/SKILL.md

Audit or repair ML experiment reproducibility and review whether code changes preserve recorded outputs. Use for reproducibility blockers, before-and-after experiment checks, or preparing a reproducible experiment package.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "repro-lens",
  "version": "0.3.0",
  "description": "Audit ML reproducibility with static checks and local experiment replay.",
  "author": {
    "name": "00200200"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Repro Lens",
    "shortDescription": "Inspect and verify ML experiment repeatability.",
    "longDescription": "Use the reproducibility skill to inspect ML projects, run the shared checker and interpret experiment replay evidence.",
    "developerName": "00200200",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "Use $reproducibility to inspect this ML project and address reproducibility blockers."
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[repro-lens on Agent Plugins Marketplace](https://pluginsmp.com/plugins/repro-lens)