excel-author

Build auditable Excel workbooks with openpyxl using formula-first conventions.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill excel-author-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-author
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/optional-skills/finance/excel-author
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill excel-author-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It turns spreadsheet modeling from a fragile, copy-paste exercise into a reproducible process that produces auditable Excel workbooks with clear input/output separation.

Core Features & Use Cases

  • Auditable formatting conventions: Uses blue fonts for human-entered inputs, black for formulas, and green for links to external or other-sheet values.
  • Formula-first modeling rules: Ensures derived cells are written as Excel formulas rather than precomputed Python values, reducing silent errors.
  • Named ranges and built-in verification: Supports named ranges for cross-sheet references and adds a Checks tab with TRUE/FALSE balance and reconciliation assertions.
  • Sensitivity tables and recalc support: Generates sensitivity tables with a base-case center-cell sanity check, and can optionally recalculate formulas headlessly via LibreOffice for downstream validation.
  • Use case: Produce a DCF or full 3-statement style financial model output where reviewers can quickly audit assumptions, verify balances, and test sensitivities.

Quick Start

Ask: Generate an auditable .xlsx financial model using openpyxl with the excel-author conventions and write it to ./out as a single workbook.

Frequently Asked Questions about excel-author

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an auditable Excel financial model using openpyxl?

To build an auditable Excel financial model with openpyxl, use formula-first conventions that separate inputs from formulas, apply blue/black/green cell formatting rules, and add named ranges with balance-check assertions to ensure reviewer transparency.

How does formula-first Excel modeling reduce silent calculation errors?

Formula-first Excel modeling reduces silent errors by writing derived cells as live Excel formulas rather than precomputed Python values, allowing reviewers to trace calculations directly within the generated workbook instead of relying on hidden backend scripts.

Can I generate sensitivity tables and recalculate formulas headlessly in LibreOffice?

Yes, you can generate sensitivity tables with a base-case center-cell sanity check and optionally recalculate Excel formulas headlessly via LibreOffice to validate the formula-first outputs downstream before sharing the final workbook.

What are the Excel formatting conventions for auditable financial modeling?

Auditable financial modeling conventions use blue fonts for human-entered inputs, black for formulas, and green for links to external or other-sheet values, ensuring clear input and output separation for reviewers.

Does this approach support DCF and 3-statement financial models with cross-sheet references?

Yes, this approach supports DCF and 3-statement financial models by using named ranges for cross-sheet references and adding a Checks tab with TRUE/FALSE balance and reconciliation assertions to verify model integrity.

What is the output file path and format for generated Excel workbooks?

The generated Excel workbook is written as a single .xlsx file to the ./out/<name>.xlsx directory, ensuring a reproducible output location for every financial modeling workflow.