NEW Browse AI tools across categories — updated daily. See what's new →

Content Experimentation Best Practices

Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and st...

Authorsanity-io
Version1.0.0
LicenseMIT
Token count~1,273
UpdatedJun 5, 2026

Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and statistical significance testing across A/B and multivariate experiments Includes detailed resources on p-values, confidence intervals, power analysis, and Bayesian methods for interpreting results Provides CMS integration patterns for managing variants at the field level and connecting external...

Install

Quick install

via npx skills · works with 57+ agents
npx skills add https://github.com/sanity-io/agent-toolkit/tree/HEAD/skills/content-experimentation-best-practices
Or pick agent:
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent claude-code
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent cursor
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent codex
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent opencode
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent github-copilot
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent windsurf
More install options

Shorthand — useful for multi-skill repos:

npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices

Manual — clone the repo and drop the folder into your agent's skills directory:

git clone https://github.com/sanity-io/agent-toolkit.git
cp -r agent-toolkit/skills/content-experimentation-best-practices ~/.claude/skills/
How to use: Once installed, ask your agent to "use the content-experimentation-best-practices skill" or describe what you want (e.g. "Structured guidance for designing, executing, and analyzing content experiments"). Requires Node.js 18+.

content-experimentation-best-practices

Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and statistical significance testing across A/B and multivariate experiments Includes detailed resources on p-values, confidence intervals, power analysis, and Bayesian methods for interpreting results Provides CMS integration patterns for managing variants at the field level and connecting external...

content-experimentation-best-practicesby sanity-io

Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and statistical significance testing across A/B and multivariate experiments Includes detailed resources on p-values, confidence intervals, power analysis, and Bayesian methods for interpreting results Provides CMS integration patterns for managing variants at the field level and connecting external...

npx skills add https://github.com/sanity-io/agent-toolkit --skill content-experimentation-best-practicesDownload ZIPGitHub

Content Experimentation Best Practices

Principles and patterns for running effective content experiments to improve conversion rates, engagement, and user experience.

When to Apply

Reference these guidelines when:

  • Setting up A/B or multivariate testing infrastructure
  • Designing experiments for content changes
  • Analyzing and interpreting test results
  • Building CMS integrations for experimentation
  • Deciding what to test and how

Core Concepts

A/B Testing

Comparing two variants (A vs B) to determine which performs better.

Multivariate Testing

Testing multiple variables simultaneously to find optimal combinations.

Statistical Significance

The confidence level that results aren't due to random chance.

Experimentation Culture

Making decisions based on data rather than opinions (HiPPO avoidance).

References

Start with the reference that matches the current problem, such as design, statistics, CMS integration, or pitfalls. See references/ for detailed guidance:

  • references/experiment-design.md — Hypothesis framework, metrics, sample size, and what to test
  • references/statistical-foundations.md — p-values, confidence intervals, power analysis, Bayesian methods
  • references/cms-integration.md — CMS-managed variants, field-level variants, external platforms
  • references/common-pitfalls.md — 17 common mistakes across statistics, design, execution, and interpretation

More skills from sanity-io

create-agent-with-sanity-contextby sanity-ioBuild AI agents with structured access to Sanity content via Agent Context. Use when setting up a Sanity-powered chatbot, connecting an AI assistant to Sanity…dial-your-contextby sanity-ioInteractive session to create Instructions field content for a Sanity Agent Context MCP. Use this skill whenever users mention tuning agent context, improving…optimize-agent-promptby sanity-ioTune your Sanity Agent Context agent through guided conversation. Transforms exploration data into production-ready instructions and crafts a system prompt…shape-your-agentby sanity-ioInteractive session to craft a system prompt for an AI agent powered by Sanity Agent Context MCP. Use this skill when users want to define agent personality,…content-modeling-best-practicesby sanity-ioStructured content modeling guidance for schema design, reusability, and multi-channel delivery. Covers core principles: treating content as data rather than pages, maintaining single sources of truth, designing for future channels, and optimizing for editor workflows Includes decision frameworks for references versus embedded objects, separation of concerns, and content reuse patterns Provides taxonomy and classification guidance for flat, hierarchical, and faceted approaches Applies to...portable-text-conversionby sanity-ioConvert HTML and Markdown content into Portable Text blocks for Sanity. Use when migrating content from legacy CMSs, importing HTML or Markdown into Sanity,…portable-text-serializationby sanity-ioRender and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend…sanity-best-practicesby sanity-ioComprehensive best practices and integration guides for Sanity CMS development across frameworks and topics. Covers 10+ framework integrations including Next.js, Nuxt, Astro, Remix, SvelteKit, and Angular with framework-specific patterns and setup guidance Includes topic guides for schema design, GROQ query optimization, Visual Editing, Portable Text, images, TypeGen, localization, and content migrations Provides quick-reference structure for loading only relevant guides based on task type,...

