Precision oncology agent
Skill bg-szy/TOP-SKILLS/skills/awesome-skills/precision-oncology-agent
全球最大的 Claude Code 技能聚合库 · 收录 3900+ 来自 12+ 来源的技能,提供在线搜索与趋势分析看板 / The world's largest Claude Code skill aggregation hub — 3900+ skills from 12+ sources with online search and trend dashboard
npx -y skills add bg-szy/TOP-SKILLS --skill precision-oncology-agentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Fuse genomic variants, pathology findings, and clinical context to draft evidence-linked therapy options for tumor board review.
SKILL.md
2.1 KB, as published. Nobody here has run it
At-a-Glance
- description (10-20 chars): Tumor board copilot
- keywords: oncology, genomics, OncoKB, therapy-ranking, evidence
- measurable_outcome: Deliver a ranked therapy list with OncoKB/NCCN citations plus data-gap checklist for every case within 10 minutes of receiving inputs.
Inputs
vcf_path(hg38 preferred) plus optional CNV/fusion summaries.pathology_reporttext for histology/grade/biomarkers.clinical_contextdict capturing tumor type, stage, prior lines, ECOG.
Outputs
- Ranked treatment options (approved, off-label, clinical trials) with evidence strength + contraindications.
- Variant interpretation table (pathogenicity, tier, therapy linkage).
- Biomarker summary (TMB, MSI, PD-L1 if provided) and missing-test checklist.
Workflow
- Ingest & normalize: Harmonize gene symbols, genome build, and variant effects.
- Annotate: Query OncoKB/NCCN + internal knowledge for actionability tiers.
- Contextualize: Blend pathology + prior therapy info to filter contraindicated options.
- Recommend: Present therapies ordered by evidence + patient fit; cite sources.
- Gaps: Highlight assays or confirmations still required before treatment.
Guardrails
- No autonomous treatment decisions—flag outputs as advisory.
- Cite evidence rigorously (guideline version, publication).
- Highlight resistance mechanisms and prior exposure conflicts.
References
- See
README.mdfor detailed workflow plus cited Nature Cancer study.