plugins/life-science-research/skills/research-router-skill/SKILL.md
Route broad or ambiguous life-sciences research requests to the right skills, normalize core entities, optionally parallelize independent evidence gathering with subagents when available, and synthesize a concise evidence-backed answer. Use when a user asks a general life-sciences question that could span multiple sources or analysis types.
npx skillsauth add openai/plugins research-router-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill as the default orchestration layer for broad life-sciences research requests.
Do not use it for narrow single-source lookups when a more specific skill already matches the request cleanly.
Turn an open-ended research question into a small, defensible retrieval plan:
The router owns the framing and the final synthesis. It should not dump raw source payloads unless the user explicitly asks for them.
Use this skill when any of the following are true:
what is known about ...Start by classifying the request into one or more lanes:
Prefer 1 to 3 lanes. Only expand further if the user explicitly asks for a broad landscape review.
Normalize the key entities before deep retrieval.
Common patterns:
ncbi-clinicaltables-skill, ensembl-skill, uniprot-skillefo-ontology-skill, opentargets-skillclinvar-variation-skill, ensembl-skill, cohort-specific PheWAS skillschembl-skill, pubchem-pug-skill, chebi-skill, hmdb-skillreactome-skill, quickgo-skill, string-skillncbi-datasets-skill, biostudies-arrayexpress-skill, pride-skill, metabolights-skillDo not start broad evidence collection until the important entities are stable enough to route correctly.
Choose the smallest set of skills that can answer the question well.
Examples:
opentargets-skill, gwas-catalog-skill, gtex-eqtl-skill, human-protein-atlas-skillclinvar-variation-skill, gnomad-graphql-skill, ensembl-skill, one or more cohort PheWAS skillslocus-to-gene-mapper-skill, or its component genetics skills when the user wants a custom workflowalphafold-skill, rcsb-pdb-skill, uniprot-skill, reactome-skillchembl-skill, bindingdb-skill, pubchem-pug-skill, pharmgkb-skillclinicaltrials-skill, cbioportal-skill, civic-skillncbi-entrez-skill, ncbi-pmc-skill, biorxiv-skill, biostudies-arrayexpress-skill, ncbi-datasets-skillPrefer direct lookups before expensive multi-step chains.
If Codex subagents are available, use them only when the work cleanly decomposes into independent lanes.
Good candidates for subagents:
Keep these steps with the coordinating agent:
Avoid subagents when:
When delegating, give each subagent a bounded read-only objective such as one evidence family or one comparison unit. Each subagent should return:
The coordinating agent is responsible for reconciling overlaps, contradictions, and evidence gaps.
Return a concise answer structured around the user's question, not around the tools.
Unless the user asks for a different format, include:
If the task is exploratory, explicitly distinguish:
tools
Top-level workflow skill for USD performance diagnosis and optimization. Use for slow loading, high memory, low FPS, or 'optimize my scene' requests; delegates auth/runtime setup to Phase 0 owners.
data-ai
Use when the user mentions MagicPath, designs, UI components, themes, canvas selections, or repo-to-canvas UI work; run magicpath-ai to search, inspect, install, or author components.
documentation
Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.
tools
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.