NEW Browse AI tools across categories — updated daily. See what's new →
Official ★ Featured AI & ML

Creating Financial Models

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Version1.0.0
LicenseMIT
Token count~1,277
UpdatedMay 27, 2026

Install

Quick install

via npx skills · works with 57+ agents
npx skills add https://github.com/anthropics/claude-cookbooks/tree/main/skills/custom_skills
Or pick agent:
npx skills add anthropics/claude-cookbooks --skill creating-financial-models --agent claude-code
npx skills add anthropics/claude-cookbooks --skill creating-financial-models --agent cursor
npx skills add anthropics/claude-cookbooks --skill creating-financial-models --agent codex
npx skills add anthropics/claude-cookbooks --skill creating-financial-models --agent opencode
npx skills add anthropics/claude-cookbooks --skill creating-financial-models --agent github-copilot
npx skills add anthropics/claude-cookbooks --skill creating-financial-models --agent windsurf
More install options

Shorthand — useful for multi-skill repos:

npx skills add anthropics/claude-cookbooks --skill creating-financial-models

Manual — clone the repo and drop the folder into your agent's skills directory:

git clone https://github.com/anthropics/claude-cookbooks.git
cp -r claude-cookbooks/skills/custom_skills ~/.claude/skills/
How to use: Once installed, ask your agent to "use the creating-financial-models skill" or describe what you want (e.g. "This skill provides an advanced financial modeling suite with DCF analysis, sens"). Requires Node.js 18+.

Financial Modeling Suite

A comprehensive financial modeling toolkit for investment analysis, valuation, and risk assessment using industry-standard methodologies.

Core Capabilities

1. Discounted Cash Flow (DCF) Analysis

  • Build complete DCF models with multiple growth scenarios
  • Calculate terminal values using perpetuity growth and exit multiple methods
  • Determine weighted average cost of capital (WACC)
  • Generate enterprise and equity valuations

2. Sensitivity Analysis

  • Test key assumptions impact on valuation
  • Create data tables for multiple variables
  • Generate tornado charts for sensitivity ranking
  • Identify critical value drivers

3. Monte Carlo Simulation

  • Run thousands of scenarios with probability distributions
  • Model uncertainty in key inputs
  • Generate confidence intervals for valuations
  • Calculate probability of achieving targets

4. Scenario Planning

  • Build best/base/worst case scenarios
  • Model different economic environments
  • Test strategic alternatives
  • Compare outcome probabilities

Input Requirements

For DCF Analysis

  • Historical financial statements (3-5 years)
  • Revenue growth assumptions
  • Operating margin projections
  • Capital expenditure forecasts
  • Working capital requirements
  • Terminal growth rate or exit multiple
  • Discount rate components (risk-free rate, beta, market premium)

For Sensitivity Analysis

  • Base case model
  • Variable ranges to test
  • Key metrics to track

For Monte Carlo Simulation

  • Probability distributions for uncertain variables
  • Correlation assumptions between variables
  • Number of iterations (typically 1,000-10,000)

For Scenario Planning

  • Scenario definitions and assumptions
  • Probability weights for scenarios
  • Key performance indicators to track

Output Formats

DCF Model Output

  • Complete financial projections
  • Free cash flow calculations
  • Terminal value computation
  • Enterprise and equity value summary
  • Valuation multiples implied
  • Excel workbook with full model

Sensitivity Analysis Output

  • Sensitivity tables showing value ranges
  • Tornado chart of key drivers
  • Break-even analysis
  • Charts showing relationships

Monte Carlo Output

  • Probability distribution of valuations
  • Confidence intervals (e.g., 90%, 95%)
  • Statistical summary (mean, median, std dev)
  • Risk metrics (VaR, probability of loss)

Scenario Planning Output

  • Scenario comparison table
  • Probability-weighted expected values
  • Decision tree visualization
  • Risk-return profiles

Model Types Supported

  1. Corporate Valuation
  • Mature companies with stable cash flows
  • Growth companies with J-curve projections
  • Turnaround situations
  1. Project Finance
  • Infrastructure projects
  • Real estate developments
  • Energy projects
  1. M&A Analysis
  • Acquisition valuations
  • Synergy modeling
  • Accretion/dilution analysis
  1. LBO Models
  • Leveraged buyout analysis
  • Returns analysis (IRR, MOIC)
  • Debt capacity assessment

