Semantic scholar paper triage starter
Skill ma-compbio-lab/SkillFoundry/skills/scientific-knowledge/semantic-scholar-paper-triage-starter
Rank a small set of candidate papers for triage using deterministic citation, recency, and query-overlap heuristics inspired by Semantic Scholar recommendation workflows.From its SKILL.md
npx -y skills add ma-compbio-lab/SkillFoundry --skill semantic-scholar-paper-triage-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 143 tokens by cl100k_base, as published. Nobody here has run it
Semantic Scholar Paper Triage Starter
Use this starter to rank a small local paper set for quick screening.
Run
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.
What ships with it: 9 files
10.4 KB alongside SKILL.md, 2 of them executable
assets/
- README.md99 B
- single_cell_paper_triage.json2.0 KB
examples/
- candidate_papers.json1.4 KB
- canonical_query.txt27 B
- README.md94 B
scripts/
- run_semantic_scholar_paper_triage.pyruns3.4 KB
tests/
- metadata.yaml1.4 KB
- refs.md308 B