Skip to main content
AI/MLcoalesce-labs

product-metrics

View key product metrics, KPIs, and conversion rates from PostHog

Stars
12
Source
coalesce-labs/catalyst
Updated
2026-05-31
Slug
coalesce-labs--catalyst--product-metrics
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/coalesce-labs/catalyst/HEAD/plugins/analytics/skills/product-metrics/SKILL.md -o .claude/skills/product-metrics.md

Drops the SKILL.md into .claude/skills/product-metrics.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Product Metrics Dashboard

Query PostHog for key product metrics, KPIs, and performance indicators.

Usage

/product-metrics [metric-type] [time-range]

Examples:
  /product-metrics "overall KPIs last 30 days"
  /product-metrics "conversion rates this quarter"
  /product-metrics "feature usage breakdown this week"

Available Metrics

Conversion Metrics

  • Signup conversion rate
  • Trial to paid conversion
  • Checkout completion rate
  • Feature activation rate

Engagement Metrics

  • Daily/Weekly/Monthly Active Users (DAU/WAU/MAU)
  • Session duration
  • Feature usage frequency
  • User retention rates

Business Metrics

  • Revenue per user
  • Customer acquisition cost
  • Lifetime value
  • Churn rate

Feature Metrics

  • Feature adoption rate
  • Time to first use
  • Feature retention
  • Power user identification

Example Queries

Overall Dashboard

/product-metrics "Show me our key metrics for last month: MAU, conversion rates, and top features"

Conversion Funnel

/product-metrics "Breakdown of our signup to paid funnel with drop-off rates at each step"

Feature Performance

/product-metrics "Compare usage of our top 5 features over the last quarter"

Cohort Performance

/product-metrics "How do our December signups compare to November in terms of activation and retention?"

Output Format

Results typically include:

  • Metric values with trend indicators (↑↓)
  • Comparisons to previous periods
  • Breakdowns by segment when relevant
  • Top performers and bottom performers
  • Recommendations based on data

Time Range Options

  • today, yesterday
  • last 7 days, last 30 days, last 90 days
  • this week, last week
  • this month, last month, this quarter
  • Custom: 2024-01-01 to 2024-03-31

Segmentation

Add segmentation to any query:

/product-metrics "MAU by country"
/product-metrics "conversion rates by traffic source"
/product-metrics "feature usage by plan type"

Context Management

This plugin consumes ~40k tokens. Disable after viewing metrics:

/plugin disable catalyst-analytics

See also: /catalyst-analytics:analyze-user-behavior, /catalyst-analytics:segment-analysis