> finance-skills
Financial analyst agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Ratio analysis, DCF valuation, budget variance, rolling forecasts. 4 Python tools (stdlib-only).
curl "https://skillshub.wtf/alirezarezvani/claude-skills/finance?format=md"Finance Skills
Production-ready financial analysis skill for strategic decision-making.
Quick Start
Claude Code
/read finance/financial-analyst/SKILL.md
Codex CLI
npx agent-skills-cli add alirezarezvani/claude-skills/finance
Skills Overview
| Skill | Folder | Focus |
|---|---|---|
| Financial Analyst | financial-analyst/ | Ratio analysis, DCF, budget variance, forecasting |
Python Tools
4 scripts, all stdlib-only:
python3 financial-analyst/scripts/ratio_calculator.py --help
python3 financial-analyst/scripts/dcf_valuation.py --help
python3 financial-analyst/scripts/budget_variance_analyzer.py --help
python3 financial-analyst/scripts/forecast_builder.py --help
Rules
- Load only the specific skill SKILL.md you need
- Always validate financial outputs against source data
> related_skills --same-repo
> soc2-compliance
Use when the user asks to prepare for SOC 2 audits, map Trust Service Criteria, build control matrices, collect audit evidence, perform gap analysis, or assess SOC 2 Type I vs Type II readiness.
> focused-fix
Use when the user asks to fix, debug, or make a specific feature/module/area work end-to-end. Triggers: 'make X work', 'fix the Y feature', 'the Z module is broken', 'focus on [area]'. Not for quick single-bug fixes — this is for systematic deep-dive repair across all files and dependencies.
> browser-automation
Use when the user asks to automate browser tasks, scrape websites, fill forms, capture screenshots, extract structured data from web pages, or build web automation workflows. NOT for testing — use playwright-pro for that.
> sql-database-assistant
../../../engineering/sql-database-assistant/SKILL.md