Claude-skill-registry excel-dcf-modeler

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/excel-dcf-modeler" ~/.claude/skills/majiayu000-claude-skill-registry-excel-dcf-modeler && rm -rf "$T"
manifest: skills/data/excel-dcf-modeler/SKILL.md
source content

Excel DCF Modeler

Overview

Creates professional DCF valuation models following investment banking standards with WACC calculations and sensitivity analysis.

Prerequisites

  • Excel or compatible spreadsheet software
  • Historical financial data for target company
  • Industry comparables for WACC estimation

Instructions

  1. Create assumptions sheet with revenue growth, margins, WACC, and terminal growth rate
  2. Build free cash flow projections (5-year forecast)
  3. Calculate terminal value using Gordon Growth Model
  4. Discount cash flows and terminal value to present value
  5. Sum to get enterprise value, subtract net debt for equity value
  6. Add sensitivity tables for key assumptions

Output

  • Complete 4-sheet DCF model with assumptions, projections, valuation, and sensitivity
  • Enterprise value and equity value per share
  • Sensitivity analysis on WACC and terminal growth rate

Error Handling

ErrorCauseSolution
#DIV/0! in terminal valueWACC equals terminal growthTerminal growth must be less than WACC
Negative FCFHigh CapEx or WC needsReview assumptions, may need different model
Unrealistic EVExtreme growth assumptionsBenchmark against industry comparables

Examples

Example: Value a SaaS Company Request: "Create a DCF model for a $50M ARR SaaS company growing 30%" Result: 4-sheet model with 5-year projections, 12% WACC, 3% terminal growth, sensitivity tables

Example: M&A Valuation Request: "DCF analysis for acquisition target" Result: Model with synergy adjustments, scenario analysis, and per-share valuation

Resources