---

Source: https://github.com/sanity-io/agent-toolkit/tree/HEAD/skills/content-experimentation-best-practices
Author: sanity-io
Discovered via: mcpservers.org

SKILL.md source

---
name: content-experimentation-best-practices
description: Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and st...
---

# content-experimentation-best-practices

Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and statistical significance testing across A/B and multivariate experiments Includes detailed resources on p-values, confidence intervals, power analysis, and Bayesian methods for interpreting results Provides CMS integration patterns for managing variants at the field level and connecting external...

# content-experimentation-best-practicesby sanity-io
Structured guidance for designing, executing, and analyzing content experiments to improve conversion and engagement. Covers hypothesis frameworks, metric selection, sample size calculation, and statistical significance testing across A/B and multivariate experiments Includes detailed resources on p-values, confidence intervals, power analysis, and Bayesian methods for interpreting results Provides CMS integration patterns for managing variants at the field level and connecting external...

`npx skills add https://github.com/sanity-io/agent-toolkit --skill content-experimentation-best-practices`Download ZIPGitHub

## Content Experimentation Best Practices

Principles and patterns for running effective content experiments to improve conversion rates, engagement, and user experience.

## When to Apply

Reference these guidelines when:

* Setting up A/B or multivariate testing infrastructure

* Designing experiments for content changes

* Analyzing and interpreting test results

* Building CMS integrations for experimentation

* Deciding what to test and how

## Core Concepts

### A/B Testing

Comparing two variants (A vs B) to determine which performs better.

### Multivariate Testing

Testing multiple variables simultaneously to find optimal combinations.

### Statistical Significance

The confidence level that results aren't due to random chance.

### Experimentation Culture

Making decisions based on data rather than opinions (HiPPO avoidance).

## References

Start with the reference that matches the current problem, such as design, statistics, CMS integration, or pitfalls. See `references/` for detailed guidance:

* `references/experiment-design.md` — Hypothesis framework, metrics, sample size, and what to test

* `references/statistical-foundations.md` — p-values, confidence intervals, power analysis, Bayesian methods

* `references/cms-integration.md` — CMS-managed variants, field-level variants, external platforms

* `references/common-pitfalls.md` — 17 common mistakes across statistics, design, execution, and interpretation

## More skills from sanity-io
create-agent-with-sanity-contextby sanity-ioBuild AI agents with structured access to Sanity content via Agent Context. Use when setting up a Sanity-powered chatbot, connecting an AI assistant to Sanity…dial-your-contextby sanity-ioInteractive session to create Instructions field content for a Sanity Agent Context MCP. Use this skill whenever users mention tuning agent context, improving…optimize-agent-promptby sanity-ioTune your Sanity Agent Context agent through guided conversation. Transforms exploration data into production-ready instructions and crafts a system prompt…shape-your-agentby sanity-ioInteractive session to craft a system prompt for an AI agent powered by Sanity Agent Context MCP. Use this skill when users want to define agent personality,…content-modeling-best-practicesby sanity-ioStructured content modeling guidance for schema design, reusability, and multi-channel delivery. Covers core principles: treating content as data rather than pages, maintaining single sources of truth, designing for future channels, and optimizing for editor workflows Includes decision frameworks for references versus embedded objects, separation of concerns, and content reuse patterns Provides taxonomy and classification guidance for flat, hierarchical, and faceted approaches Applies to...portable-text-conversionby sanity-ioConvert HTML and Markdown content into Portable Text blocks for Sanity. Use when migrating content from legacy CMSs, importing HTML or Markdown into Sanity,…portable-text-serializationby sanity-ioRender and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend…sanity-best-practicesby sanity-ioComprehensive best practices and integration guides for Sanity CMS development across frameworks and topics. Covers 10+ framework integrations including Next.js, Nuxt, Astro, Remix, SvelteKit, and Angular with framework-specific patterns and setup guidance Includes topic guides for schema design, GROQ query optimization, Visual Editing, Portable Text, images, TypeGen, localization, and content migrations Provides quick-reference structure for loading only relevant guides based on task type,...

---

**Source**: https://github.com/sanity-io/agent-toolkit/tree/HEAD/skills/content-experimentation-best-practices
**Author**: sanity-io
**Discovered via**: mcpservers.org

Related skills 6