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:
development
Use when the user wants to spin up / create / launch / provision a DigitalOcean droplet (or "a remote dev box on DO") and connect to it from Codex as a remote SSH workspace.
data-ai
Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.
tools
Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.
development
SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.