Agent Plugins Marketplace
All plugins

pm-analytics

v1.0.0

数据与实验:归因分析、指标体系、A/B 实验方案、埋点规格与 QA SQL。. Includes 4 skills.

Claude Code4 Skills

By Noah WongLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 11, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pm-analytics for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pm-analytics@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/iDWong/pm-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pm-analytics/.

Plugin files

pm-analytics/
├── .claude-plugin/plugin.json
├── skills/pm-analytics/SKILL.md
├── skills/pm-experiment-designer/SKILL.md
├── skills/pm-product-metrics/SKILL.md
└── skills/pm-tracking-spec-writer/SKILL.md

Included Skills4

pm-analyticsskills/pm-analytics/SKILL.md

从数据现象出发,生成可执行的产品决策建议,并以可视化 HTML 报告输出。当用户说"分析一下这组数据"、"这个指标为什么跌了"、"帮我做个留存分析"、"用户流失原因是什么"、"看看漏斗哪一步掉了"、"给我出个数据分析报告"时触发。 也适用于:用户上传了 CSV/Excel 数据文件并要求分析洞察;用户提供了 SQL 查询结果要求解读;用户要求做指标拆解、归因分析、分群对比、A/B 实验分析;用户提到"指标树"、"漏斗"、"留存"、"转化率"、"DAU 下降"、"分群"、"归因"等数据分析关键词。 不适用于:纯 BI 看板搭建(用 xlsx)、纯 SQL 编写(直接写)、纯数据清洗(直接写脚本)。

pm-experiment-designerskills/pm-experiment-designer/SKILL.md

A/B 实验设计 Skill。从实验目标出发,输出完整的实验方案(假设、分组、指标体系、样本量估算、止损规则、判定规则)。 触发条件:用户提到"A/B 测试"、"AB 实验"、"实验设计"、"对照实验"、"分流实验"、"灰度方案"、"实验方案"、"样本量计算"、"显著性检验"、"实验评估"、"p值"、"置信区间"、"MDE"、"统计功效"、"实验周期"、"止损规则"等关键词。 也适用于:用户提供了实验目标/可改动点/数据量级/周期限制要求产出实验方案;用户要求评估现有实验设计是否合理;用户要求制定实验判定标准和决策规则。 典型输入:实验目标 + 可改动点 + 当前数据量级 + 可接受实验周期。 不适用于:纯数据分析(用 pm-analytics)、纯埋点设计(用 tracking-spec-writer)、纯PRD写作(用 pm-prd-writer)。

pm-product-metricsskills/pm-product-metrics/SKILL.md

产品数据分析与指标体系设计技能。适用场景:(1) 设计产品数据埋点方案,(2) 分析产品数据找出问题,(3) 漏斗分析/留存分析/同期群分析,(4) 产品数据周报/月报,(5) 用户说「数据分析」「埋点设计」「指标体系」「数据看板」「漏斗分析」「留存分析」时触发 流程位置:`pm-master` 13 阶段流程的**数据分析默认档**,深度档是 pm-analytics:归因 + 决策建议 + HTML 报告;本项不是 13 阶段中的固定阶段,按需挂载;也可单点直接调用。

pm-tracking-spec-writerskills/pm-tracking-spec-writer/SKILL.md

埋点与指标设计方案生成器。从产品需求/核心链路出发,输出完整的埋点方案文档(事件、字段、触发时机、口径说明、QA 校验清单)。 触发条件:用户提到"埋点"、"tracking"、"事件设计"、"数据采集"、"上报方案"、"埋点方案"、"事件规范"、"字段设计"、"指标口径"、"数据验收"、"QA校验"等关键词。 也适用于:用户提供产品PRD/需求文档要求产出埋点方案;用户提供核心用户链路要求拆解事件;用户要求规范化事件命名或字段定义;用户要求设计数据验收方案。 典型输入:事件命名规范 + 字段字典 + 核心链路描述/流程图。 不适用于:纯数据分析(用 pm-analytics)、纯BI看板搭建、纯SQL查询编写。

Plugin manifests1

pm-analytics/.claude-plugin/plugin.json
{
  "name": "pm-analytics",
  "description": "数据与实验:归因分析、指标体系、A/B 实验方案、埋点规格与 QA SQL。",
  "version": "1.0.0",
  "author": {
    "name": "Noah Wong"
  },
  "license": "MIT",
  "keywords": [
    "product-management",
    "pm",
    "zh-CN"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pm-analytics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-analytics)