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...
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
npx skills add https://github.com/sanity-io/agent-toolkit/tree/HEAD/skills/content-experimentation-best-practicesnpx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent claude-codenpx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent cursornpx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent codexnpx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent opencodenpx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent github-copilotnpx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practices --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add sanity-io/agent-toolkit --skill content-experimentation-best-practicesManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/sanity-io/agent-toolkit.gitcp -r agent-toolkit/skills/content-experimentation-best-practices ~/.claude/skills/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
caveman
Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
clarify
Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing.
WordPress / wp-performance
Profiling, caching, database optimization, Server-Timing
Typefully / typefully
Create, schedule, and publish social media content across X, LinkedIn, Threads, Bluesky, and Mastodon
WordPress / wp-abilities-api
Capability-based permissions and REST API authentication
Figma / figma-generate-design
Build or update screens in Figma from code or description using design system components