financeskills
Finance Skills for AI Agents
A comprehensive collection of AI agent skills for financial professionals, accountants, and finance teams. Built for technical finance professionals who want AI coding agents to help with financial analysis, auditing, compliance, reporting, and financial engineering. Works with Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that supports the Agent Skills spec.
Built by Ayotunde Oso (aka GAJETOso) for accountants in oil & gas, banking, insurance, and corporate finance. Need specific help? Open an issue — this is a community-driven resource.
Contributions welcome! Found a way to improve a skill or have a new one to add? Open a PR.
Run into a problem or have a question? Open an issue — we're happy to help.
What are Skills?
Skills are markdown files that give AI agents specialized knowledge and workflows for specific financial tasks. When you add these to your project, your agent can recognize when you're working on a financial task and apply the right accounting standards, compliance frameworks, and best practices.
Related MCP server: Snowdrop MCP
How Skills Work Together
Skills reference each other and build on shared financial context. Most skills check for foundational knowledge (accounting standards, regulatory requirements) before executing specialized tasks.
┌──────────────────────────────────────┐
│ Compliance & Standards │
│ (IFRS, GAAP, Local Regulations) │
└──────────────┬───────────────────────┘
│
┌──────────────┬────────────┬──────────┼──────────┬──────────────┬──────────────┐
▼ ▼ ▼ ▼ ▼ ▼ ▼
┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────┐ ┌──────────┐ ┌─────────────┐ ┌───────────┐
│ Financial│ │ Audit & │ │ Tax & │ │ Risk │ │Corporate │ │ Industry │ │ Advanced │
│ Analysis │ │Compliance│ │Regulatory│ │ │ │ Finance │ │ Specific │ │ Analytics │
├──────────┤ ├──────────┤ ├──────────┤ ├──────┤ ├──────────┤ ├─────────────┤ ├───────────┤
│fin-anlys │ │audit-chk │ │tax-plan │ │risk │ │corp-cons │ │oil-gas-val │ │ai-anomaly │
│budget-fc │ │forensic │ │revenue- │ │treasury││lbo-model │ │insurance-res│ │nlp-sent │
│statement │ │auto-recon│ │ recog │ │ │ │startup- │ │banking-comp │ │predictive │
│ -prep │ │ │ │ │ │ │ │ valuation│ │crypto-acct │ │ │
│invest- │ │ │ │ │ │ │ │debt-restr│ │variance-ana │ │ │
│ analysis │ │ │ │ │ │ │ │wacc-comp │ │product-prof │ │ │
│ │ │ │ │ │ │ │ │ecl-comp │ │earned-value │ │ │
│ │ │ │ │ │ │ │ │aro-comp │ │ │ │ │
│ │ │ │ │ │ │ │ │esg-report│ │ │ │ │
└────┬─────┘ └────┬─────┘ └────┬─────┘ └──┬───┘└────┬─────┘ └──────┬──────┘ └─────┬─────┘
│ │ │ │ │ │ │
└────────────┴─────┬──────┴───────────┴─────────┴──────────────┴──────────────┘
│
Skills cross-reference:
financial-analysis ↔ budget-forecast ↔ risk-assessment
audit-checklist ↔ forensic-accounting ↔ ai-anomaly-detection
statement-preparation ↔ corporate-consolidation ↔ revenue-recognition
oil-gas-valuation ↔ aro-computation ↔ ecl-computationAvailable Skills
Financial Analysis & Reporting
Skill | Description |
Comprehensive financial statement analysis using ratio analysis, trend analysis, and performance metrics... | |
Build budgets, forecasts, and variance analysis models with rolling forecasts and scenario planning... | |
Prepare financial statements (Income Statement, Balance Sheet, Cash Flow) following IFRS/GAAP standards... | |
Evaluate investment opportunities using NPV, IRR, payback period, and sensitivity analysis... | |
Analyze product-line profitability, contribution margins, and cost allocation for decision-making... |
Audit & Compliance
Skill | Description |
Generate comprehensive audit checklists, working papers, and test procedures for internal/external audits... | |
Detect fraud, analyze suspicious transactions, and conduct forensic investigations with data analytics... | |
Automate bank reconciliations, intercompany eliminations, and account reconciliations at scale... | |
Use machine learning to detect unusual transactions, outliers, and potential fraud in financial data... |
Tax & Regulatory
Skill | Description |
Optimize tax positions, plan tax strategies, and ensure compliance with local tax regulations... | |
Apply IFRS 15 / ASC 606 revenue recognition standards for contracts and performance obligations... | |
Prepare ESG (Environmental, Social, Governance) reports and sustainability disclosures... | |
Navigate Basel III, capital adequacy requirements, and banking regulatory compliance frameworks... |
Risk & Treasury
Skill | Description |
Identify, quantify, and manage financial risks including credit, market, operational, and liquidity risks... | |
Optimize cash management, working capital, liquidity forecasting, and funding strategies... | |
Calculate Expected Credit Loss (ECL) under IFRS 9 for financial instruments and loan portfolios... |
Corporate Finance
Skill | Description |
Prepare consolidated financial statements for group entities with elimination entries... | |
Build leveraged buyout (LBO) models with sources & uses, debt schedules, and returns analysis... | |
Value early-stage companies using DCF, comparables, venture capital method, and scorecard approaches... | |
Analyze debt restructuring scenarios, workout agreements, and distressed company turnarounds... | |
Calculate Weighted Average Cost of Capital (WACC) for valuation and capital budgeting decisions... | |
Analyze venture debt facilities, warrants, and alternative financing structures for startups... | |
Compute Asset Retirement Obligations (ARO) for decommissioning and environmental liabilities... |
Industry-Specific
Skill | Description |
Value oil & gas reserves using NPV of future cash flows, reserve-based lending, and production forecasts... | |
Calculate insurance loss reserves, IBNR (Incurred But Not Reported), and actuarial estimates... | |
Account for cryptocurrency transactions, digital assets, NFTs, and DeFi protocols under emerging standards... | |
Analyze manufacturing cost variances (material, labor, overhead) for production cost control... | |
Track project financial performance using Earned Value Management (EVM) metrics and variance analysis... |
Advanced Analytics
Skill | Description |
Extract sentiment and key insights from earnings calls, annual reports, and financial disclosures using NLP... | |
Forecast cash burn rates, runway, and funding requirements for startups and high-growth companies... |
Installation
Option 1: CLI Install (Recommended)
Use npx skills to install skills directly:
# Install all skills
npx skills add GAJETOso/financeskills
# Install specific skills
npx skills add GAJETOso/financeskills --skill financial-analysis audit-checklist
# List available skills
npx skills add GAJETOso/financeskills --listThis automatically installs to your .agents/skills/ directory (and symlinks into .claude/skills/ for Claude Code compatibility).
Option 2: Claude Code Plugin
Install via Claude Code's built-in plugin system:
# Add the marketplace
/plugin marketplace add GAJETOso/financeskills
# Install all finance skills
/plugin install finance-skillsOption 3: Clone and Copy
Clone the entire repo and copy the skills folder:
git clone https://github.com/GAJETOso/financeskills.git
cp -r financeskills/skills/* .agents/skills/Option 4: Git Submodule
Add as a submodule for easy updates:
git submodule add https://github.com/GAJETOso/financeskills.git .agents/financeskillsThen reference skills from .agents/financeskills/skills/.
Option 5: Fork and Customize
Fork this repository
Customize skills for your specific industry/regulatory needs
Clone your fork into your projects
Option 6: SkillKit (Multi-Agent)
Use SkillKit to install skills across multiple AI agents (Claude Code, Cursor, Copilot, etc.):
# Install all skills
npx skillkit install GAJETOso/financeskills
# Install specific skills
npx skillkit install GAJETOso/financeskills --skill financial-analysis audit-checklist
# List available skills
npx skillkit install GAJETOso/financeskills --listUsage
Once installed, just ask your agent to help with financial tasks:
"Analyze these financial statements and calculate key ratios"
→ Uses financial-analysis skill
"Prepare IFRS 15 revenue recognition journal entries for this contract"
→ Uses revenue-recognition skill
"Build a 5-year DCF model for this company"
→ Uses investment-analysis skill
"Calculate Expected Credit Loss for this loan portfolio"
→ Uses ecl-computation skill
"Prepare consolidated financial statements for our group"
→ Uses corporate-consolidation skillYou can also invoke skills directly:
/financial-analysis
/audit-checklist
/tax-planningSkill Categories
📊 Financial Analysis & Reporting
financial-analysis- Ratio analysis, trend analysis, performance metricsbudget-forecast- Budgeting, forecasting, variance analysisstatement-preparation- Income Statement, Balance Sheet, Cash Flowinvestment-analysis- NPV, IRR, investment evaluationproduct-profitability- Product-line profitability analysis
🔍 Audit & Compliance
audit-checklist- Audit procedures and working papersforensic-accounting- Fraud detection and investigationautomated-reconciliation- Account reconciliation automationai-anomaly-detection- ML-based anomaly detection
📋 Tax & Regulatory
tax-planning- Tax optimization and compliancerevenue-recognition- IFRS 15 / ASC 606 complianceesg-reporting- Sustainability and ESG disclosuresbanking-compliance- Basel III and banking regulations
⚠️ Risk & Treasury
risk-assessment- Financial risk identification and managementtreasury-management- Cash and liquidity managementecl-computation- IFRS 9 Expected Credit Loss
🏢 Corporate Finance
corporate-consolidation- Group consolidationlbo-modeling- Leveraged buyout modelsstartup-valuation- Early-stage company valuationdebt-restructuring- Workout and restructuring analysiswacc-computation- Cost of capital calculationsventure-debt- Alternative financing structuresaro-computation- Asset retirement obligations
🏭 Industry-Specific
oil-gas-valuation- Reserve valuation for energy sectorinsurance-reserving- Insurance loss reserves and IBNRcrypto-accounting- Digital asset accountingvariance-analysis- Manufacturing cost variance analysisearned-value-mgmt- Project financial performance tracking
🤖 Advanced Analytics
nlp-earnings-sentiment- NLP for financial documentspredictive-burn-rate- Cash runway forecasting
Compliance & Regulatory Support
This repository includes dedicated compliance mapping for:
IFRS Standards - International Financial Reporting Standards
US GAAP - Generally Accepted Accounting Principles
African Frameworks - Local regulatory requirements (Nigeria, South Africa, Kenya, Ghana)
Industry Regulations - Banking (Basel III), Insurance (IFRS 17), Oil & Gas (IFRS 6)
See Regulatory Compliance Mapping for detailed standard-to-skill mappings.
Learning Path
🚀 Phase 1: Foundations
Get comfortable with the technical basics:
Python: Master Pandas, NumPy, and OpenPyXL for data manipulation
APIs: Connect to financial data sources (Yahoo Finance, Bloomberg, Alpha Vantage)
Git: Version control for financial models and collaboration
📚 Resources in /foundations
🚀 Phase 2: AI Usage
Learn to work effectively with AI agents:
Prompt Engineering: Craft precise instructions for complex financial reasoning
AI Tools: Leverage ChatGPT, Claude, GitHub Copilot, and Cursor for development
📚 Resources in /ai-usage
🚀 Phase 3: Skill Building
Apply specialized financial skills:
Start with foundational skills (financial-analysis, budget-forecast)
Progress to compliance skills (audit-checklist, revenue-recognition)
Master advanced topics (corporate-consolidation, predictive analytics)
📚 All skills available in /skills
🚀 Phase 4: Real Projects
Build end-to-end financial systems:
AI-powered Finance Assistant: Natural language interface for financial queries
Automated Reporting Tool: Dynamic generation of financial statements
Smart Audit System: AI-driven anomaly detection in transaction logs
📚 Project templates in /projects
Repository Structure
financeskills/
├── foundations/ # Phase 1: Python, APIs, Git basics
├── ai-usage/ # Phase 2: Prompt engineering guides
├── skills/ # Phase 3: Modular skill definitions
│ ├── financial-analysis/
│ │ ├── SKILL.md # Skill instructions
│ │ ├── evals/ # Test cases
│ │ └── references/ # Accounting standards
│ ├── audit-checklist/
│ ├── tax-planning/
│ └── [40+ other skills]/
├── compliance/ # Regulatory mapping (IFRS, GAAP, local)
├── projects/ # Phase 4: Full-scale applications
└── tools/ # Helper utilities and integrationsUse It From Any Agent
Skills (auto-trigger + explicit): SKILL.md follows the open Agent Skills
spec - works in Claude Code, Codex CLI, Gemini CLI, Copilot/VS Code, Cursor,
Windsurf, and any tool reading .agents/skills/. In Claude Code, invoke
explicitly with /skill-name.
Slash commands: commands/ ships 52 commands - one per skill (full
coverage of all 43) plus workflow commands (/reconcile, /wacc,
/close-the-books, ...) with argument handling.
MCP connector: stdio (tools/mcp/server.py) or hosted HTTP
(tools/mcp/http_server.py + Dockerfile, see tools/mcp/DEPLOY.md) exposing 155+ tools (every calculator
across 38 skills, plus skill/standards/template readers) to ANY MCP client -
zero dependencies, no network, no keys. Config snippets in tools/mcp/README.md.
Install as a CLI: pipx install git+https://github.com/GAJETOso/financeskills
gives financeskills-mcp, financeskills-mcp-http, financeskills-validate,
financeskills-evals.
Live data: tools/connectors/ pulls Stripe and Plaid transactions into
skill-ready CSVs (each has a --mock mode). See tools/connectors/README.md.
Eval scorecard: see tools/evals/BASELINE.md. All 43 skills have file-based
evals with realistic fixtures (CSV/XLSX) and code-verified expected values.
Provenance: MANIFEST.sha256 checksums all content; skill scripts are
stdlib-only with no network access (see SECURITY.md).
Quality Infrastructure
Every skill is validated and testable:
Validator -
python3 validate_skills.pyenforces the full Agent Skills spec (frontmatter, evals schema, dead links, line limits), runs every script's self-test, and checks marketplace manifests against the skills on disk. CI runs it on every push.Eval harness -
python3 tools/evals/run_evals.py --allfeeds each eval prompt (with its fixture files) to a model with the skill as system context and grades the assertions with an LLM judge.--dry-runvalidates schemas offline.Deterministic scripts - 38 of 43 skills ship a
scripts/calculate.pywith self-tested functions, so agents compute with code instead of mental math.Fixtures - flagship skills include realistic CSV fixtures (trial balances, lease portfolios, bank statements) with code-verified expected answers.
Templates - flagship skills ship output templates in
assets/for consistent memos and workpapers.
Contributing
Found a way to improve a skill? Have a new skill to suggest? PRs and issues welcome!
See CONTRIBUTING.md for guidelines on adding or improving skills.
Skill Improvement Ideas
Add more industry-specific skills (real estate, healthcare, manufacturing)
Expand compliance coverage (SOX, GDPR, local African regulations)
Create more advanced analytics skills (time series forecasting, Monte Carlo simulation)
Build integration skills (QuickBooks, Xero, SAP, Oracle)
For AI Agents
If you are an AI agent (Claude, Cursor, etc.), please refer to AGENTS.md for interaction guidelines and CLAUDE.md for project rules.
License
MIT - Use these however you want.
About the Author
Built by Ayotunde Oso (aka GAJETOso) — Accountant in the oil & gas industry (Nigeria), with experience across IFRS, corporate finance, audit, and financial systems. Currently building AI-powered finance tools for accounting professionals in emerging markets.
Connect: GitHub
Roadmap
✅ Completed
43 core financial skills
IFRS/GAAP compliance mapping
Industry-specific skills (oil & gas, banking, insurance)
AI agent integration (Claude Code, Cursor)
🚧 In Progress
Interactive skill tutorials with Python notebooks
Integration with accounting software APIs (QuickBooks, Xero)
Video walkthroughs for each skill
Mobile app for on-the-go financial analysis
🔮 Future
Community skill marketplace
Certification program for AI-powered accounting
Multi-language support (French, Portuguese for African markets)
Real-time collaboration features
Support
Having issues? Questions? Want to contribute?
📧 Issues: Open an issue
💬 Discussions: Start a discussion
🤝 Contributing: See CONTRIBUTING.md
🤖 For AI Agents
If you are an AI agent (Claude, Cursor, etc.), please refer to AGENTS.md for interaction guidelines and CLAUDE.md for project rules.
Built for accountants, by an accountant. Let's revolutionize financial analysis with AI.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GAJETOso/financeskills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server