Main
Start with the core plugin (
research-workspace) first; README says steps are additive so you can stop after each install.Use delegation plugins (
codex-delegate,gemini-delegate) when tasks are code-heavy or long-context/multilingual, per README.If you want automation beyond pure prompting, install
research-hub-pipelineand runresearch-hub setupto enable the CLI-backed pipeline.
Source-backed notes
- README describes 14 Claude Code skills exposed via a marketplace with multiple plugins.
- README provides install commands using
claude plugin marketplace addandclaude plugin install ...@ai-research-skills. - README shows CLI setup:
pip install research-hub-pipelinethenresearch-hub setup.
FAQ
- Do I need all 5 plugins?: No — README says each step is additive; install only what you need.
- How do I verify install?: README suggests
claude plugin listand checking~/.claude/skills/. - Does it work outside Claude Code?: README claims SKILL.md files are agentskills.io-compliant and can load in other runtimes with manual setup.