Data & Analysis ✓ Anthropic · Official financial-modelingthree-statement-modelexcelopenpyxlfinancial-analysisscenario-analysismodel-validation

Three-Statement Model Builder

Populate and validate linked income statement, balance sheet, and cash flow models with formulas.

FollowSkills review · FSRS-2.0
Not recommended
55/ 100 5-point scale 2.8 / 5
Trust17 / 25 · 3.4/5

The skill explicitly favors formulas, staged user confirmation, and restricts hardcoded values to historicals and assumptions, reducing accidental overwrites; it lacks sensitive-financial-data handling, permission isolation, rollback, external data-flow disclosure, and delivery recovery procedures, so points were deducted.

Reliability8 / 20 · 2.0/5

It documents Office JS and openpyxl paths, formula checks, common spreadsheet errors, and cross-statement validation, making the happy path fairly clear; however, recalc.py is not supplied, no reproducible tests or key-path execution evidence are present, and retained-earnings treatment of SBC is inconsistent across sections, so points were deducted.

Adaptability10 / 15 · 3.3/5

Triggers, intended modeling tasks, Excel environments, and major workflow variants are reasonably clear; input/output contracts, Chinese-language support, mainland-China reachability, and non-fit boundaries are not sufficiently specified, and the workflow depends on Excel/Python capabilities, so points were deducted.

Convention9 / 15 · 3.0/5

The documentation is layered and includes formatting, formula, and SEC-reference material; the repository supplies Apache-2.0 licensing, contribution guidance, official provenance, and CI validation context. The skill itself lacks versioning, changelog, named maintenance ownership, installation/dependency notes, and FAQs, and referenced-file availability is not established inside the skill, so points were deducted.

Effectiveness7 / 15 · 2.3/5

The stated goal is to populate and integrate three financial statements, with formulas, formatting, scenario analysis, and audit checks that cover the core task on static inspection; no representative artifact, execution result, or comparative-benefit evidence is provided, and human review remains necessary, so the static ceiling applies.

Verifiability4 / 10 · 2.0/5

Formula references, check definitions, and repository CI provide some auditability, along with source and license context; however, CI validates plugin structure rather than this skill's modeling paths, and there is no committed test suite or third-party execution evidence, so points were deducted.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 4aa51ed3d379
Before you use it
  • Office JS, openpyxl, and recalculation were not executed; validate formulas, recalculation, and all cross-statement checks on a copy before delivery.
  • Retained-earnings treatment of SBC is inconsistent across the documents; establish the accounting convention and reconcile the formulas.
  • The workflow handles financial data and may use SEC data, but does not define redaction, access control, source logging, or network-failure handling.
  • No explicit rollback or versioned-delivery procedure is provided; preserve the original template and log formula changes.
Review evidence [1][2][3][4][5][6][7][8][9]
See the full review method →

What it does & when to use it

This skill completes existing three-statement financial model templates covering the income statement, balance sheet, and cash flow statement. It requires historical actuals and assumption drivers to be hardcoded while projections, roll-forwards, subtotals, and cross-statement links use Excel formulas. The guidance covers template mapping, forecasting, scenario analysis, margins, credit metrics, and balance, cash, and linkage checks. It is a fit for analysts working inside an existing Excel framework, but the source provides no test suite or concrete template example.

It instructs the agent to inspect workbook tabs, sections, periods, units, input cells, formulas, named ranges, and dependencies before entering data. Depending on the environment, it uses Office JS to write formulas inside Excel or Python/openpyxl to create a standalone .xlsx file, with recalc.py run before delivery in the latter workflow. It builds or preserves forecast and roll-forward relationships for revenue, expenses, profitability, balance-sheet items, cash flow, working capital, debt, taxes, and equity, and adds margin or credit analysis only when requested or required by the template. It also requires staged review of historicals, the projected income statement, the balance sheet, and the cash flow statement, with checks for balance-sheet balance, cash tie-out, net-income linkage, retained earnings, and scenario hierarchy.

  1. An investment-banking analyst needs to fill historicals and forecast formulas into a client-provided three-statement Excel template.
  2. A financial modeler inherits a partially populated income statement, balance sheet, and cash flow framework and needs to restore integrated links.
  3. A private-equity or corporate-finance team needs Base, Upside, and Downside scenarios and wants to verify that each scenario balances.
  4. A research analyst needs to populate a three-statement template from SEC filings when the template specifically requires 10-K or 10-Q data extraction.
  5. A model reviewer needs to test balance-sheet balance, cash consistency, net-income links, and hardcode-free projection formulas.

Pros & cons

Pros
  • Explicitly enforces formulas for projections, roll-forwards, subtotals, and cross-statement links instead of precomputed hardcodes.
  • Covers template mapping, three-statement integration, scenarios, credit metrics, and extensive audit checks.
  • Provides separate operating principles for Office JS and Python/openpyxl workflows.
  • Uses staged confirmation and statement-by-statement validation to catch errors before final delivery.
