Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

intrinsic-valuation-dcf内在估值 DCF

Agent Skill

intrinsic-valuation-dcf 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

269

周安装

11

GitHub Stars

85

下载量

86
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:intrinsic-valuation-dcf(内在估值 DCF)
来源仓库:https://github.com/lyndonkl/claude
仓库路径:skills/intrinsic-valuation-dcf
安装命令:
npx skills add https://github.com/lyndonkl/claude --skill intrinsic-valuation-dcf
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lyndonkl/claude --skill intrinsic-valuation-dcf

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 可在 Codex、Claude、Cursor 等宿主环境中调用。
  • 通过 GitHub 安装,具体用法请参考原始 README。
  • 安装前建议确认权限范围和维护状态,避免触发不必要操作。

SKILL.md

Intrinsic Valuation (DCF)

Table of Contents

Example

Scenario: Two-stage FCFF model for a mature growth company

Inputs:

  • Base year EBIT: $500M, Tax rate: 25%, CapEx: $200M, Depreciation: $150M, WC change: $20M
  • High-growth period: 5 years, revenue growth 12%, reinvestment rate 50%, WACC 9%
  • Stable period: perpetual growth 3%, reinvestment rate 30%, WACC 8.5%

Step-by-step:

  1. Base year after-tax operating income: $500M x (1 - 0.25) = $375M
  2. Base year FCFF: $375M - ($200M - $150M) - $20M = $305M
  3. Year-by-year projections (high-growth, 12% growth, 50% reinvestment):
YearAfter-tax EBITReinvestmentFCFFPV Factor (9%)PV of FCFF
1$420.0M$210.0M$210.0M0.9174$192.7M
2$470.4M$235.2M$235.2M0.8417$198.0M
3$526.8M$263.4M$263.4M0.7722$203.4M
4$590.1M$295.0M$295.0M0.7084$208.9M
5$660.9M$330.4M$330.4M0.6499$214.8M
  1. Terminal value (end of year 5):

- Stable FCFF = $660.9M x (1.03) x (1 - 0.30) = $476.5M - Terminal value = $476.5M / (0.085 - 0.03) = $8,663M - PV of terminal value = $8,663M x 0.6499 = $5,631M

  1. Firm value = $1,017.8M + $5,631M = $6,649M
  2. Equity bridge:

- Firm value: $6,649M - Minus debt: -$2,000M - Plus cash: +$500M - Minus employee options: -$200M - Equity value: $4,949M - Per share (100M shares): $49.49

  1. Sensitivity grid (per-share value):
WACC \ Growth2.0%2.5%3.0%3.5%4.0%
7.5%$62$68$76$86$99
8.0%$53$57$62$69$78
8.5%$45$48$52$57$63
9.0%$39$41$44$48$52
9.5%$34$36$38$41$44

Workflow

Copy this checklist and track your progress:

DCF Valuation Progress:
- [ ] Step 1: Select DCF model variant
- [ ] Step 2: Establish base year cash flows
- [ ] Step 3: Estimate growth rate and high-growth period length
- [ ] Step 4: Project year-by-year cash flows
- [ ] Step 5: Compute terminal value
- [ ] Step 6: Discount, bridge to equity, compute per-share value
- [ ] Step 7: Build sensitivity analysis

Step 1: Select DCF model variant

Choose the model that matches the company and context. See resources/methodology.md for the full decision tree.

Quick selection guide:

  • FCFF: Default for most companies. Values the entire firm, discounts at WACC, subtracts debt for equity. Use when capital structure is expected to change or when the company has significant debt.
  • FCFE: Values equity directly, discounts at cost of equity. Use when capital structure is stable and debt ratio is predictable.
  • DDM: Values equity via dividends, discounts at cost of equity. Use for mature, stable dividend-paying companies (utilities, REITs, mature banks).

Step 2: Establish base year cash flows

Start from cleaned financials (ideally from financial-statement-analyzer output). See resources/template.md for the base year input template.

For FCFF:

  • After-tax operating income = EBIT x (1 - tax rate)
  • FCFF = After-tax EBIT - (CapEx - Depreciation) - Change in non-cash working capital

For FCFE:

  • FCFE = Net Income - (CapEx - Depreciation) - Change in WC + (New debt issued - Debt repaid)

For DDM:

  • Current dividends per share, payout ratio, earnings per share

Step 3: Estimate growth rate and high-growth period length

See resources/methodology.md for growth estimation methods.

Three approaches to estimating growth:

  • Fundamental: g = Reinvestment rate x Return on capital (for FCFF) or g = Retention ratio x ROE (for FCFE/DDM)
  • Historical: Extrapolate recent growth with judgment about sustainability
  • Analyst consensus: Use as cross-check, not primary source

High-growth period length depends on competitive advantage magnitude and sustainability (typically 5-10 years).

Step 4: Project year-by-year cash flows

Build the projection table for each year of the high-growth period. See resources/template.md for the projection template.

For each year, compute:

  • Revenue (or operating income) based on growth rate
  • Reinvestment (based on reinvestment rate or sales-to-capital ratio)
  • Free cash flow = Income after tax - Reinvestment
  • Present value factor = 1 / (1 + discount rate)^year
  • Present value of cash flow

Step 5: Compute terminal value

See resources/methodology.md for terminal value approaches and constraints.

Growing perpetuity (preferred):

  • Terminal value = CF in year n+1 / (discount rate - stable growth rate)
  • Stable growth rate should not exceed the risk-free rate or nominal GDP growth
  • Reinvestment rate in stable period: g / ROC (so growth is consistent with reinvestment)
  • Cost of capital should converge toward mature company levels

Exit multiple cross-check (secondary):

  • Apply industry EV/EBITDA or PE multiple to terminal year financials
  • Compare to perpetuity-based terminal value for reasonableness

Step 6: Discount, bridge to equity, compute per-share value

See resources/template.md for the equity bridge template.

  1. Sum PV of high-growth cash flows + PV of terminal value = Operating asset value
  2. Add: Value of cash and non-operating assets
  3. Subtract: Market value of debt (all debt included in WACC calculation)
  4. Subtract: Value of employee stock options (use treasury stock method or Black-Scholes)
  5. Subtract: Minority interests (at market value if available)
  6. Divide by diluted share count = Per-share intrinsic value

Step 7: Build sensitivity analysis

See resources/template.md for the sensitivity grid template.

At minimum, vary:

  • Stable growth rate (rows)
  • Discount rate / WACC (columns)

Additional sensitivity dimensions to consider:

  • Revenue growth rate in high-growth period
  • Target operating margin
  • Length of high-growth period
  • Reinvestment rate

Validate using resources/evaluators/rubric_intrinsic_valuation_dcf.json. Minimum standard: Average score of 3.5 or higher.

Common Patterns

Pattern 1: FCFF Two-Stage (Most Common)

  • When: Company with identifiable high-growth period followed by stable growth. Changing or uncertain capital structure. Most non-financial companies.
  • Structure: Project FCFF for 5-10 years at above-normal growth, then terminal value at stable growth. Discount at WACC.
  • Equity bridge: Firm value - Debt + Cash - Options = Equity value
  • Key risk: Terminal value dominance. If terminal value exceeds 85% of total value, consider whether the high-growth period is too short or growth too low.

Pattern 2: FCFE Two-Stage

  • When: Stable, predictable capital structure. Company manages to a target debt ratio. Financial services firms where FCFF is not meaningful.
  • Structure: Project FCFE for high-growth period, then terminal value. Discount at cost of equity.
  • Equity bridge: Not needed -- result is equity value directly. Subtract option value, divide by shares.
  • Key risk: Debt ratio assumption. If actual debt policy deviates from assumption, value will be wrong.

Pattern 3: Dividend Discount Model (DDM)

  • When: Mature, stable companies with long dividend track records. Utilities, REITs, mature banks, consumer staples.
  • Structure: Project dividends per share, discount at cost of equity. Terminal value uses stable dividend growth.
  • Equity bridge: Not needed -- result is per-share equity value.
  • Key risk: Dividends may not reflect capacity to pay. If payout ratio is very low, DDM underestimates value. Consider augmented DDM (dividends + buybacks).

Pattern 4: Three-Stage Model

  • When: Companies with long growth runways needing a transition period (young growth transitioning through mature growth to stable).
  • Structure: Stage 1 (high growth, 5 years), Stage 2 (transition, growth declining linearly, 5 years), Stage 3 (stable perpetuity).
  • Key risk: More parameters to estimate. Transition assumptions (how fast growth declines, when margins stabilize) add uncertainty.

