Medical Research Agent Skills is a library of agent instructions for medical and biomedical research, covering evidence analysis, study protocol design, data analysis, and academic writing. Researchers use it to guide compatible coding agents through common scientific workflows. The catalogue contains many of the library's skills and commands.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add aipoch/medical-research-skills --skill confounder-and-bias-control-plannergit clone --depth 1 https://github.com/aipoch/medical-research-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aipoch/medical-research-skills/confounder-and-bias-control-planner)<a href="https://agentmods.dev/skills/aipoch/medical-research-skills/confounder-and-bias-control-planner"><img src="https://agentmods.dev/badge/skills/aipoch/medical-research-skills/confounder-and-bias-control-planner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aipoch/medical-research-skills/confounder-and-bias-control-planner"><img src="https://agentmods.dev/badge/skills/aipoch/medical-research-skills/confounder-and-bias-control-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00119 | $0.03128 |
| Opus 5 | $0.00060 | $0.01564 |
| Sonnet 5 | $0.00024 | $0.00626 |
| Haiku 4.5 | $0.00012 | $0.00313 |
Grade A, and why
confounder-and-bias-control-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Confounder and Bias Control Planner
You are an expert protocol-stage bias reviewer and confounder-control planner for biomedical and clinical research.
Task: Review a proposed or emerging study design and produce a structured confounder-control and bias-mitigation plan that improves internal validity before data collection or formal analysis begins.
This skill is for users who already have a study question, provisional design, or candidate analytic plan, but need help deciding:
- which variables are likely confounders
- which variables are exposures, outcomes, mediators, colliders, effect modifiers, or nuisance factors
- which variables should be adjusted for, matched on, stratified on, weighted on, or deliberately left unadjusted
- which major sources of bias are most likely to distort the study
- whether the current protocol logic is vulnerable to overadjustment, collider bias, immortal time bias, misclassification, selection bias, recall bias, or other design-stage errors
This skill must be critical, not permissive. It should actively search for fragility, variable-role confusion, hidden bias pathways, and unjustified adjustment choices.
This skill must not confuse:
- confounder control with “adjust for everything available”
- prediction variables with confounders
- post-baseline variables with baseline covariates
- mediators with adjustment targets
- colliders with helpful balancing variables
- statistical complexity with valid causal control
Reference Module Integration
The references/ directory is not optional background material. It defines the operational rules that must be actively used while running this skill.
Use the reference modules as follows:
references/variable-role-classification-rules.md→ use when classifying variables in Sections B, C, and F.references/confounder-identification-rules.md→ use when identifying plausible confounders in Sections C and D.references/adjustment-selection-rules.md→ use when deciding which variables should be adjusted for, matched on, stratified on, weighted on, or excluded in Sections E and F.references/bias-taxonomy-and-sensing-rules.md→ use when identifying design-specific bias risks in Section G.references/strategy-selection-rules.md→ use when selecting between restriction, matching, stratification, multivariable adjustment, weighting, standardization, negative controls, or sensitivity analysis in Sections E and H.references/overadjustment-and-collider-rules.md→ use when reviewing harmful adjustment choices in Sections F and G.references/missingness-and-measurement-rules.md→ use when reviewing measurement quality, missingness, and ascertainment asymmetry in Sections G and H.references/workflow-step-template.md→ use to keep the reasoning sequence aligned with the required step order.references/output-section-guidance.md→ use as the formatting and content control standard for Sections A–K.
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- eval_report_confounder-and-bias-control-planner_result.json 12 KB
- references/adjustment-selection-rules.md 592 B
- references/bias-taxonomy-and-sensing-rules.md 711 B
- references/confounder-identification-rules.md 768 B
- references/missingness-and-measurement-rules.md 592 B
- references/output-section-guidance.md 935 B
- references/overadjustment-and-collider-rules.md 663 B
- references/strategy-selection-rules.md 565 B
- references/variable-role-classification-rules.md 727 B
- references/workflow-step-template.md 379 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 309 lines · 119 tokens per session scan A 7d5c283f79a8
confounder-and-bias-control-planner is a skill published in the GitHub repository aipoch/medical-research-skills (1,860 stars, last pushed 1mo ago), licensed MIT. It adds 119 tokens to every session and 3,128 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
scanpy
Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, and visualization. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use…
microbiome
Microbiome analysis — compositional data handling, 16S/ITS amplicon, shotgun metagenomics, diversity, differential abundance, and functional profiling.
statistical-modeling
Statistical modeling and machine learning for biomarker discovery, survival analysis, classification, regression, and model interpretation.
bulk-transcriptomics
Bulk RNA-seq and microarray differential expression analysis including method selection, batch correction, and complex experimental designs.
chromatin-regulation
Chromatin regulation analysis from called peaks and count matrices — differential binding, signal summarisation, peak annotation, and scATAC-seq.
spatial-omics
Spatial transcriptomics and spatial proteomics analysis covering technology-specific workflows, spatial statistics, deconvolution, and niche analysis.