Agent Plugins Marketplace
All plugins

researcher

v1.7.0

Autonomous experimentation skill — your AI coding agent designs experiments, tests hypotheses, discards failures, keeps wins. Runs overnight while you sleep.

CodexClaude Code1 Skill

By Krzysztof DudekLicense: MIT254 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jun 27, 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 researcher for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add researcher@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/krzysztofdudek/ResearcherSkill

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

researcher/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/researcher/SKILL.md

Included Skills1

researcherskills/researcher/SKILL.md

Use when user wants to optimize or tune something measurable through repeated experiments — "make X faster", "improve [metric]", "find best config", "iterate overnight", "run experiments until it hits N". Triggers on quantitative goals (build time, latency, pass rate, accuracy) or qualitative ones scoreable against a rubric (prompt quality, doc parsing). Skip for one-shot bugs with a clear fix or tasks where the user wants direct implementation without exploration.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "researcher",
  "version": "1.7.0",
  "description": "Autonomous experimentation skill — your AI coding agent designs experiments, tests hypotheses, discards failures, keeps wins. Runs overnight while you sleep.",
  "author": {
    "name": "Krzysztof Dudek",
    "url": "https://github.com/krzysztofdudek"
  },
  "license": "MIT",
  "homepage": "https://github.com/krzysztofdudek/ResearcherSkill",
  "repository": "https://github.com/krzysztofdudek/ResearcherSkill.git",
  "keywords": [
    "researcher",
    "codex",
    "codex-plugin",
    "experimentation",
    "research",
    "autonomous-agent",
    "ai-coding",
    "research-loop",
    "lab-notebook"
  ],
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "researcher",
  "version": "1.7.0",
  "description": "Autonomous experimentation skill — your AI coding agent designs experiments, tests hypotheses, discards failures, keeps wins. Runs overnight while you sleep.",
  "author": {
    "name": "Krzysztof Dudek",
    "url": "https://github.com/krzysztofdudek"
  },
  "license": "MIT",
  "homepage": "https://github.com/krzysztofdudek/ResearcherSkill",
  "repository": "https://github.com/krzysztofdudek/ResearcherSkill.git",
  "keywords": [
    "claude-code-plugin",
    "claude-code",
    "experimentation",
    "research",
    "autonomous-agent",
    "ai-coding",
    "coding-agents",
    "research-loop",
    "lab-notebook",
    "agentic-research",
    "autoresearch"
  ]
}

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

[researcher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/researcher)