LLM Skills
~/catalog/finance//saas-health
FinanceGitHub source

Calculate financial health indicators

/saas-health

Calculate SaaS financial health metrics based on the company’s raw data, compare them to industry standards, and project them

alirezarezvanialirezarezvani
24.5k
March 13, 2026
MIT License
// skill content

--- name: saas-health description: Calculate SaaS health metrics (ARR, MRR, churn, CAC, LTV, NRR) and benchmark against industry standards. Usage: /saas-health <metrics|quick-ratio|simulate> [options] --- # /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/quickratiocalculator.py : Growth efficiency ratio - finance/saas-metrics-coach/scripts/uniteconomicssimulator.py : 12-month forward projection ## Skill Reference → finance/saas-metrics-coach/SKILL.md ## Related Commands - /financial-health` : Traditional financial analysis (ratios, DCF, budgets)

// original public source
alirezarezvani/claude-skills
/commands/saas-health.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/saas-health.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/saas-health.md"
Then in Claude Code, type /saas-health to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 24.5k
CategoryFinance
LicenseMIT License
UpdatedMarch 13, 2026
Format.md
AccessFree
// similar

Skills Finance

View allarrow_forward