File contents /saas-health
Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project forward.
Usage
/saas-health metrics --mrr <amount> [--customers <n>] [--churned <n>] [--json]
/saas-health quick-ratio --new-mrr <amount> --churned <amount> [--expansion <amount>]
/saas-health simulate --mrr <amount> --growth <pct> --churn <pct> --cac <amount> [--json]
Examples
/saas-health metrics --mrr 80000 --customers 200 --churned 3 --new-customers 15 --sm-spend 25000
/saas-health quick-ratio --new-mrr 10000 --expansion 2000 --churned 3000 --contraction 500
/saas-health simulate --mrr 50000 --growth 10 --churn 3 --cac 2000
Scripts
finance/saas-metrics-coach/scripts/metrics_calculator.py — Core SaaS metrics (ARR, MRR, churn, CAC, LTV, NRR, payback)
finance/saas-metrics-coach/scripts/quick_ratio_calculator.py — Growth efficiency ratio
finance/saas-metrics-coach/scripts/unit_economics_simulator.py — 12-month forward projection
Skill Reference
→ finance/saas-metrics-coach/SKILL.md
Related Commands
/financial-health — Traditional financial analysis (ratios, DCF, budgets)
1 --- 2 name: saas-health 3 description: Saas Health 4 --- 5 6 # /saas-health 7 8 Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project forward. 9 10 ## Usage 11 12 ``` 13 /saas-health metrics --mrr <amount> [--customers <n>] [--churned <n>] [--json] 14 /saas-health quick-ratio --new-mrr <amount> --churned <amount> [--expansion <amount>] 15 /saas-health simulate --mrr <amount> --growth <pct> --churn <pct> --cac <amount> [--json] 16 ``` 17 18 ## Examples 19 20 ``` 21 /saas-health metrics --mrr 80000 --customers 200 --churned 3 --new-customers 15 --sm-spend 25000 22 /saas-health quick-ratio --new-mrr 10000 --expansion 2000 --churned 3000 --contraction 500 23 /saas-health simulate --mrr 50000 --growth 10 --churn 3 --cac 2000 24 ``` 25 26 ## Scripts 27 - `finance/saas-metrics-coach/scripts/metrics_calculator.py` — Core SaaS metrics (ARR, MRR, churn, CAC, LTV, NRR, payback) 28 - `finance/saas-metrics-coach/scripts/quick_ratio_calculator.py` — Growth efficiency ratio 29 - `finance/saas-metrics-coach/scripts/unit_economics_simulator.py` — 12-month forward projection 30 31 ## Skill Reference 32 → `finance/saas-metrics-coach/SKILL.md` 33 34 ## Related Commands 35 - `/financial-health` — Traditional financial analysis (ratios, DCF, budgets)
levalencia/agent-god-mode/tree/main/organized-skills/saas-health commit a5ac6e49f6
Frequently asked questions How do I install the Saas Health skill? Run npx skillmds@latest add levalencia/saas-health in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Saas Health skill do? Saas Health It is listed under Coding & Dev Tools on SkillMD.
Is Saas Health safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Saas Health? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Saas Health free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Saas Health? levalencia (@levalencia) published this skill. Their other Agent Skills are listed on their SkillMD profile.