🔬 Specialized AI Agents for R-based Public Health Research
A curated collection of Claude Code plugins designed specifically for public health data science, spatial epidemiology, reproducible research, and academic writing. These agents are optimized for R workflows (tidyverse, sf, targets, quarto) and Personal Knowledge Management (Obsidian/Zotero).
Add this repository to your Claude Code configuration:
/plugin marketplace add drarunmitra/research-agentsInstall the specialized plugins you need:
# 📊 Data Science & Epidemiology
/plugin install public-health-data # Outbreak detection, epi curves, biostats
/plugin install spatial-epidemiology # GIS, disease mapping, spatial regression
# 🧪 Research Workflow
/plugin install reproducible-research # targets pipelines, renv, Docker
/plugin install academic-writing # Grant proposals, Quarto manuscripts
/plugin install knowledge-management # Obsidian & Zotero integrationFocus: Epidemiological analysis, surveillance, and biostatistics using R.
- Agent:
public-health-analyst- Capabilities: Incidence/prevalence calc, outbreak detection (
surveillance), standardization. - Stack:
tidyverse,epikit,epitools,incidence.
- Capabilities: Incidence/prevalence calc, outbreak detection (
- Command:
epidemic-surveillance- Automates the generation of epi curves and situation reports.
Focus: GIS, disease mapping, and spatial statistics.
- Agent:
spatial-epidemiologist- Capabilities: Choropleth mapping, cluster detection (Moran's I), spatial regression.
- Stack:
sf,terra,tmap,spdep.
- Command:
spatial-analysis- Workflows for cleaning spatial data and generating publication-quality maps.
Focus: Open science, computational reproducibility, and pipeline management.
- Agent:
reproducibility-expert- Capabilities: Setting up
targetspipelines, locking dependencies withrenv, Dockerizing projects. - Stack:
targets,renv,here,testthat.
- Capabilities: Setting up
- Command:
reproducibility-check- Audits projects for absolute paths, missing seeds, and dependency issues.
Focus: Grant proposals, protocols, and reproducible manuscripts.
- Agent:
public-health-writer- Capabilities: Drafting NIH/CDC proposals, writing IMRAD sections, editing for clarity.
- Stack: R Markdown, Quarto, BibTeX.
- Command:
academic-workflow- Scaffolds Quarto manuscripts with proper CSL formatting and citation management.
Focus: Personal Knowledge Management (PKM) for researchers.
- Agent:
knowledge-architect- Capabilities: Designing Obsidian vaults, Zotero integration, Dataview dashboards.
- Stack: Obsidian, Zotero, Dataview, Templater.
- Command:
vault-setup- Creates a research-optimized Obsidian vault structure with templates.
Analyze an Outbreak:
"Analyze the
weekly_cases.csvfile for potential outbreaks using the Farrington algorithm and plot the epi curve." (Activatespublic-health-analyst)
Map Disease Risk:
"Create a choropleth map of malaria incidence by district using the shapefile in
data/shp. Adjust for spatial autocorrelation." (Activatesspatial-epidemiologist)
Ensure Reproducibility:
"Audit this project for reproducibility. Set up a
targetspipeline and lock the environment withrenv." (Activatesreproducibility-expert)
Draft a Proposal:
"Draft the Specific Aims section for an NIH R01 proposal on the spatial determinants of dengue fever." (Activates
public-health-writer)
Organize Literature:
"Help me set up an Obsidian template for processing Zotero exports with tags and reading status." (Activates
knowledge-architect)
MIT License