Auto-discovered marketplace from jeremygiberson/research-skill-plugin
npx claudepluginhub jeremygiberson/research-skill-plugina collection of skills and agents for performing thorough research (code and web) on a given topic or question
A Claude Code plugin for performing thorough research (code and web) on a given topic or question.
Most of these files were lifted and adapted from "https://github.com/humanlayer/humanlayer" for use in agent's if you don't have access to their currently closed preview product.
claude plugin install /path/to/research-skill-plugin
Or via a local marketplace:
claude plugin install research-skill --marketplace /path/to/marketplace.json
/research-codebase - Conduct comprehensive codebase research by spawning parallel sub-agents and synthesizing findings into a structured research document.The plugin provides specialized sub-agents used by the research command:
| Agent | Purpose |
|---|---|
| codebase-locator | Finds WHERE files and components live in the codebase |
| codebase-analyzer | Understands HOW specific code works with file:line references |
| codebase-pattern-finder | Finds existing patterns and concrete code examples |
| web-search-researcher | Researches external documentation and web resources |
/research-codebase directly)docs/research/docs/research.md tracks all research effortsJeremy Giberson