Rank a small set of candidate papers for triage using deterministic citation, recency, and query-overlap heuristics inspired by Semantic Scholar recommendation workflows.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill semantic-scholar-paper-triage-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Semantic Scholar Paper Triage Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-semantic-scholar-paper-triage-starter)More formats (shields.io, HTML) on the badges page.
---
name: semantic-scholar-paper-triage-starter
description: Rank a small set of candidate papers for triage using deterministic citation, recency, and query-overlap heuristics inspired by Semantic Scholar recommendation workflows.
---
# Semantic Scholar Paper Triage Starter
Use this starter to rank a small local paper set for quick screening.
## Run
```bash
python3 skills/scientific-knowledge/semantic-scholar-paper-triage-starter/scripts/run_semantic_scholar_paper_triage.py \
--input skills/scientific-knowledge/semantic-scholar-paper-triage-starter/examples/candidate_papers.json \
--query "single-cell RNA-seq atlas integration"
```
## Notes
- The starter is deterministic and local-first.
- It operates on already collected paper metadata rather than downloading full corpora.
- The output is a machine-readable JSON summary suitable for downstream routing or human review.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!