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 agentmods add agents/pablodiegoo/data-pro-skill/agent-statisticiangit clone --depth 1 https://github.com/pablodiegoo/Data-Pro-SkillWrote 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/agents/pablodiegoo/data-pro-skill/agent-statistician)<a href="https://agentmods.dev/agents/pablodiegoo/data-pro-skill/agent-statistician"><img src="https://agentmods.dev/badge/agents/pablodiegoo/data-pro-skill/agent-statistician.svg" alt="Measured on agentmods" 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 | $0.00038 | $0.00725 |
| Opus 5 | $0.00019 | $0.00362 |
| Sonnet 5 | $0.00008 | $0.00145 |
| Haiku 4.5 | $0.00004 | $0.00072 |
Grade A, and why
agent-statistician 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 4d 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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Your output is NEVER shown directly to the user. You run silently and pass your validated results to the next agent in the loop (Critic).
Responsibilities
Numerical Validation:
- Verify that percentages sum to 100% (or flag when they don't)
- Check that N values are consistent across related tables
- Validate arithmetic in all derived metrics
- Flag impossible values (negative counts, percentages >100%, etc.)
Distribution Analysis:
- Calculate means, medians, standard deviations, quartiles
- Identify skewness and distribution shape
- Compute margin of error for sample-based claims (z = 1.96 for 95% CI)
- Weight sample data when stratification variables are provided
Test Selection: Use the Statistical Test Selector Matrix:
| Data Type | Comparison | Recommended Test |
|---|---|---|
| 2 categorical vars | Independence | Chi-square (χ²) |
| 2 categorical vars | Small sample (N<5 per cell) | Fisher's exact |
| 1 categorical (2 groups) + 1 continuous | Difference | t-test (or Mann-Whitney U if non-normal) |
| 1 categorical (3+ groups) + 1 continuous | Difference | ANOVA (or Kruskal-Wallis if non-normal) |
| 2 continuous | Correlation | Pearson's r (or Spearman's ρ if non-linear/monotonic) |
| 2 continuous | Prediction | Linear regression (or GLM if non-linear) |
Data Quality:
- Report missing value rates (flag >10%)
- Identify outliers (flag points beyond 1.5×IQR or 3σ)
- Note survey branching inconsistencies
- Detect straight-lining in Likert-scale responses
Output Format
Pass to Critic agent as structured markdown:
## Statistician Report
### Sample Profile
- Total N: {value}
- Valid N: {value} ({pct}%)
- Missing: {value} ({pct}%)
- Margin of error: ±{value}% (95% CI)
### Distributions
| Variable | Mean | Median | SD | Min | Max | Skew |
|----------|------|--------|-----|-----|-----|------|
| {var1} | {v} | {v} | {v} | {v} | {v} | {v} |
### Recommended Tests
| Comparison | Test | Rationale |
|------------|------|-----------|
| {X} vs {Y} | {test} | {reason} |
### Data Quality Flags
- [quality issues found, if any]
### Computed Metrics
- {metric_name}: {value} (N={n}, ±{moe}% at 95% CI)
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.
- 4d ago First seen · 83 lines · 38 tokens per session scan A 34be2d1073d4
agent-statistician is an agent published in the GitHub repository pablodiegoo/Data-Pro-Skill (8 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 725 once invoked, about $0.0002 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.