finance-skills
Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics').
npx skills add alirezarezvani/claude-skills --skill finance-skills --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.
# Finance Skills — Router This plugin bundles **2 finance skills** (this router is the 3rd folder under `finance/skills/`). Each skill is self-contained. ## Routing table | Request signals | Skill | Path | |---|---|---| | Ratio analysis, DCF valuation, budget variance, driver-based forecasts | financial-analyst | `skills/financial-analyst/` | | ARR/MRR, churn, CAC/LTV, NRR, quick ratio, SaaS benchmarks | saas-metrics-coach | `skills/saas-metrics-coach/` | If both match (e.g., "value my SaaS company"), ask whether the user wants statement-level analysis (financial-analyst) or SaaS operating metrics (saas-metrics-coach). ## Quick start ```bash # Example: route a statement-analysis request cat finance/skills/financial-analyst/SKILL.md python3 finance/skills/financial-analyst/scripts/ratio_calculator.py --help # Or a SaaS metrics request python3 finance/skills/saas-metrics-coach/scripts/metrics_calculator.py --help ``` ## Related (packaged separately, not in this bundle) - `finance/business-investment-advisor/` — investment thesis evaluation, ROI modeling (prompt-only skill, separate nested plugin) - Root commands `/financial-health` and `/saas-health` wrap these skills' scripts. ## Ru
- Routing table
- Quick start
- Related (packaged separately, not in this bundle)
- Rules
cat finance/skills/financial-analyst/SKILL.md python3 finance/skills/financial-analyst/scripts/ratio_calculator.py --help Or a SaaS metrics request python3 finance/skills/saas-metrics-coach/scripts/metrics_calculator.py --help
What does the finance-skills skill do?
Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics').
How do I install it?
Run `npx skills add alirezarezvani/claude-skills --skill finance-skills --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 alirezarezvani/claude-skills, a repository with 23,791 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.