agentsclimarketplace

Finance skills

Skill alirezarezvani/claude-skills/finance/skills/finance-skills

345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commercial & finance, and your daily productivity skills.

Install
npx -y skills add alirezarezvani/claude-skills --skill finance-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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').

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, as published. Nobody here has run it

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 signalsSkillPath
Ratio analysis, DCF valuation, budget variance, driver-based forecastsfinancial-analystskills/financial-analyst/
ARR/MRR, churn, CAC/LTV, NRR, quick ratio, SaaS benchmarkssaas-metrics-coachskills/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

# 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.

Rules

  • Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own.
  • Always validate financial outputs against the user's source data; outputs are analysis support, not investment advice.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.