Comprehensive biostatistics agent ecosystem for R with 30 specialized agents, 17 workflow commands, and 45 methodology skills covering Bayesian modeling, indirect treatment comparisons, tidy R workflows, and clinical trial simulations
npx claudepluginhub choxos/biostatagentCreate, review, and validate Bayesian models in Stan, PyMC, JAGS, and WinBUGS
Expert agents for indirect treatment comparison modeling in R, covering pairwise MA, NMA, MAIC, STC, and ML-NMR with tidy modeling practices
Expert agents for R data science and biostatistics covering data wrangling, feature engineering, model building, statistical evaluation, clinical trials, genomics, documentation generation, and reproducible reporting using tidyverse and tidymodels
Clinical trial simulation plugin supporting simtrial (time-to-event) and Mediana (CSE) frameworks for power analysis, sample size determination, group sequential designs, and multiplicity optimization
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A comprehensive community-driven collection of 117 AI agents, 174 slash commands, 28 hooks, and 199 MCP servers for Claude Code
Comprehensive Biostatistics Agent Ecosystem -- 30 specialized agents, 17 workflow commands, and 45 methodology skills for R-based statistical analysis
A unified Claude Code plugin marketplace consolidating four specialized biostatistics plugins:
| Plugin | Focus | Agents | Commands | Skills |
|---|---|---|---|---|
| bayesian-modeling | Bayesian inference (Stan, PyMC, JAGS) | 6 | 3 | 9 |
| itc-modeling | Indirect treatment comparisons | 7 | 2 | 6 |
| r-tidy-modeling | Tidy R workflows & biostatistics | 10 | 7 | 23 |
| clinical-trial-simulation | Clinical trial simulation | 7 | 5 | 7 |
| Total | 30 | 17 | 45 |
/plugin marketplace add choxos/BiostatAgent
Install all plugins or select specific ones:
# Install all
/plugin install bayesian-modeling itc-modeling r-tidy-modeling clinical-trial-simulation
# Or install individually
/plugin install bayesian-modeling
/plugin install itc-modeling
/plugin install r-tidy-modeling
/plugin install clinical-trial-simulation
# Core dependencies (install as needed)
install.packages(c(
# Bayesian modeling
"cmdstanr", "rstan", "R2jags", "R2WinBUGS", "bayesplot", "loo",
# ITC/NMA
"meta", "netmeta", "gemtc", "multinma", "maicplus",
# Tidy modeling
"tidyverse", "tidymodels", "recipes", "parsnip", "workflows",
# Clinical trials
"simtrial", "Mediana", "gsDesign2", "survival"
))
bayesian-modeling)Create, review, and validate Bayesian models across four languages:
Commands:
| Command | Description |
|---|---|
/create-model | Interactive model creation workflow |
/review-model | Review existing models for correctness |
/run-diagnostics | Test model execution with synthetic data |
Agents: model-architect, stan-specialist, pymc-specialist, bugs-specialist, model-reviewer, test-runner
Skills: stan-fundamentals, pymc-fundamentals, bugs-fundamentals, hierarchical-models, regression-models, time-series-models, survival-models, meta-analysis, model-diagnostics
itc-modeling)Expert agents for indirect treatment comparison following NICE DSU guidance:
Commands:
| Command | Description |
|---|---|
/itc-analysis | Full ITC workflow from method selection to results |
/itc-review | Review existing ITC code for methodological issues |
Agents: itc-architect, pairwise-meta-analyst, nma-specialist, maic-specialist, stc-specialist, ml-nmr-specialist, itc-code-reviewer
Skills: tidy-itc-workflow, pairwise-ma-methodology, nma-methodology, maic-methodology, stc-methodology, ml-nmr-methodology
r-tidy-modeling)Comprehensive R data science and biostatistics following tidyverse and tidymodels best practices:
Commands:
| Command | Description |
|---|---|
/r-analysis | End-to-end analysis workflow |
/r-code-review | Review R code for best practices |
/r-model-comparison | Compare multiple models |
/r-clinical-analysis | Clinical trial analysis workflow |
/r-project-setup | Set up reproducible R project |
/r-doc-generate | Generate documentation |
/r-tutorial-create | Create tutorials from code |
Agents: r-data-architect, tidymodels-engineer, feature-engineer, biostatistician, data-wrangler, viz-specialist, reporting-engineer, r-code-reviewer, r-docs-architect, r-tutorial-engineer
Skills (23):