Agent Plugins Marketplace
All plugins

researcher

v0.13.2

Code-grounded research workflows: ground in the codebase (or given materials), gather external knowledge, and propose improvements, design briefs, library evaluations, and new ideas. Every claim is cited and tiered; local-first with disclosed, fail-closed egress. It proposes and hands implementation to the other suites. Developer-in-the-loop.

Claude Code7 Skills

By SkylarLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 3, 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 Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install researcher-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/skylarsabo/code-ops

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

Plugin files

plugins/researcher/
├── .claude-plugin/plugin.json
├── skills/ecosystem-watch/SKILL.md
├── skills/library-eval/SKILL.md
├── skills/research-ideate/SKILL.md
├── skills/research-improve/SKILL.md
├── skills/research-spike/SKILL.md
├── skills/research-sweep/SKILL.md
└── skills/research-verify/SKILL.md

Included Skills7

ecosystem-watchskills/ecosystem-watch/SKILL.md

Use when you want to know what changed in OUR stack that we should act on — dependency updates, CVEs, deprecations, newly-available capabilities — grounded in what we actually use. Schedulable; discovery only — writes no code.

library-evalskills/library-eval/SKILL.md

Use when you must decide whether to adopt a library or approach (A-vs-B-vs-build) and want a code-grounded fit assessment, migration cost, and a tiered recommendation; writes no code.

research-ideateskills/research-ideate/SKILL.md

Use when you want net-new, honestly-novel feature or direction ideas grounded in our code plus its domain and opt-in external trends; writes no code. For ideas mined from the codebase alone, use code-ops-suite:feature-discovery.

research-improveskills/research-improve/SKILL.md

Use when you want grounded, external-best-practice improvements proposed for our existing code (not a generic checklist). Writes no code — proposes and hands off.

research-spikeskills/research-spike/SKILL.md

Use when a task, feature, or plan needs a code-grounded design brief before anyone builds it. Writes no code.

research-sweepskills/research-sweep/SKILL.md

Use when you want code-grounded research run end-to-end as one developer-in-the-loop pipeline, local-first with opt-in disclosed web. Intra-plugin orchestrator; researches and proposes only — writes no code.

research-verifyskills/research-verify/SKILL.md

Use when a claim, recommendation, or draft research artifact needs adversarial fact-checking against sources and our code before anyone acts on it. Review only — writes no code.

Plugin manifests1

plugins/researcher/.claude-plugin/plugin.json
{
  "name": "researcher",
  "description": "Code-grounded research workflows: ground in the codebase (or given materials), gather external knowledge, and propose improvements, design briefs, library evaluations, and new ideas. Every claim is cited and tiered; local-first with disclosed, fail-closed egress. It proposes and hands implementation to the other suites. Developer-in-the-loop.",
  "version": "0.13.2",
  "license": "MIT",
  "author": {
    "name": "Skylar"
  },
  "keywords": [
    "research",
    "design",
    "prior-art",
    "library-evaluation",
    "ideation",
    "evidence",
    "grounding",
    "egress",
    "local-first",
    "workflow",
    "agents"
  ]
}

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-3)