Agent skill · Data & Analytics

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.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorships scriptsMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill saas-metrics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/saas-metrics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. SaaS Metrics: [company], [period]
  4. Programmatic Helper
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
Ships with 1 file
  • scripts/saas_metrics.py
Commands it runs
python3 scripts/saas_metrics.py in.json
python3 scripts/saas_metrics.py in.json --json
More from pm-claude-skills
All skills →
About this skill
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.

Keep going