Best Practices Applied

Modeling Standards

  • Consistent formatting and structure
  • Clear assumption documentation
  • Separation of inputs, calculations, outputs
  • Error checking and validation
  • Version control and change tracking

Valuation Principles

  • Use multiple valuation methods for triangulation
  • Apply appropriate risk adjustments
  • Consider market comparables
  • Validate against trading multiples
  • Document key assumptions clearly

Risk Management

  • Identify and quantify key risks
  • Use probability-weighted scenarios
  • Stress test extreme cases
  • Consider correlation effects
  • Provide confidence intervals

Example Usage

"Build a DCF model for this technology company using the attached financials"

"Run a Monte Carlo simulation on this acquisition model with 5,000 iterations"

"Create sensitivity analysis showing impact of growth rate and WACC on valuation"

"Develop three scenarios for this expansion project with probability weights"

Scripts Included

  • dcf_model.py: Complete DCF valuation engine
  • sensitivity_analysis.py: Sensitivity testing framework

Limitations and Disclaimers

  • Models are only as good as their assumptions
  • Past performance doesn't guarantee future results
  • Market conditions can change rapidly
  • Regulatory and tax changes may impact results
  • Professional judgment required for interpretation
  • Not a substitute for professional financial advice

Quality Checks

The model automatically performs:


  1. Balance sheet balancing checks

  2. Cash flow reconciliation

  3. Circular reference resolution

  4. Sensitivity bound checking

  5. Statistical validation of Monte Carlo results

Updates and Maintenance

  • Models use latest financial theory and practices
  • Regular updates for market parameter defaults
  • Incorporation of regulatory changes
  • Continuous improvement based on usage patterns

SKILL.md source

---
name: creating-financial-models
description: This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
---

# Financial Modeling Suite

A comprehensive financial modeling toolkit for investment analysis, valuation, and risk assessment using industry-standard methodologies.

## Core Capabilities

### 1. Discounted Cash Flow (DCF) Analysis
- Build complete DCF models with multiple growth scenarios
- Calculate terminal values using perpetuity growth and exit multiple methods
- Determine weighted average cost of capital (WACC)
- Generate enterprise and equity valuations

### 2. Sensitivity Analysis
- Test key assumptions impact on valuation
- Create data tables for multiple variables
- Generate tornado charts for sensitivity ranking
- Identify critical value drivers

### 3. Monte Carlo Simulation
- Run thousands of scenarios with probability distributions
- Model uncertainty in key inputs
- Generate confidence intervals for valuations
- Calculate probability of achieving targets

### 4. Scenario Planning
- Build best/base/worst case scenarios
- Model different economic environments
- Test strategic alternatives
- Compare outcome probabilities

## Input Requirements

### For DCF Analysis
- Historical financial statements (3-5 years)
- Revenue growth assumptions
- Operating margin projections
- Capital expenditure forecasts
- Working capital requirements
- Terminal growth rate or exit multiple
- Discount rate components (risk-free rate, beta, market premium)

### For Sensitivity Analysis
- Base case model
- Variable ranges to test
- Key metrics to track

### For Monte Carlo Simulation
- Probability distributions for uncertain variables
- Correlation assumptions between variables
- Number of iterations (typically 1,000-10,000)

### For Scenario Planning
- Scenario definitions and assumptions
- Probability weights for scenarios
- Key performance indicators to track

## Output Formats

### DCF Model Output
- Complete financial projections
- Free cash flow calculations
- Terminal value computation
- Enterprise and equity value summary
- Valuation multiples implied
- Excel workbook with full model

### Sensitivity Analysis Output
- Sensitivity tables showing value ranges
- Tornado chart of key drivers
- Break-even analysis
- Charts showing relationships

### Monte Carlo Output
- Probability distribution of valuations
- Confidence intervals (e.g., 90%, 95%)
- Statistical summary (mean, median, std dev)
- Risk metrics (VaR, probability of loss)

### Scenario Planning Output
- Scenario comparison table
- Probability-weighted expected values
- Decision tree visualization
- Risk-return profiles

## Model Types Supported

1. **Corporate Valuation**
   - Mature companies with stable cash flows
   - Growth companies with J-curve projections
   - Turnaround situations

2. **Project Finance**
   - Infrastructure projects
   - Real estate developments
   - Energy projects

3. **M&A Analysis**
   - Acquisition valuations
   - Synergy modeling
   - Accretion/dilution analysis

4. **LBO Models**
   - Leveraged buyout analysis
   - Returns analysis (IRR, MOIC)
   - Debt capacity assessment

## Best Practices Applied

### Modeling Standards
- Consistent formatting and structure
- Clear assumption documentation
- Separation of inputs, calculations, outputs
- Error checking and validation
- Version control and change tracking

### Valuation Principles
- Use multiple valuation methods for triangulation
- Apply appropriate risk adjustments
- Consider market comparables
- Validate against trading multiples
- Document key assumptions clearly

### Risk Management
- Identify and quantify key risks
- Use probability-weighted scenarios
- Stress test extreme cases
- Consider correlation effects
- Provide confidence intervals

## Example Usage

"Build a DCF model for this technology company using the attached financials"

"Run a Monte Carlo simulation on this acquisition model with 5,000 iterations"

"Create sensitivity analysis showing impact of growth rate and WACC on valuation"

"Develop three scenarios for this expansion project with probability weights"

## Scripts Included

- `dcf_model.py`: Complete DCF valuation engine
- `sensitivity_analysis.py`: Sensitivity testing framework

## Limitations and Disclaimers

- Models are only as good as their assumptions
- Past performance doesn't guarantee future results
- Market conditions can change rapidly
- Regulatory and tax changes may impact results
- Professional judgment required for interpretation
- Not a substitute for professional financial advice

## Quality Checks

The model automatically performs:
1. Balance sheet balancing checks
2. Cash flow reconciliation
3. Circular reference resolution
4. Sensitivity bound checking
5. Statistical validation of Monte Carlo results

## Updates and Maintenance

- Models use latest financial theory and practices
- Regular updates for market parameter defaults
- Incorporation of regulatory changes
- Continuous improvement based on usage patterns

Related skills 6

running-claude-code-via-litellm-copilot

★ Featured

Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.

xixu-me 155k
AI & ML

skills-cli

★ Featured

Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.

xixu-me 155k
AI & ML

repo-intake-and-plan

★ Featured

Narrow RigorPilot helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.

lllllllama 127k
AI & ML

image-to-video

★ Featured

Animate any still image on RunComfy — this skill is a smart router that matches the user's intent to the right i2v model in the RunComfy catalog. Picks HappyHorse 1.0 I2V (Arena #1, native audio, identity preservation) for general animations, Wan 2.7 with `audio_url` for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal animation from image + reference video + reference audio. Bundles each model's documented prompting patterns so the caller gets sharper output without burning ite...

agentspace-so 121k
AI & ML

video-edit

★ Featured

Edit existing video on RunComfy — this skill is a smart router that matches the user's intent to the right edit model in the RunComfy catalog. Picks Wan 2.7 Edit-Video (general restyle / background swap / packaging swap, identity + motion preservation), Kling 2.6 Pro Motion Control (transfer precise motion from a reference video to a target character), or Lucy Edit Restyle (lightweight identity-stable restyle / outfit swap). Bundles each model's documented prompting patterns so the skill gets...

agentspace-so 121k
AI & ML

nano-banana-2

★ Featured

Generate images with Google Nano Banana 2 (Gemini-family flash-tier text-to-image) on RunComfy — bundled with the model's documented prompting patterns so the skill gets sharper output than naive prompting against the same model. Documents Nano Banana 2's strengths (rapid iteration, in-image typography rendering, predictable framing, optional web-grounded context), the resolution-tier pricing, the safety-tolerance dial, and when to route to Nano Banana Pro / GPT Image 2 / Flux 2 / Seedream in...

agentspace-so 121k
AI & ML