npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@research-copilot/plugin

v1.1.22

Published

Research Copilot plugin for Claude Code - AI research automation skills and agents

Readme

@research-copilot/plugin

Research Copilot plugin for Claude Code - AI-powered research automation with skills and agents.

Installation

Most users should install the Research Copilot CLI, then let rc init or rc doctor --fix synchronize this companion plugin package:

npm install -g @research-copilot/cli
rc init --user your-name --claude
rc doctor

For an existing Research Copilot project after upgrading the CLI:

npm install -g @research-copilot/cli@latest
rc doctor --fix
rc doctor

rc init and rc doctor --fix are idempotent: they preserve existing tasks, specs, workspace files, user hooks, user agents, and unrelated MCP servers.

Manual Plugin Synchronization

If rc doctor reports a plugin version mismatch, install the exact version it prints:

npm install -g @research-copilot/plugin@<cli-version>

This npm package is a companion package for plugin content and version synchronization. Project-local Claude Code configuration created by rc init remains the reliable runtime path, so npm global installation alone is not the only Research Copilot activation step.

Platform Registration

Installing this npm package synchronizes plugin content, but platform CLIs discover plugins through their own plugin or skills directories. Use the Research Copilot CLI to register the plugin content:

rc plugin install --platform claude --scope project
rc plugin status --platform claude

For local development against a built plugin dist:

pnpm --filter @research-copilot/plugin build
rc plugin install --platform claude --scope project --source local --path packages/plugin/dist

The registration command copies this package's dist/ content into the selected platform discovery path and preserves unrelated plugins.

What's Included

Skills (6 total)

  1. deep-research - Multi-source web research with adversarial fact-checking
  2. academic-search - Search academic papers across multiple databases
  3. literature-review - Generate comprehensive literature reviews
  4. citation-manager - Manage citations and bibliographies
  5. data-analysis - Analyze research data with statistical methods
  6. report-generator - Generate formatted research reports

Agents (10 total)

Specialized AI agents for different research tasks:

  • Literature review agent
  • Data collection agent
  • Analysis agent
  • Citation agent
  • Summary agent
  • Fact-checking agent
  • Writing agent
  • Methodology agent
  • Survey design agent
  • Meta-analysis agent

Commands

  • /research-init - Initialize research environment
  • /search-papers - Quick academic paper search
  • /cite - Generate citations
  • /analyze - Run data analysis

Usage

After installation, all skills and agents are available in Claude Code:

# Use a skill
/deep-research "impact of AI on scientific research"

# Run the literature review agent
@literature-review "summarize recent ML papers"

Requirements

  • Claude Code CLI (any supported platform)
  • Node.js >= 18
  • Internet connection for web research features

Configuration

Plugin settings can be customized in .claude/research-copilot.local.md

License

MIT