ab-testing-ecommerce

ab-testing-ecommerce is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 26 tokens per session (2,369 once invoked), scanned A, original, MIT.

A skill for running A/B tests, controlled experiments where different visitors see different versions of an online store page or checkout flow.

In plain words
What is it for?
Use it to plan experiments, calculate sample sizes, test product pages, checkout, or pricing, and interpret results before choosing a version.
Why use it?
It helps determine whether a change genuinely improves results instead of relying on random variation or stopping an experiment too early.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to plan experiments, calculate sample sizes, test product pages, checkout, or pricing, and interpret results before choosing a version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce
Install

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.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill ab-testing-ecommerce
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for ab-testing-ecommerce

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce/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.

agentmods 80×15 button for ab-testing-ecommerce

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/ab-testing-ecommerce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.02369
Opus 5 $0.00013 $0.01184
Sonnet 5 $0.00005 $0.00474
Haiku 4.5 $0.00003 $0.00237

Measured 11d ago against content hash bc69809a9b1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ab-testing-ecommerce 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 11d 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.

skills/data-analytics/ab-testing-ecommerce/SKILL.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

A/B Testing for E-commerce

Overview

A/B testing (split testing) runs controlled experiments where a random subset of visitors sees a variant while the rest see the control. Statistical analysis then determines whether any difference is real or due to chance. Good testing disciplines — calculating required sample size before starting, running tests for at least two full weeks, and never stopping early — separate genuine insights from noise.

This skill guides you through running A/B tests on your specific platform, choosing the right tools, and interpreting results correctly.

When to Use This Skill

  • When making product page, checkout, or pricing changes and wanting data-driven validation
  • When migrating from a client-side A/B testing tool to server-side assignment for accuracy
  • When needing statistical power calculations before starting an experiment
  • When analyzing experiment results and determining when to ship or kill a variant
  • When running a pricing test and needing to ensure consistent pricing per customer
  • When wanting to understand what sample size is needed before a test is meaningful

Core Instructions

Step 1: Determine your platform and choose the right testing tool

Platform Recommended Tool Why
Shopify Google Optimize (free, sunsetting) → Convert.com or Intelligems Intelligems is built specifically for Shopify and supports pricing tests with sticky assignment; Convert integrates via Shopify's theme
Shopify (pricing tests) Intelligems The only tool that does true server-side price testing on Shopify without flickering
WooCommerce Nelio A/B Testing plugin or Google Optimize Nelio integrates natively with WordPress/WooCommerce; tracks WooCommerce conversion events automatically
BigCommerce Convert.com or VWO (via script injection) Both integrate via the BigCommerce storefront script manager
Custom / Headless LaunchDarkly (feature flags + experiments) or build with GrowthBook (open source) Server-side assignment with no flickering; GrowthBook is free and self-hostable

Read the full file on GitHub · 206 lines

Changes

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.

  1. 11d ago First seen · 206 lines · 26 tokens per session scan A bc69809a9b1e

Subscribe to this mod's changes

ab-testing-ecommerce is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 26 tokens to every session and 2,369 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.

Related

Other skills, from other repositories

ab-testing

Use when designing or analyzing a controlled experiment — falsifiable hypothesis, sample size from an MDE, reading significance/CI/power, CUPED, or rescuing tests that won't go significant. NOT recurring metric tracking (that is analytics), NOT north-star/KPI trees (that is kpi-framework), NOT projecting metrics…

ericrisco/rsc-harness · 79 tokens

conversion-optimizer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults".

buiphucminhtam/forgewright · 62 tokens

value-ladder-architect

Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: "value ladder", "customer journey", "upsell path", "ascension model", "free to paid funnel", "tripwire offer", "upsell strategy", "downsell", "product ladder", "price ladder", "customer ascension", "funnel architecture", "map my…

Affitor/affiliate-skills · 96 tokens

authoring-ci-workflows

Use when adding or editing a GitHub Actions workflow, composite action, or reusable workflow under .github/ — new CI jobs, triggers, matrices, checkout/clone tuning, action pinning, GitHub App token auth, concurrency groups, timeout-minutes, paths filters, caching, or runner choice. Covers PostHog's workflow-authoring…

PostHog/posthog · 193 tokens

product-analytics

A/B test evaluation, cohort retention analysis, funnel metrics, and experiment-driven product decisions. Use when analyzing experiments, measuring feature adoption, diagnosing conversion drop-offs, or evaluating statistical significance of product changes.

yonatangross/orchestkit · 44 tokens

A/B Test Validation

Validating A/B test implementations including traffic splitting accuracy, statistical significance calculation, metric tracking, and experiment cleanup.

PramodDutta/qaskills · 27 tokens