~/ai_assets_directory_
Claude Skill 8.9k stars · whole AgriciDaniel/claude-ads repo
ads-test.skill

Paid Media Experiment

Designs and reads out A/B tests for ad accounts, and refuses to call an underpowered result a winner just because it looks good early.

Overview

Paid Media Experiment is the experimentation skill behind /ads experiment in the Claude Ads suite, for designing and reading out A/B tests on ad accounts.

What it covers

  • States the decision, causal hypothesis, treatment, control, randomization unit, primary metric and stopping rule up front.
  • Checks platform constraints, overlapping experiments, conversion lag, seasonality and interference before sizing.
  • Calculates sample size and duration from declared assumptions, disclosing approximations.
  • Changes one decision surface at a time unless the design explicitly estimates interactions.
  • For readout, verifies assignment integrity and data completeness before estimating effect; never repeatedly peeks and stops on a favorable result.

Part of Claude Ads

This skill is dispatched automatically by the main ads conductor for /ads experiment requests. See the full Claude Ads entry for installation.

Installation

This worker skill installs automatically as part of the Claude Ads plugin, there's no separate step for it.

  1. Install the plugin once, from inside Claude Code:
    /plugin marketplace add AgriciDaniel/claude-ads
    /plugin install claude-ads@ai-marketing-hub-claude-ads
    
  2. This skill runs on its own whenever the /ads conductor needs it; you don't call it directly.
  3. See the Claude Ads entry for the full setup and platform list.

Related assets