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 mizukaizen/hive-doctrine-mcp --skill statistical-analysisgit clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcpWrote 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/mizukaizen/hive-doctrine-mcp/statistical-analysis)<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis/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/mizukaizen/hive-doctrine-mcp/statistical-analysis"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis.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.00683 |
| Opus 5 | $0.00000 | $0.00342 |
| Sonnet 5 | $0.00000 | $0.00137 |
| Haiku 4.5 | $0.00000 | $0.00068 |
Grade A, and why
statistical-analysis 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Statistical Analysis Skill
Use when running statistical analyses. Validates assumptions, runs tests, produces APA-formatted results.
When to Activate
- User asks to "analyse data", "run a test", or "check significance"
- The
/analysecommand is invoked - User provides a dataset and a hypothesis
Process
-
Identify the appropriate test. Based on:
- Number of groups/conditions (2 vs 3+)
- Type of variables (continuous, categorical, ordinal)
- Design (between-subjects, within-subjects, mixed)
- Sample size (parametric vs non-parametric)
- Independence of observations
Common mappings:
Question Test Two group means Independent t-test (or Mann-Whitney U) Paired means Paired t-test (or Wilcoxon) 3+ group means One-way ANOVA (or Kruskal-Wallis) Relationship between continuous vars Pearson r (or Spearman rho) Predicting from multiple vars Multiple regression Categorical association Chi-square test -
Check assumptions. For each test, verify:
- Normality — Shapiro-Wilk test, Q-Q plot description, skewness/kurtosis values
- Homogeneity of variance — Levene's test
- Independence — Design-based assessment
- Linearity — Scatterplot inspection for correlations/regression
- No multicollinearity — VIF values for regression
-
Run the analysis. Execute the test and capture:
- Test statistic and degrees of freedom
- Exact p-value (to 3 decimal places, or "< .001")
- Effect size with confidence interval
- Sample sizes per group
-
Format results in APA style.
Examples:
- "An independent samples t-test revealed a significant difference between groups, t(48) = 2.34, p = .023, d = 0.67, 95% CI [0.09, 1.24]."
- "There was no significant correlation between X and Y, r(98) = .12, p = .231, 95% CI [-.08, .31]."
-
Sensitivity check. Run at least one robustness check:
- Non-parametric equivalent if assumptions are marginal
- Analysis with and without outliers
- Alternative operationalisation of key variables (if available)
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.
- 9d ago First seen · 69 lines · 0 tokens per session scan A 372d58b62c2f
statistical-analysis is a skill published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 683 tokens. 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.
Other skills, from other repositories
paper-search
Search, download, and read academic papers from 20+ sources (arXiv, PubMed, Semantic Scholar, CrossRef, etc). Use when the user asks to find papers, search for research, look up academic literature, download a paper PDF, or extract text from a paper.
relax-dev-debug
Develop and debug the Relax reinforcement learning project. Use this skill whenever modifying code in the relax/ directory, or running remote training jobs on a Ray cluster for validation. Also use it when the user mentions training, debugging training runs, submitting Ray jobs, or fixing training errors.
onescience-modelscope-publish
A tool for preparing a reproduced research model for ModelScope, a platform for sharing machine-learning models. It organizes files into the platform’s expected directory structure and creates upload guidance.
onescience-research-workflow
A research-workflow planning skill for OneScience, a system that coordinates scientific computing tasks. It creates detailed plans for fields such as weather, biology, materials, and fluid simulations, including steps, dependencies, resources, checks, and fallback paths.
onescience-trainer
A workflow for planning, creating, running, and checking machine-learning model training. It covers data splits, loss functions, optimizers, learning-rate schedules, evaluation, checkpoints, logs, and runtime needs.
onescience-primitive-distiller
A workflow for turning research tools, databases, services, datasets, output formats, or documented workflows into standard building blocks for a scientific agent system. It decides whether each building block should be a resource, expert, or executor based on how stable and complex its use is.