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 skills/sickn33/agentic-awesome-skills/ab-test-setupnpx skills add sickn33/agentic-awesome-skills --skill ab-test-setupgit clone --depth 1 https://github.com/sickn33/agentic-awesome-skillsWhat 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.00025 | $0.01376 |
| Opus 5 | $0.00013 | $0.00688 |
| Sonnet 5 | $0.00005 | $0.00275 |
| Haiku 4.5 | $0.00003 | $0.00138 |
Grade A, and why
ab-test-setup 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 yesterday.
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.
Copies of this mod
6 near-identical copies found in the catalogue:
- ab-test-setup — 100% identical, 0 lines differ
- ab-test-setup — 98% identical, 2 lines differ
- ab-test-setup — 98% identical, 2 lines differ
- ab-test-setup — 98% identical, 2 lines differ
- ab-test-setup — 98% identical, 2 lines differ
- ab-test-setup — 98% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.
A/B Test Setup
1️⃣ Purpose & Scope
Ensure every A/B test is valid, rigorous, and safe before a single line of code is written.
- Prevents "peeking"
- Enforces statistical power
- Blocks invalid hypotheses
2️⃣ Pre-Requisites
You must have:
- A clear user problem
- Access to an analytics source
- Roughly estimated traffic volume
Hypothesis Quality Checklist
A valid hypothesis includes:
- Observation or evidence
- Single, specific change
- Directional expectation
- Defined audience
- Measurable success criteria
3️⃣ Hypothesis Lock (Hard Gate)
Before designing variants or metrics, you MUST:
- Present the final hypothesis
- Specify:
- Target audience
- Primary metric
- Expected direction of effect
- Minimum Detectable Effect (MDE)
Ask explicitly:
“Is this the final hypothesis we are committing to for this test?”
Do NOT proceed until confirmed.
4️⃣ Assumptions & Validity Check (Mandatory)
Explicitly list assumptions about:
- Traffic stability
- User independence
- Metric reliability
- Randomization quality
- External factors (seasonality, campaigns, releases)
If assumptions are weak or violated:
- Warn the user
- Recommend delaying or redesigning the test
5️⃣ Test Type Selection
Choose the simplest valid test:
- A/B Test – single change, two variants
- A/B/n Test – multiple variants, higher traffic required
- Multivariate Test (MVT) – interaction effects, very high traffic
- Split URL Test – major structural changes
Default to A/B unless there is a clear reason otherwise.
6️⃣ Metrics Definition
Primary Metric (Mandatory)
- Single metric used to evaluate success
- Directly tied to the hypothesis
- Pre-defined and frozen before launch
Secondary Metrics
- Provide context
- Explain why results occurred
- Must not override the primary metric
Guardrail Metrics
- Metrics that must not degrade
- Used to prevent harmful wins
- Trigger test stop if significantly negative
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.
- yesterday First seen · 258 lines · 25 tokens per session scan A 73b7018f269a
ab-test-setup is a skill published in the GitHub repository sickn33/agentic-awesome-skills (45,746 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 1,376 once invoked, about $0.0001 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-30.
Other skills, from other repositories
substance-painter
Comprehensive operational skill specification for Anthropic Claude to automate, troubleshoot, and script Adobe Substance 3D Painter PBR texturing pipelines, mesh map baking, Python API automation, and SAT batch rendering.
fusion-360
Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Autodesk Fusion (Fusion 360), Python API (adsk.fusion), Parametric Timeline, and CAM toolpaths.
losslesscut
Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize LosslessCut workflows, keyframe GOP alignment, lossless stream copying, and smart-cut rendering.
zbrush
Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Maxon ZBrush digital sculpting pipelines, ZScript macros, ZRemesher retopology, and Decimation Master.
ask-ai-confidence-rating
Prompt patterns to extract calibrated confidence scores, identify hidden assumptions, and flag low-certainty claims before making critical decisions.
notion
Operational skill for Claude to automate Notion via official API, databases, pages, blocks, and property schemas for knowledge ops.