Context, prompts, and sanity checks for editing Hemrock financial models. Covers the Standard Financial Model, Cap Table, Venture Fund Model (flagship + Quarterly Forecast), Fund Economics Tool, Venture Valuation, SaaS, Ecommerce, Unit Economics, and Runway. Point the AI at the template the user is editing; the skill supplies the sheet structure, task-specific prompts, and validation checks so edits match what the spreadsheet actually computes.
This repository is the canonical source for the Hemrock Agent Skill — a drop-in package of financial-modeling context, prompts, and sanity checks for Claude.
Canonical source: this repository is generated from the Hemrock content site. Don't edit files directly — edit the prompt library upstream and re-publish.
- Clone this repo anywhere:
git clone https://github.com/tdavidson/skill-hemrock.git ~/claude-skills/hemrock - Open Claude.ai → Projects → create or open a project.
- Add every file under the
hemrock/directory to the project's knowledge. - Tell Claude which Hemrock model you're editing (e.g.
I'm working on the cap_table template) and it loads the matching primer automatically.
Reference this directory by path as a skill source per your client's docs.
cd ~/claude-skills/hemrock
git pullSKILL.md— entry-point manifest + instructionstemplates/— per-model primers (sheet maps, conventions, warnings)prompts/— task-specific prompts per modelchecks/— sanity-check prompts per model + universal checksbest_practices/— cross-template guidance by topic
standard— Standard Financial Modelcap_table— Cap Table & Exit Waterfall Toolventure_fund— Venture Capital Model (flagship)runway— Runway & Cash Budgetsaas— SaaS Forecasting Toolecommerce— Ecommerce Forecasting Toolunit_economics— Unit Economics Toolfund_economics— Fund Economics Toolfund_economics_tool_web— Venture Capital Model — Web (Fund Economics Tool — Web)venture_valuation— Venture Valuation Toolventure_fund_quarterly— Venture Capital Model — Quarterly Forecast
If you want always-fresh content without cloning, the same data is exposed over MCP at mcp.hemrock.com/mcp. Skills and MCP can be used together — see hemrock.com/mcp and hemrock.com/skill.
MIT — use freely.