shell
$ npx -y skills add nexu-io/html-anything --skill experiment-readout --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/experiment-readout
Context preview
The summary Claude sees to decide when to auto-load this skill.
假设 + 指标 + 结果 + 解释 + 决策, 把 A/B 或产品实验转成行动建议
Stats
Stars7,918
Forks773
LanguageHTML
LicenseApache-2.0
Ships with html-anything
SKILL.md
experiment-readout.SKILL.md
--- name: experiment-readout zh_name: "实验复盘" en_name: "Experiment Readout" emoji: "🧪" description: "假设 + 指标 + 结果 + 解释 + 决策, 把 A/B 或产品实验转成行动建议" category: data scenario: product aspect_hint: "产品实验报告" featured: 8 tags: ["experiment", "ab-test", "growth", "product", "data", "实验", "复盘"] example_id: sample-experiment-readout example_name: "实验复盘 · Onboarding Checklist" example_format: markdown example_tagline: "不是展示数据, 而是判断上线/停止/继续" example_desc: "把实验假设、样本、指标和结果转成产品决策报告。" --- 【模板: 实验复盘 / Experiment Readout】 【意图】这不是普通数据报告、不是 dashboard。目标是回答: "这个实验说明了什么, 我们下一步应该上线、停止、继续跑, 还是重新设计?" 【适合输入】 - A/B test、增长实验、定价实验、onboarding 改版、功能灰度、邮件实验 - 可以是 markdown、CSV、表格粘贴或混合记录 【必须输出的结构】 1. Header: 实验名称、owner、日期、实验状态、decision。 2. Hypothesis: 原始假设, 必须改写成可验证句式。 3. Setup: audience、variant、duration、sample size、primary metric、guardrail metrics。
