Semantic scholar paper triage starter
Skill ma-compbio-lab/SkillFoundry/skills/scientific-knowledge/semantic-scholar-paper-triage-starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.
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.
What its author says it does
Copied from the file, not written here
Rank a small set of candidate papers for triage using deterministic citation, recency, and query-overlap heuristics inspired by Semantic Scholar recommendation workflows.
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.