saas-metrics
Compute the core SaaS metrics — MRR/ARR, growth, NRR/GRR, churn, quick ratio, magic number — from your numbers. Use when asked to calculate SaaS metrics, MRR/ARR, net revenue retention, the quick ratio, or to build a SaaS metrics snapshot for a board/investor update. Produces a computed metrics dashboard with each value, its benchmark, and a one-line read on what it means.
npx skills add mohitagw15856/pm-claude-skills --skill saas-metrics --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SaaS Metrics Skill Investors and boards judge a SaaS business on a standard metric set — and getting the definitions right matters as much as the numbers. This skill computes MRR/ARR, growth, net and gross revenue retention, churn, the quick ratio, and the magic number from your movement data, each with its benchmark and a plain read — so a board update or investor snapshot is correct and defensible. ## Required Inputs Ask for these only if they aren't already provided: - **Starting MRR** and the month's movement: **new**, **expansion**, **contraction**, **churned** MRR. - **Customer counts** (start, churned) if you want logo churn too. - **S&M spend** (prior period) if you want the magic number. - Or just paste what you have — the skill computes what the inputs allow and flags the rest. ## Output Format ### SaaS Metrics: [company], [period] A computed dashboard (use the helper script): | Metric | Value | Benchmark | Read | |---|---|---|---| | MRR / ARR | | | | | MRR growth % | | | | | **Net Revenue Retention** | | ≥ 100% (great ≥ 110%) | | | Gross Revenue Retention | | ≥ 90% | | | Revenue churn % | | | | | **Quick ratio** ((new+exp)/(churn+contr)) | | ≥ 4 strong | | | Magic numb
- Required Inputs
- Output Format
- SaaS Metrics: [company], [period]
- Programmatic Helper
- Quality Checks
- Anti-Patterns
- Based On
python3 scripts/saas_metrics.py in.json python3 scripts/saas_metrics.py in.json --json
What does the saas-metrics skill do?
Compute the core SaaS metrics — MRR/ARR, growth, NRR/GRR, churn, quick ratio, magic number — from your numbers. Use when asked to calculate SaaS metrics, MRR/ARR, net revenue retention, the quick ratio, or to build a SaaS metrics snapshot for a board/investor update. Produces a computed metrics dashboard with each value, its benchmark, and a one-line read on what it means.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill saas-metrics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
