quantitative-sciences
v0.3.1Statistical analysis, power and sample-size planning, uncertainty and units, and publication-grade scientific visualization for quantitative research.
By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add quantitative-sciences@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/timsmykov/evidence-lab-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/domains/quantitative-sciences/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/scientific-visualization/SKILL.md├── skills/statistical-analysis/SKILL.md├── skills/statistical-power/SKILL.md└── skills/uncertainty-and-units/SKILL.md
Included Skills4
Create and audit truthful, accessible, publication-ready scientific figures with Matplotlib, Seaborn, or Plotly. Use for figure design, multi-panel layouts, uncertainty and missing-data displays, color/contrast review, image metadata validation, and journal export planning.
Guided statistical analysis for research data - test selection, assumption checking, effect sizes, power analysis, Bayesian alternatives, and APA-formatted reporting. Use whenever a user wants to compare groups, test a hypothesis, analyze experimental or survey data, check statistical assumptions, compute required sample sizes, or write up results - even if they never name a specific test. Covers t-tests, ANOVA, chi-square, correlation, regression, non-parametric and Bayesian methods. Low-level model implementation requires an explicitly selected and approved library workflow.
Sample-size and statistical power calculations for planning studies. Use whenever someone asks "how many subjects/samples/replicates do I need", wants an a priori power analysis, a minimum detectable effect (MDE), a power curve, or needs to justify a sample size for a grant, IRB protocol, or pre-registration. Covers closed-form power for t-tests, ANOVA, proportions, correlations, chi-square, and regression, plus simulation-based (Monte Carlo) power for designs with no formula — logistic/Poisson regression, mixed models, cluster-randomized trials, survival, and interactions. Use this skill even when the request only mentions an effect size, alpha, or "80% power" without saying "power analysis" explicitly. For laying out the study (randomization, blocking, factorial/DOE, crossover, sequential designs) use experimental-design; for analyzing data already collected and reporting it use statistical-analysis.
Track physical units and propagate measurement uncertainty in scientific calculations using pint and uncertainties. Use for unit conversion and dimensional checking, GUM uncertainty budgets, Type A and Type B evaluation, coverage factors and expanded uncertainty, Monte Carlo propagation, significant-figure and plus-minus reporting, error propagation through curve fits, CODATA constants, auditing Python code for stripped units or broken uncertainty propagation, and order-of-magnitude plausibility checks using dimensionless groups (Reynolds, Peclet, Damkohler, Knudsen, Biot, Womersley), characteristic scales such as diffusion time or Debye length, and observed magnitude ranges. Trigger on "is this number physically reasonable", "sanity check these units", "what regime is this flow in", or a result that looks off by orders of magnitude.
Plugin manifests2
{
"name": "quantitative-sciences",
"description": "Statistical analysis, power and sample-size planning, uncertainty and units, and publication-grade scientific visualization for quantitative research.",
"version": "0.3.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"statistical-analysis",
"statistical-power",
"uncertainty-and-units",
"scientific-visualization"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Quantitative Sciences",
"shortDescription": "Analyze quantitative evidence with explicit assumptions.",
"longDescription": "Provides statistical planning and analysis, unit and uncertainty checks, and truthful publication-oriented scientific figures.",
"developerName": "Evidence Lab",
"category": "Research",
"capabilities": [
"Analyze",
"Research"
],
"defaultPrompt": "Help me plan or verify this quantitative analysis."
}
}{
"name": "quantitative-sciences",
"description": "Statistical analysis, power and sample-size planning, uncertainty and units, and publication-grade scientific visualization for quantitative research.",
"version": "0.3.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"statistical-analysis",
"statistical-power",
"uncertainty-and-units",
"scientific-visualization"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[quantitative-sciences on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quantitative-sciences)