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 ItamarZand88/awesome-agent-conventions --skill research-hypothesis-testinggit clone --depth 1 https://github.com/ItamarZand88/awesome-agent-conventionsWrote 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/itamarzand88/awesome-agent-conventions/research-hypothesis-testing)<a href="https://agentmods.dev/skills/itamarzand88/awesome-agent-conventions/research-hypothesis-testing"><img src="https://agentmods.dev/badge/skills/itamarzand88/awesome-agent-conventions/research-hypothesis-testing/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/itamarzand88/awesome-agent-conventions/research-hypothesis-testing"><img src="https://agentmods.dev/badge/skills/itamarzand88/awesome-agent-conventions/research-hypothesis-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00000 | $0.02205 |
| Opus 5 | $0.00000 | $0.01103 |
| Sonnet 5 | $0.00000 | $0.00441 |
| Haiku 4.5 | $0.00000 | $0.00220 |
Grade A, and why
research-hypothesis-testing 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 10d 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.
This is a copy
89% identical to hypothesis-testing-guide — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
name: hypothesis-testing-guide description: "Statistical hypothesis testing, power analysis, and significance reporting" metadata: openclaw: emoji: "📈" category: "analysis" subcategory: "statistics" keywords: ["hypothesis testing", "significance testing", "t-test", "ANOVA", "sample size calculation", "power analysis"] source: "N/A"
Hypothesis Testing Guide
Overview
Hypothesis testing is the backbone of empirical research. It provides a principled framework for deciding whether observed differences in data reflect genuine effects or merely random variation. Misuse of hypothesis tests -- p-hacking, ignoring assumptions, confusing statistical and practical significance -- is a leading cause of irreproducible findings.
This guide covers the core hypothesis testing framework, the most commonly used tests across disciplines, assumption checking, effect size reporting, power analysis for sample size planning, and multiple comparison corrections. Each test is accompanied by Python code using scipy, statsmodels, and pingouin, ready to integrate into research workflows.
The goal is not just to help you run tests, but to help you run the right test correctly and report results following modern standards (APA 7th edition, journal best practices).
The Hypothesis Testing Framework
Step-by-Step Procedure
- State hypotheses. Define H0 (null: no effect) and H1 (alternative: effect exists).
- Choose significance level. Typically alpha = 0.05, but justify your choice.
- Select the appropriate test. Based on data type, distribution, and design.
- Check assumptions. Normality, homogeneity of variance, independence.
- Compute test statistic and p-value.
- Report effect size and confidence interval. p-values alone are insufficient.
- Make a decision. Reject or fail to reject H0, with practical interpretation.
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.
- 10d ago First seen · 212 lines · 0 tokens per session scan A a3b8082cfbaa
research-hypothesis-testing is a skill published in the GitHub repository ItamarZand88/awesome-agent-conventions (31 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,205 tokens. A static security scan graded it A with 0 findings. It is 89% identical to hypothesis-testing-guide, differing in 1 line, and is treated as a copy.
Other skills, from other repositories
template-autoscientists
AutoScientists coordination-mechanism testbed — dead-end registry, noise-band confirmation, effect-size ranking, stagnation-driven reorganization, honest null reporting.
pytorch-dataset-class-implementations
Guidelines and instructions for PyTorch Dataset class implementations.
pytorch-loss-functions-configurations
Guidelines and instructions for PyTorch loss functions configurations.
pytorch-model-layers-definitions
Guidelines and instructions for PyTorch model layers definitions.
pytorch-model-save-load-helpers
Guidelines and instructions for PyTorch model save load helpers.
pytorch-optimizer-parameters-mapping
Guidelines and instructions for PyTorch optimizer parameters mapping.