pm-data-analytics
v2.1.0Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.
by Paweł HurynMIT25kupdated 1 month ago
Source
git clone https://github.com/phuryn/pm-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is pm-data-analytics/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/ab-test-analysis/SKILL.md├── skills/cohort-analysis/SKILL.md└── skills/sql-queries/SKILL.md
Skills3
Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.
Perform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.
Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.
Manifests1
{
"name": "pm-data-analytics",
"version": "2.1.0",
"description": "Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.",
"author": {
"name": "Paweł Huryn",
"email": "pawel@productcompass.pm",
"url": "https://www.productcompass.pm"
},
"keywords": [
"product-management",
"data-analytics",
"sql",
"cohort-analysis",
"retention"
],
"homepage": "https://www.productcompass.pm",
"license": "MIT"
}