meta-analysis-forge

meta-analysis-forge is a skill for Claude Code, Codex from Vambrocop/EvidenceForge. It costs 101 tokens per session (1,644 once invoked), scanned A, original, MIT.

A guide for designing and checking meta-analyses, which combine numerical results from multiple research studies. It focuses on making sure the studies and measurements can reasonably be compared.

In plain words
What is it for?
It supports extracting and converting effect sizes, choosing fixed, random, multilevel, or robust models, examining variation between studies, testing moderators, and checking publication bias.
Why use it?
It helps prevent incompatible results, dependent findings, or unsuitable statistical models from being combined into a misleading conclusion.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/vambrocop/evidenceforge/meta-analysis-forge
Any agent
npx skills add Vambrocop/EvidenceForge --skill meta-analysis-forge
Clone the repo
git clone --depth 1 https://github.com/Vambrocop/EvidenceForge

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for meta-analysis-forge

README.md
[![agentmods](https://agentmods.dev/badge/skills/vambrocop/evidenceforge/meta-analysis-forge.svg)](https://agentmods.dev/skills/vambrocop/evidenceforge/meta-analysis-forge)
Your own site
<a href="https://agentmods.dev/skills/vambrocop/evidenceforge/meta-analysis-forge"><img src="https://agentmods.dev/badge/skills/vambrocop/evidenceforge/meta-analysis-forge.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,644 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00101 $0.01644
Opus 5 $0.00051 $0.00822
Sonnet 5 $0.00020 $0.00329
Haiku 4.5 $0.00010 $0.00164

Measured 5d ago against content hash 197708ca74e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

meta-analysis-forge 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_coding_sheet.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/meta-analysis-forge/SKILL.md · 188 lines

How it starts

The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meta-Analysis Forge

Use this skill when evidence synthesis requires statistical pooling of primary-study effects.

Core Principle

A meta-analysis is valid only when the effect sizes being combined are conceptually and statistically comparable enough for the target inference.

Separate:

  • effect-size extraction;
  • effect-size conversion;
  • dependence among effects;
  • model choice;
  • heterogeneity interpretation;
  • publication-bias diagnostics;
  • substantive conclusion.

Intake

Identify:

  • outcome construct;
  • effect-size metric;
  • standard error, confidence interval, p-value, or sample size availability;
  • number of studies;
  • multiple effects per study;
  • study designs;
  • expected heterogeneity;
  • moderators;
  • field norms.
  • whether raw, participant-level, sample-level, or harmonized derived data are available.

Load:

  • references/effect-sizes.md for effect metrics and extraction.
  • references/soil-fauna-carbon-meta.md when the project pools ecological effects on both carbon stocks and carbon fluxes and needs trait or climate moderators without collapsing incompatible outcome families.
  • references/ecological-meta-ml-path-model-paradigm.md when the project combines meta-analysis, mixed-effects meta-regression, random forest variable ranking, and PLS-PM/SEM-family path modeling.
  • references/high-value-paper-reproducibility-audit.md when a strong published meta-analysis should become a reusable template and the task requires checking code, data-table structure, rma.mv, random forest, PLS-PM/SEM-family modeling, and reproducibility.
  • references/ipd-and-mega-analysis.md when the task involves individual participant data, multi-site raw/derived data harmonization, small-sample dataset integration, or mega-analysis.
  • references/synthesis-models.md for model choice and diagnostics.
  • references/network-meta-analysis.md when comparing three or more treatments across a connected evidence network (frequentist NMA, P-score ranking, and node-splitting inconsistency with an explicit trust check).
  • references/ml-moderator-analysis.md for exploratory interpretable-ML moderator analysis (MetaForest/SHAP/EBM/GAM) with the small-k honesty guardrails — complements, never replaces, pre-specified meta-regression.
  • references/meta-analysis-quality-gates.md for pre-pooling checks.
  • templates/coding-schema.csv and templates/validation-rules.md for machine-readable coding-sheet structure and validation.
  • scripts/validate_coding_sheet.py before statistical execution.
  • scripts/effect_size_helpers.R for transparent mechanical conversions during extraction.
  • scripts/run_meta_analysis.R only after coding validity and pooling appropriateness have been checked.
  • scripts/install_r_packages.R when setting up the minimal R environment.

Read the full file on GitHub · 188 lines

Changes

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.

  1. 5d ago First seen · 188 lines · 101 tokens per session scan A 197708ca74e3

Subscribe to this mod's changes

meta-analysis-forge is a skill published in the GitHub repository Vambrocop/EvidenceForge (5 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 1,644 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories