Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计通过

plg-metricsPLG 指标

Agent Skill

plg-metrics 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

196

周安装

8

GitHub Stars

17

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:plg-metrics(PLG 指标)
来源仓库:https://github.com/skenetechnologies/plg-skills
仓库路径:skills/plg-metrics
安装命令:
npx skills add https://github.com/skenetechnologies/plg-skills --skill plg-metrics
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/skenetechnologies/plg-skills --skill plg-metrics

简介

用于查找、检索和筛选相关信息。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合在关键词搜索或任务场景中快速定位候选结果。
  • 使用时可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态,避免触发敏感操作。
  • plg-metrics 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

PLG Metrics

You are a PLG metrics specialist. Build the definitive metrics framework for a product-led growth business. This skill helps you define, measure, and act on the KPIs that matter for PLG -- from acquisition through monetization and retention.


Diagnostic Questions

Before building your metrics framework, answer these questions:

  1. What is your business model? (freemium, free trial, open-source, reverse trial, usage-based)
  2. What is your primary growth loop? (viral, content-led, sales-assisted, product-led)
  3. What is your product's core value action? (the thing users do that delivers value)
  4. Who is your ideal user vs. buyer? (same person or different?)
  5. What is your current stage? (pre-PMF, early growth, scaling, mature)
  6. Do you have a sales team layered on top of PLG? (pure PLG vs. product-led sales)
  7. What analytics tools do you currently use?
  8. What metrics do you currently track, and what gaps exist?

The PLG Metrics Stack

1. Acquisition Metrics

These measure how effectively you attract new users into your product.

MetricFormulaBenchmarkCadence
SignupsCount of new account creations per periodVaries by stageDaily/Weekly
Signup-to-Activation Rate(Activated users / Total signups) x 10020-40%Weekly
Organic vs. Paid Split% of signups from organic channels>60% organic is healthy for PLGMonthly
Viral Coefficient (K-factor)Invites sent per user x invite acceptance rateK > 1 = viral growthMonthly
CAC by ChannelTotal channel spend / New customers from channelVaries; PLG should have low blended CACMonthly
Signup Completion Rate(Completed signups / Started signups) x 10070-90%Weekly

Key insight: In PLG, your product IS your acquisition channel. Track what percentage of new signups come from product-driven sources (referrals, shared content, embeds, word-of-mouth) vs. traditional marketing.

2. Activation Metrics

These measure whether new users experience your product's core value.

MetricFormulaBenchmarkCadence
Activation Rate(Users reaching aha moment / Total signups) x 10020-40% typical; top PLG companies 40-60%Weekly
Time-to-Value (TTV)Median time from signup to first value momentShorter is better; <5 min ideal for simple productsWeekly
Setup Completion Rate(Users completing setup / Users starting setup) x 10060-80%Weekly
Aha Moment Reach Rate(Users experiencing aha moment / Users completing setup) x 10040-70%Weekly
Habit Formation Rate(Users who perform core action 3+ times in first week / Activated users) x 10030-50%Monthly
Onboarding Funnel CompletionStep-by-step drop-off through onboarding flowTrack each step independentlyWeekly

Defining your Aha Moment: The aha moment is when a user first experiences the core value of your product. It is NOT a feature -- it is an outcome. Examples:

  • Slack: Sending 2,000+ messages as a team
  • Dropbox: Putting a file in a Dropbox folder on one device and seeing it appear on another
  • Zoom: Hosting a meeting with 3+ participants
  • Figma: Creating a design and sharing it with a collaborator

3. Engagement Metrics

These measure ongoing product usage intensity and breadth.

MetricFormulaBenchmarkCadence
DAU / WAU / MAUCount of unique users active in day/week/monthAbsolute numbers; track growth rateDaily
DAU/MAU Ratio (Stickiness)DAU / MAUSaaS: 10-25% typical, >25% excellent; Social: >50%Weekly
Session FrequencyAverage sessions per user per week3-5x/week for daily-use productsWeekly
Feature Usage BreadthAverage number of distinct features used per userVaries; track trend over timeMonthly
Feature Usage DepthFrequency of usage of core featuresTrack for top 5-10 featuresMonthly
Engagement ScoreComposite score based on weighted feature usageCustom; normalize to 0-100 scaleWeekly

Building an Engagement Score: Create a composite metric that combines multiple usage signals into a single score (0-100). Steps:

  1. List the 5-10 most important actions in your product
  2. Assign weights based on correlation with retention (use regression analysis)
  3. Define thresholds for each action (e.g., "3+ projects created = 10 points")
  4. Sum weighted scores and normalize to 0-100
  5. Validate by checking if high-engagement-score users retain better

Example engagement score formula:

Engagement Score = (
  login_frequency_score x 0.15 +
  core_action_frequency x 0.30 +
  feature_breadth_score x 0.15 +
  collaboration_score x 0.25 +
  content_creation_score x 0.15
) x 100

4. Monetization Metrics

These measure how effectively you convert free users to paying customers and grow revenue.

MetricFormulaBenchmarkCadence
Free-to-Paid Conversion Rate(New paying users / Total free users) x 100Freemium: 2-5%; Free trial: 10-25%Monthly
Natural Rate of Conversion(Users converting without sales touch / Total conversions) x 100>50% is strong PLGMonthly
Trial-to-Paid Rate(Users converting before trial end / Total trial starts) x 10015-25% is good; >30% is excellentMonthly
ARPUTotal revenue / Total users (including free)Varies by segmentMonthly
ARPPUTotal revenue / Paying users onlyVaries; track growth over timeMonthly
Expansion MRRAdditional MRR from existing customers (upgrades + add-ons)>30% of new MRR should come from expansionMonthly
Net Revenue Retention (NRR)(Starting MRR + expansion - contraction - churn) / Starting MRR x 100100-120% good; >130% excellentMonthly/Quarterly
LTVARPU x Gross margin % / Monthly churn rateLTV:CAC > 3:1Quarterly

Natural Rate of Conversion: This is a uniquely PLG metric. It measures what percentage of your paid conversions happen without any sales intervention. A high natural rate (>60%) indicates your product is effectively selling itself. Track this separately from sales-assisted conversions.

5. Retention Metrics

These measure whether users continue to find value over time.

MetricFormulaBenchmarkCadence
Logo Retention(Customers at end - New customers) / Customers at start x 100>85% monthly; >95% annual for enterpriseMonthly
Dollar Retention (NRR)See monetization section>100% means expansion exceeds churnMonthly
D1 / D7 / D30 Retention% of users returning on day 1, 7, 30 after signupD1: 40-60%, D7: 25-40%, D30: 15-25% (varies widely)Weekly
Cohort Retention CurvesRetention by signup cohort over timeCurves should flatten (not continue declining)Monthly
Resurrection Rate(Returning churned users / Total churned users) x 1005-15%Monthly

Reading Cohort Retention Curves: The most important pattern to look for is whether the curve flattens. If your retention curve continues to decline month over month without leveling off, you have a product-market fit problem, not a retention problem.

Healthy curve:
Month 0: 100%
Month 1:  60%
Month 2:  45%
Month 3:  38%
Month 4:  35%  <-- flattening
Month 5:  34%
Month 6:  33%

Unhealthy curve:
Month 0: 100%
Month 1:  50%
Month 2:  30%
Month 3:  18%
Month 4:  11%  <-- still declining
Month 5:   7%
Month 6:   4%

6. PQL Metrics (Product-Led Sales)

If you layer sales on top of PLG, track Product Qualified Leads.

MetricFormulaBenchmarkCadence
PQL Rate(Users qualifying as PQLs / Total active users) x 1005-15% of active usersWeekly
PQL-to-SQL Conversion(PQLs accepted by sales / Total PQLs) x 10030-50%Weekly
PQL-to-Closed-Won Rate(PQLs that become customers / Total PQLs) x 10015-30% (much higher than MQL rates)Monthly
PQL VelocityNumber of new PQLs generated per weekTrack growth rateWeekly
Time-to-PQLMedian time from signup to PQL qualificationVaries; shorter is betterMonthly

North Star Metric

Framework: Value x Frequency x Breadth

Your North Star Metric should capture the core value your product delivers, measured at a frequency that allows you to act on it, across the broadest relevant user base.

Formula: North Star = Value Delivered x Frequency of Delivery x Breadth of Users

How to Define Your North Star

  1. Identify your core value proposition: What outcome does your product enable?
  2. Find the proxy action: What user action best represents value delivery?
  3. Add frequency: How often should this action happen?
  4. Add breadth: Should you measure per user, per team, or total?
  5. Validate: Does this metric correlate with revenue and retention?

North Star Examples by Product Type

Product TypeNorth Star MetricWhy It Works
Collaboration toolWeekly active teams with 3+ active membersCaptures value (collaboration), frequency (weekly), breadth (teams)
Analytics platformWeekly queries run by activated accountsMeasures value extraction from data
Design toolWeekly designs shared with collaboratorsCaptures creation + collaboration
Developer toolWeekly API calls by integrated accountsMeasures actual product usage in production
Project managementWeekly tasks completed per active teamCaptures productivity value delivered
Communication toolDaily messages sent per active workspaceMeasures communication value at daily frequency
E-signatureMonthly documents signedCaptures core transaction value
PaymentsWeekly transaction volume processedDirectly tied to value and revenue

North Star Anti-patterns

  • Revenue as North Star: Revenue is an output, not an input you can directly improve
  • Signups as North Star: Measures top-of-funnel only, not value delivery
  • DAU as North Star: Activity without value -- users can be active but not getting value
  • NPS as North Star: Lagging indicator, hard to act on, survey-dependent

Metric Definitions Template

For each metric in your framework, create a definition card:

### [Metric Name]

**Category**: [Acquisition / Activation / Engagement / Monetization / Retention / PQL]
**Formula**: [Exact calculation with numerator and denominator]
**Data Source**: [Which system/tool provides this data]
**Owner**: [Team or person responsible]
**Current Value**: [Baseline as of date]
**Target**: [Goal for this quarter/period]
**Benchmark**: [Industry benchmark range]
**Review Cadence**: [Daily / Weekly / Monthly / Quarterly]
**Leading or Lagging**: [Leading = predictive / Lagging = measures outcome]
**Segments to Break Down By**: [e.g., plan type, signup source, company size]
**Alert Thresholds**: [When to trigger alerts -- e.g., drops >10% week-over-week]
**Dependencies**: [Other metrics this influences or is influenced by]
**Notes**: [Any caveats, known data quality issues, or context]

PLG Dashboard Design

Executive Dashboard (Weekly/Monthly Review)

The executive dashboard answers: "Is the business healthy and growing?"

Section 1 -- Headlines

  • North Star Metric (current + trend)
  • MRR / ARR (current + growth rate)
  • Active users (DAU/WAU/MAU + growth rate)

Section 2 -- Funnel Health

  • Signups (volume + trend)
  • Activation Rate (% + trend)
  • Free-to-Paid Conversion Rate (% + trend)
  • NRR (% + trend)

Section 3 -- Unit Economics

  • Blended CAC
  • LTV
  • LTV:CAC ratio
  • Payback period

Section 4 -- Leading Indicators

  • PQL pipeline (volume + conversion)
  • Engagement score distribution
  • Expansion signals

Team-Level Dashboards

Growth Team Dashboard:

  • Signup volume by source, signup completion rate, activation rate by cohort, experiment results, viral coefficient

Product Team Dashboard:

  • Feature adoption rates, feature usage depth, engagement score distribution, session metrics, feature-retention correlation

Revenue Team Dashboard:

  • Free-to-paid conversion by segment, ARPU/ARPPU trends, expansion MRR, NRR by cohort, PQL pipeline

Customer Success Dashboard:

  • Health scores, retention by cohort, churn risk signals, expansion opportunities, NPS/CSAT

Leading vs. Lagging Indicators

Leading Indicators (Predictive)Lagging Indicators (Outcome)
Activation rateRevenue / MRR
Engagement scoreChurn rate
Feature adoption velocityNRR
PQL generation rateLTV
Invite/sharing activityLogo retention
Setup completion rateAnnual contract value
Time-to-valueCustomer count
Session frequency trendMarket share

Key principle: Manage by leading indicators, report on lagging indicators. Your team should focus their daily/weekly efforts on moving leading indicators, which will eventually move lagging indicators.


Metric Anti-patterns

1. Vanity Metrics

Metrics that look impressive but do not drive decisions.

  • Total signups (ever): Always goes up; tells you nothing about health
  • Page views: Activity without value signal
  • Total registered users: Includes churned/dead accounts
  • App downloads: Does not mean usage

Fix: Replace with rate-based or active-user-based metrics.

2. Over-indexing on One Metric

Optimizing a single metric at the expense of the whole system.

  • Maximizing signups by reducing friction, leading to low-quality users and poor activation
  • Maximizing free-to-paid conversion by restricting the free tier, killing viral growth
  • Maximizing engagement by adding notifications that annoy users

Fix: Use guardrail metrics -- secondary metrics that must not degrade while you optimize the primary.

3. Metric Gaming

When the measure becomes the target, it ceases to be a good measure (Goodhart's Law).

  • Sales team cherry-picking PQLs to inflate conversion rates
  • Product team redefining "active" to include trivial actions
  • Marketing inflating signup numbers with low-intent channels

Fix: Audit metric definitions regularly. Use composite metrics that are harder to game. Separate the metric from incentive structures.

4. Measuring Too Late

Only tracking lagging indicators means you discover problems after the damage is done.

Fix: For every lagging indicator, identify 2-3 leading indicators that predict it.


Benchmarks Reference

Activation Rate

  • Below 15%: Significant onboarding or PMF issues
  • 15-25%: Below average; room for improvement
  • 25-40%: Average for most PLG products
  • 40-60%: Strong; typical of top-performing PLG companies
  • 60%+: Exceptional; usually simple products with clear value props

Free-to-Paid Conversion

  • Freemium model: 2-5% of all free users (measured over lifetime)
  • Free trial (14-day): 10-20%
  • Free trial (30-day): 8-15%
  • Reverse trial: 15-30% (higher because users experience premium first)
  • Usage-based / metered: 5-10% (conversion triggered by usage limits)

Net Revenue Retention (NRR)

  • Below 90%: Serious churn problem
  • 90-100%: Acceptable but no expansion to offset churn
  • 100-110%: Good; expansion slightly exceeds churn
  • 110-130%: Strong; healthy expansion revenue
  • 130%+: Exceptional (e.g., Snowflake, Twilio, Datadog)

DAU/MAU Ratio

  • Below 10%: Monthly-use product or engagement problem
  • 10-20%: Typical for most B2B SaaS
  • 20-30%: Strong daily engagement
  • 30-50%: Very sticky (e.g., Slack, core workflow tools)
  • 50%+: Social media territory; rare for B2B

D1/D7/D30 Retention

  • Highly variable by product type. Use your own cohort data as the primary benchmark.
  • Consumer apps: D1 40%, D7 20%, D30 10%
  • B2B SaaS: D1 50-70%, D7 30-50%, D30 20-35%

Setting Targets

Step-by-Step Target-Setting Process

  1. Establish baselines: Measure current state for at least 4-8 weeks to establish stable baselines
  2. Benchmark comparison: Compare your metrics against the benchmarks above and category-specific data
  3. Gap analysis: Identify your largest gaps between current state and benchmarks
  4. Prioritize: Focus on the 2-3 metrics with the largest gap AND the highest impact on your North Star
  5. Set improvement goals: Use the following framework:

- Conservative: 10-15% improvement per quarter - Moderate: 15-30% improvement per quarter - Aggressive: 30-50% improvement per quarter (only if you have a clear lever to pull)

  1. Decompose: Break the target into weekly milestones so you can track progress
  2. Review and adjust: Re-evaluate targets monthly; adjust if assumptions change

Target-Setting Template

Metric: [Name]
Current Baseline: [Value as of date, based on N weeks of data]
Industry Benchmark: [Range]
Gap: [Baseline vs. benchmark]
Q[X] Target: [Specific number]
Weekly Milestone: [Incremental target]
Key Lever: [What initiative will move this metric]
Owner: [Person/team]
Guardrail Metrics: [What must not degrade]

Output Format

When using this skill, produce two deliverables:

Deliverable 1: PLG Metrics Definition Document

A comprehensive document defining every metric the company tracks, using the metric definition template above. Organize by category (Acquisition, Activation, Engagement, Monetization, Retention, PQL).

Deliverable 2: Dashboard Specification

A specification for building dashboards, including:

  • Dashboard name and audience
  • Metrics included with exact definitions
  • Visualization type for each metric (line chart, bar chart, big number, table)
  • Time range and granularity
  • Filters and breakdowns available
  • Alert/threshold configurations
  • Data source and refresh cadence

Cross-References

Related skills: activation-metrics, retention-analysis, growth-modeling, product-analytics

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.63%
按下载量换算23

Claude

30.51%
按下载量换算19

Cursor

17.94%
按下载量换算11

Gemini CLI

10.08%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills