Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@research-copilot/plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@research-copilot/plugin
Research Copilot plugin for Claude Code - AI-powered research automation with skills and agents.
Installation
This plugin is automatically installed when you run:
rc initThe installation happens via the research-init command, which:
- Detects your Claude Code CLI platform
- Installs the plugin to the appropriate location
- Creates necessary configuration files
Manual Installation
If needed, you can also install manually:
npm install -g @research-copilot/pluginWhat's Included
Skills (6 total)
- deep-research - Multi-source web research with adversarial fact-checking
- academic-search - Search academic papers across multiple databases
- literature-review - Generate comprehensive literature reviews
- citation-manager - Manage citations and bibliographies
- data-analysis - Analyze research data with statistical methods
- 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