Guardrails

  1. Discounting consistency: Match cash flows to discount rates. FCFF at WACC, FCFE at cost of equity, dividends at cost of equity. Mixing them produces meaningless numbers.
  2. Stable growth rate ceiling: The stable growth rate should not exceed the risk-free rate (for real cash flows) or nominal GDP growth (for nominal cash flows). A company cannot grow faster than the economy in perpetuity.
  3. Terminal value proportion: Terminal value typically represents 50-80% of total value for growth firms. Flag if it exceeds 90% -- this may indicate that the high-growth assumptions are too conservative or the growth period too short.
  4. Reinvestment-growth consistency: In the stable period, reinvestment rate should equal g / ROC. If stable growth is 3% and ROC is 10%, reinvestment rate should be 30%. Disconnect between growth and reinvestment implies value creation from thin air.
  5. Equity bridge completeness: When using FCFF, bridge from firm value to equity by subtracting the market value of debt that was included in the cost of capital, adding cash and non-operating assets, and subtracting employee option value and minority interests.
  6. Diluted share count: Use the diluted share count (treasury stock method for in-the-money options) rather than basic shares outstanding. For companies with large option grants, the difference is material.
  7. Cost of capital convergence: In the stable period, beta should converge toward 1.0, debt ratio toward industry average, and WACC toward the weighted average of the market. A company cannot maintain an extremely high or low cost of capital in perpetuity.
  8. Sensitivity analysis breadth: Vary at least the growth rate and discount rate. The interaction between these two drivers accounts for most of the valuation range. Report the value as a range, not a point estimate.

Common pitfalls:

  • Projecting high growth for too long (10+ years is rare outside pharmaceutical or platform businesses)
  • Using book value of debt instead of market value in the equity bridge
  • Forgetting to subtract employee stock option value (material for tech companies)
  • Double-counting growth: applying a high growth rate to income that already reflects growth spending
  • Assuming current margins are sustainable without checking industry convergence
  • Using the same WACC for both the high-growth and stable periods when capital structure is expected to change

Quick Reference

Key formulas:

FCFF = After-tax EBIT - (CapEx - Depreciation) - Change in Non-cash WC
     = After-tax EBIT x (1 - Reinvestment Rate)

FCFE = Net Income - (CapEx - Depreciation) - Change in WC + Net Debt Issued
     = Net Income x (1 - Equity Reinvestment Rate)

DDM = Dividends per Share (growing at g, discounted at ke)

Terminal Value (perpetuity) = CF(n+1) / (r - g_stable)

Growth (fundamental):
  g_operating_income = Reinvestment Rate x Return on Capital
  g_net_income = Retention Ratio x Return on Equity

Reinvestment Rate = (CapEx - Depreciation + Change in WC) / After-tax EBIT

Equity Bridge:
  Equity Value = Firm Value - Debt + Cash - Options - Minority Interests
  Per Share = Equity Value / Diluted Shares

Model selection quick guide:

SituationModelDiscount RateResult
Most companies, changing capital structureFCFFWACCFirm value (bridge to equity)
Stable capital structure, predictable debtFCFECost of equityEquity value
Mature dividend payersDDMCost of equityEquity value per share
Financial servicesFCFE or DDMCost of equityEquity value
Long growth runway, transition neededThree-stageWACC or keDepends on variant

Key resources:

Inputs required:

  • Current after-tax operating income (FCFF) or net income (FCFE/DDM)
  • Current CapEx, depreciation, and working capital change
  • Revenue growth rate for high-growth period
  • Target operating margin and reinvestment rate (or sales-to-capital ratio)
  • Length of high-growth period (years)
  • Stable growth rate
  • WACC and/or cost of equity (from cost-of-capital-estimator)
  • Current debt, cash, minority interests
  • Shares outstanding and employee options (number, strike, maturity)

Outputs produced:

  • dcf-valuation.md: Complete DCF model with year-by-year projections, terminal value, equity bridge, per-share value, sensitivity grid, value decomposition

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.46%
按下载量换算27

Claude

31.11%
按下载量换算27

Cursor

17.56%
按下载量换算15

Gemini CLI

10.19%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/lyndonkl/claude --skill intrinsic-valuation-dcf 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills