agentsclimarketplace

Stats

Skill richard-kim-79/archora-skills/skills/stats

Academic research agent skills for Claude Code and other Agent Skills-compatible tools. Hypothesis generation, experiment design, paper drafting, peer review simulation, and more.

Install
npx -y skills add richard-kim-79/archora-skills --skill stats

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Detects statistical errors, logical fallacies, and methodological issues in research content. Checks for p-hacking, correlation/causation confusion, underpowered samples, multiple comparisons problems, overgeneralization, and other common fallacies. Use when the user asks to validate statistics, audit quantitative claims, check methodology, or find logical errors. Returns minimal output on purely theoretical content — most useful after empirical data is present.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.6 KB, as published. Nobody here has run it

Statistical Validator

Detect statistical errors and methodological fallacies in research content.

Fallacy Types Detected

TypeDescription
P_HACKINGSelective reporting, post-hoc hypothesis changes, stopped when p<0.05
CORRELATION_CAUSATIONCausal claims from correlational data
SMALL_SAMPLESample size insufficient for claimed effect size
MULTIPLE_COMPARISONSMultiple tests without Bonferroni/FDR correction
OVERGENERALIZATIONResults from specific sample applied to broader population
CIRCULAR_REASONINGConclusion assumes what it claims to prove
CHERRY_PICKINGSelective evidence presentation
EFFECT_SIZE_MISSINGStatistical significance without practical effect size
CONFOUNDAlternative explanations not controlled for

Severity Levels

  • HIGH — fatal flaw; invalidates the finding
  • MEDIUM — significant concern; finding is weakened
  • LOW — minor issue; addressable in discussion

Output Format

When issues are found:

# 📐 Statistical Validation

> Found **3 issue(s)** requiring attention.

## Issues

### 🔴 HIGH — P_HACKING

**Post:** [reference to source]
**Claim:** "[exact statistical claim]"
**Issue:** [specific explanation of the problem]
**Suggestion:** [concrete fix]

---

### 🟡 MEDIUM — CORRELATION_CAUSATION
...

## Summary
[Overall assessment + priority order for fixes]

When no issues are found:

# 📐 Statistical Validation

> ✅ No statistical issues detected.

## Assessment
[Explanation: e.g., "This content is theoretical/conceptual and contains no quantitative claims to validate."]

## Proactive Checklist
When empirical data is added, watch for:
- [ ] [Domain-specific statistical concern 1]
- [ ] [Domain-specific statistical concern 2]

When content has no statistics

If the content is purely theoretical or conceptual, note this explicitly and provide a domain-appropriate proactive checklist. Do NOT generate phantom issues.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.