Financial health
Skill srg-sphynx/MDForge/Sources/MDForge/Resources/SkillLibrary/Development/financial-health
Run financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecasts. Usage: /financial-health <ratios|dcf|budget|forecast> <data.json>From its SKILL.md
npx -y skills add srg-sphynx/MDForge --skill financial-healthAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 308 tokens by cl100k_base, as published. Nobody here has run it
/financial-health
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
Usage
/financial-health ratios <financial_data.json> [--format json|text]
/financial-health dcf <valuation_data.json> [--format json|text]
/financial-health budget <budget_data.json> [--format json|text]
/financial-health forecast <forecast_data.json> [--format json|text]
Examples
/financial-health ratios quarterly_financials.json --format json
/financial-health dcf acme_valuation.json
/financial-health budget q1_budget.json --format json
/financial-health forecast revenue_history.json
Scripts
finance/skills/financial-analyst/scripts/ratio_calculator.py— Profitability, liquidity, leverage, efficiency, valuation ratiosfinance/skills/financial-analyst/scripts/dcf_valuation.py— DCF enterprise and equity valuation with sensitivity analysisfinance/skills/financial-analyst/scripts/budget_variance_analyzer.py— Actual vs budget vs prior year variance analysisfinance/skills/financial-analyst/scripts/forecast_builder.py— Driver-based revenue forecasting with scenario modeling
Skill Reference
→ finance/skills/financial-analyst/SKILL.md
Related Commands
/saas-health— SaaS-specific metrics (ARR, MRR, churn, CAC, LTV, Quick Ratio)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.