Limitations
  • It is primarily a procedural modeling guide; the source includes no runnable implementation, concrete template, or test results.
  • The standalone .xlsx workflow depends on Python, openpyxl, and recalc.py, which is not described in detail in the supplied material.
  • Margins and credit analysis are conditional features and should be skipped unless requested or required by the template.
  • The user still has to determine the appropriate data sources, accounting conventions, and line-item mapping for the supplied template.

How to install

The skill is stored at plugins/agent-plugins/model-builder/skills/3-statement-model/ and is bundled with the repository's Model Builder agent. To install the collection according to the README, run claude plugin marketplace add anthropics/financial-services, followed by claude plugin install financial-analysis@claude-for-financial-services. Alternatively, in Cowork open Settings → Plugins → Add plugin, paste https://github.com/anthropics/financial-services, and select the relevant agent or vertical plugin. The source does not document a command for installing this skill alone.

How to use

In a session where the skill is available, provide an existing three-statement Excel template and use a prompt such as: Populate this three-statement financial model template. First map the tabs and sections and ask for confirmation, then complete historicals, the income statement, balance sheet, and cash flow statement step by step. Use formulas for every projection cell. Follow the prescribed checkpoints: confirm the template map, historical block, projected income statement, balance-sheet checks, and cash-flow tie-out. Do not request an end-to-end completion that skips these reviews. For in-Excel operation, use Office JS; for a standalone .xlsx, use Python/openpyxl and run recalc.py.

FAQ

Does this skill automatically retrieve company financial data?
Not by default. It is designed primarily to populate an existing template. SEC 10-K or 10-Q extraction is addressed only when the template specifically requires it, using the repository's SEC-filings reference guidance.
Can it create a standalone Excel file?
The instructions support creating a standalone .xlsx with Python/openpyxl and running recalc.py before delivery, but the supplied source does not include a complete generation script or delivery example.
Why does it require confirmation after each statement?
The skill explicitly requires staged review after template mapping, historicals, the income statement, the balance sheet, and the cash flow statement so that period, linkage, balance, and cash errors can be caught early.
Is it intended for designing any financial model from scratch?
Its stated scope is completing and populating existing three-statement templates, especially partial frameworks. The source does not establish coverage for fully designing a model from scratch.

More skills from this repository

All from anthropics/financial-services

Data & Analysis ✓ Anthropic · Official

Spreadsheet Auditor

Checks spreadsheet formulas, errors, and financial-model integrity.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Complete existing three-statement templates with linked formulas, projections, scenarios, and audit checks.

Data & Analysis ✓ Anthropic · Official

Comparable Company Valuation

Build institutional-grade peer valuation analyses with operating metrics, trading multiples, and statistical benchmarks in spreadsheets.

Data & Analysis ✓ Anthropic · Official

Competitive Landscape Analyst

Turn competitive research into an approved, comparable market landscape deck.

Data & Analysis ✓ Anthropic · Official

Earnings Update Researcher

Turn quarterly results into an institutional-style update focused on beats, estimate changes, valuation, and thesis impact.

Data & Analysis ✓ Anthropic · Official

Sector Landscape Research

Structure industry dynamics, competition, valuation, and investment themes in one research workflow.

Productivity & Collaboration ✓ Anthropic · Official

PE Investment Committee Memo Writer

Turns diligence, financial analysis, and deal terms into a structured memo for private equity investment committee approval.

Data & Analysis ✓ Anthropic · Official

Excel Data Cleaning Assistant

Clean inconsistent spreadsheets before analysis.

Data & Analysis ✓ Anthropic · Official

Financial Deck Refresh

Update financial figures across an existing presentation while preserving its formatting and structure.

Writing & Content ✓ Anthropic · Official

IC Memo Drafting

Turns diligence and financial inputs into a structured IC memo.

Data & Analysis ✓ Anthropic · Official

Financial Model Auditor

Find spreadsheet formula errors and test financial-model integrity before review.

Automation & Ops ✓ Anthropic · Official

Reconciliation Break Tracer

Trace ledger breaks to source entries and state the operational root cause.

Automation & Ops ✓ Anthropic · Official

KYC Intake Parser

Turn onboarding packets into structured KYC data ready for screening.

Data & Analysis ✓ Anthropic · Official

Audit XLS: Spreadsheet Model Review

Systematically checks spreadsheet formulas, errors, and financial-model integrity issues.

Data & Analysis ✓ Anthropic · Official

General Ledger Roll-Forward

Connects a balance-sheet account’s opening balance to its period-end GL balance for close packages and audit support.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with validated data from Excel, CSV, and other source files.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Filler

Complete and validate integrated three-statement templates with formulas, linkages, and audit checks.

Data & Analysis ✓ Anthropic · Official

Financial Model Audit

Systematically checks spreadsheet formulas and model integrity.

Data & Analysis ✓ Anthropic · Official

GL–Subledger Reconciliation

Reconcile general ledger and subledger data, expose breaks, and suggest likely causes for investigation.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with verified data from Excel, CSV, and other source files.

Related skills