cosmicstack-labs/financial-analysis
Ratio analysis, cash flow, ROI, break-even, forecasting, and financial storytelling
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill financial-analysis
Analyze financial statements and business health.
| Ratio | Formula | Healthy |
|-------|---------|---------|
| Gross Margin | (Revenue - COGS) / Revenue | >50% typical |
| Operating Margin | Operating Income / Revenue | >15% |
| Net Margin | Net Income / Revenue | >10% |
| ROE | Net Income / Shareholder Equity | >15% |
| ROA | Net Income / Total Assets | >5% |
| Ratio | Formula | Healthy |
|-------|---------|---------|
| Current | Current Assets / Current Liabilities | >1.5 |
| Quick | (Current Assets - Inventory) / Current Liabilities | >1.0 |
| Cash | Cash & Equivalents / Current Liabilities | >0.5 |
| Ratio | Formula | Healthy |
|-------|---------|---------|
| Asset Turnover | Revenue / Total Assets | Industry-specific |
| Inventory Turnover | COGS / Avg Inventory | Higher is better |
| DSO | (AR / Revenue) × 365 | <45 days |
Break-Even Units = Fixed Costs / (Selling Price - Variable Cost)
Break-Even Revenue = Break-Even Units × Selling Price
Take cosmicstack-labs/financial-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.