Plugins by Guojie Zhong
npx claudepluginhub zhongguojie1998/week-lit-reviewWeekly genomics literature review. Searches bioRxiv + 15 journals, downloads PDFs, Claude reads them and writes critical reviews with 0-10 scores. No API key needed.
Automated pipeline that searches bioRxiv and top genomics journals, downloads full PDFs, and has Claude Code read them and produce critical reviewer-quality assessments with fine-grained scoring.
No API key needed — works entirely within Claude Code. The Python script only handles search and PDF download; Claude Code itself reads the PDFs and writes reviews.
First, install Claude Code in terminal using the following command (for details, refer to https://code.claude.com/docs/en/setup#installation)
curl -fsSL https://claude.ai/install.sh | bash
Next, start an interactive session of Claude Code
claude
For the step Select login method, Select Claude account with subscription, then it will automatically ask for account credentials and jump to the browser.
Finally, install directly from Claude Code's interactive session:
/plugin marketplace add zhongguojie1998/weekly-lit-review
/plugin install weekly-lit-review
Once installed, trigger the pipeline in any Claude Code session:
Note: It will consume tokens at the speed depending on the model you select. I recommend using /model haiku command first to set it to the lightest model before running the command.
/weekly-lit-review:weekly-lit-review --days 7
/weekly-lit-review:weekly-lit-review --max-papers 10
/weekly-lit-review:weekly-lit-review --days 3 --no-pdf
Results are saved to ~/Desktop/Claude/week-lit-review-results/.
Run directly from the command line without entering an interactive session:
# Defaults: 7 days, 80 papers, sonnet model
bash scripts/run_review.sh
# Customize
bash scripts/run_review.sh --days 3 --max-papers 10
bash scripts/run_review.sh --days 7 --model opus
bash scripts/run_review.sh --days 7 --no-pdf
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Read Config │────▶│ Search Papers│────▶│Download PDFs │────▶│Claude Reads │────▶│ Write Report │
│ (YAML) │ │ bioRxiv+RSS │ │ (full text) │ │ PDFs & Review│ │ (.md files) │
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
assets/config.yaml/content/{doi}v{version}.full.pdf)Each paper is scored on a 0-10 scale (with decimal precision, e.g., 5.1, 6.7):
| Dimension | What it measures |
|---|---|
| Originality | Novelty of the question, approach, or finding |
| Methodology | Rigor, appropriateness, reproducibility of methods |
| Significance | Impact on the field and broader implications |
| Overall | Holistic assessment weighing all dimensions |
Score guide:
reviews/ with styled formatting