Claude Code · Community plugin
Finance Skills
3 finance skills: financial analyst (ratio analysis, DCF valuation, budgeting, forecasting), SaaS metrics coach (ARR, MRR, churn, CAC, LTV, NRR, Quick Ratio, 12-month projections), and business investment advisor. 7 Python automation tools. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.
What this plugin covers
This page keeps a stable Remote OpenClaw URL for the upstream pluginwhile preserving the original source content below. The shell stays consistent, and the body can vary as much as the upstream SKILL.md or README varies.
Source files and registry paths
Source path
finance
Entry file
Not available
Manifest file
finance/.claude-plugin/plugin.json
Repository
alirezarezvani/claude-skills
Format
json-plugin
Original source content
Raw file# Finance Skills - Claude Code Guidance This guide covers the finance skills and their Python automation tools. ## Finance Skills Overview **Available Skills:** 1. **financial-analyst/** - Financial statement analysis, ratio analysis, DCF valuation, budgeting, forecasting (4 Python tools) 2. **saas-metrics-coach/** - SaaS financial health: ARR, MRR, churn, CAC, LTV, NRR, Quick Ratio, 12-month projections (3 Python tools) **Total Tools:** 7 Python automation tools, 5 knowledge bases, 6 templates **Commands:** 2 (`/financial-health`, `/saas-health`) ## Python Automation Tools ### 1. Ratio Calculator (`financial-analyst/scripts/ratio_calculator.py`) **Purpose:** Calculate and interpret financial ratios from statement data **Features:** - Profitability ratios (ROE, ROA, Gross/Operating/Net Margin) - Liquidity ratios (Current, Quick, Cash) - Leverage ratios (Debt-to-Equity, Interest Coverage, DSCR) - Efficiency ratios (Asset/Inventory/Receivables Turnover, DSO) - Valuation ratios (P/E, P/B, P/S, EV/EBITDA, PEG) - Built-in interpretation and benchmarking **Usage:** ```bash python financial-analyst/scripts/ratio_calculator.py financial_data.json python financial-analyst/scripts/ratio_calculator.py financial_data.json --format json ``` ### 2. DCF Valuation (`financial-analyst/scripts/dcf_valuation.py`) **Purpose:** Discounted Cash Flow enterprise and equity valuation **Features:** - Revenue and cash flow projections - WACC calculation (CAPM-based) - Terminal value (perpetuity growth and exit multiple methods) - Enterprise and equity value derivation - Two-way sensitivity analysis - No external dependencies (uses math/statistics) **Usage:** ```bash python financial-analyst/scripts/dcf_valuation.py valuation_data.json python financial-analyst/scripts/dcf_valuation.py valuation_data.json --format json ``` ### 3. Budget Variance Analyzer (`financial-analyst/scripts/budget_variance_analyzer.py`) **Purpose:** Analyze actual vs budget vs prior year performance **Features:** - Variance calculation (actual vs budget, actual vs prior year) - Materiality threshold filtering - Favorable/unfavorable classification - Department and category breakdown **Usage:** ```bash python financial-analyst/scripts/budget_variance_analyzer.py budget_data.json python financial-analyst/scripts/budget_variance_analyzer.py budget_data.json --format json ``` ### 4. Forecast Builder (`financial-analyst/scripts/forecast_builder.py`) **Purpose:** Driver-based revenue forecasting and cash flow projection **Features:** - Driver-based revenue forecast model - 13-week cash flow projection - Scenario modeling (base/bull/bear) - Trend analysis from historical data **Usage:** ```bash python financial-analyst/scripts/forecast_builder.py forecast_data.json python financial-analyst/scripts/forecast_builder.py forecast_data.json --format json ``` ## Quality Standards **All finance Python tools must:** - Use standard library only (math, statistics, json, argparse) - Support both JSON and human-readable output via `--format` flag - Provide clear error messages for invalid input - Return appropriate exit codes - Process files locally (no API calls) - Include argparse CLI with `--help` support ## Related Skills - **C-Level:** Strategic financial decision-making -> `../c-level-advisor/` - **Business & Growth:** Revenue operations, sales metrics -> `../business-growth/` - **Product Team:** Budget allocation, RICE scoring -> `../product-team/` --- **Last Updated:** March 2026 **Skills Deployed:** 2/2 finance skills production-ready **Total Tools:** 7 Python automation tools **Commands:** /financial-health, /saas-health
Related Claude Code plugins
claude-skills
Business Investment Advisor
Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring, technology, or any capital expenditure.
claude-skills
A11y Audit
WCAG 2.2 accessibility audit and fix skill for React, Next.js, Vue, Angular, Svelte, and HTML. Static scanner detecting 20+ violation types, contrast checker with suggest mode, framework-specific fix patterns, CI-friendly exit codes.
claude-skills
Agenthub
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
claude-skills
Agile Product Owner
Agile product ownership for backlog management and sprint execution. User story generation (INVEST-compliant), acceptance criteria patterns (Given/When/Then, rule-based, checklist), epic breakdown with 5 split techniques, sprint planning with velocity-based capacity math, and weighted backlog prioritization. Includes user story generator Python tool.
claude-skills
Apple Hig Expert
Master Apple's Human Interface Guidelines (HIG) with focus on 2026 Liquid Glass aesthetics. Design and audit iOS, macOS, and visionOS apps for full compliance and premium feel. Includes hig checker Python tool for tap targets, contrast, and accessibility validation. Reference docs cover visual design, platform specifics (iOS/macOS/visionOS), and accessibility best practices.
claude-skills
Autoresearch Agent
Autonomous experiment loop that optimizes any file by a measurable metric. 5 slash commands, 8 evaluators, configurable loop intervals (10min to monthly).