a collection of skills and agents for performing thorough research (code and web) on a given topic or question
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :)
Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details!
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagent_type today to find any and all answers to your questions! It will research deeply to figure out and attempt to answer your questions! If you aren't immediately satisfied you can get your money back! (Not really - but you can re-run web-search-researcher with an altered prompt in the event you're not satisfied the first time)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub jeremygiberson/research-skill-plugin --plugin research-skillPersonal skill authoring workspace — provides tools for rapidly creating and managing Claude Code plugins
Skills for setting up and working with development containers.
Scaffolds documentation-first project structure for greenfield projects. Gathers project context and generates README, product brief, architecture decisions, requirements, roadmap, conventions, and more.
Skills for working with GitHub PR reviews — list PRs, give reviews, and address review feedback.
Turns planning sessions into bidirectional, visually-grounded design conversations with a live working spec maintained by a dedicated teammate agent.
Agents used for research across multiple data sources. Other plugins expect this one to be enabled.
Deep research coordination: academic papers, technical analysis, data insights, and web intelligence
Multi-type research with parallel researchers and trust-aware synthesis
Document search with hybrid BM25/semantic retrieval, GraphRAG knowledge graphs, and pluggable providers for Claude Code. Index documentation and code, then search using keyword matching, semantic similarity, graph relationships, or comprehensive multi-mode fusion.
Research existing solutions when exploring a new problem space
Multi-agent deep research plugin with parallel web searches and synthesis