Agent skill · Business & Finance

multiple-calculator

Calculates valuation multiples (EV/Revenue, EV/EBITDA, P/E) with sector adjustments

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill multiple-calculator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash-WebFetch
Path: library/specializations/domains/business/venture-capital/skills/multiple-calculator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Multiple Calculator ## Overview The Multiple Calculator skill calculates valuation multiples for comparable analysis and valuation work. It computes standard multiples with appropriate sector adjustments and supports both private transaction and public company comparables. ## Capabilities ### Revenue Multiples - Calculate EV/Revenue multiples - Apply growth rate adjustments - Compute ARR and NTM multiples - Handle recurring vs. non-recurring revenue ### Profitability Multiples - Calculate EV/EBITDA multiples - Compute EV/EBIT and P/E ratios - Handle negative earnings appropriately - Apply margin adjustments ### Sector Adjustments - Apply sector-specific premiums/discounts - Adjust for growth rate differences - Factor in margin profile differences - Consider market positioning ### Multiple Analysis - Calculate median and mean multiples - Identify outliers and reasons - Track multiple trends over time - Build multiple ranges for valuation ## Usage ### Calculate Transaction Multiples ``` Input: Transaction data, financial metrics Process: Calculate multiples, apply adjustments Output: Multiple calculations, adjustment notes ``` ### Calculate Trading Multiples ``` Input: Public compa

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Revenue Multiples
  4. Profitability Multiples
  5. Sector Adjustments
  6. Multiple Analysis
  7. Usage
  8. Calculate Transaction Multiples
  9. Calculate Trading Multiples
  10. Apply Sector Adjustments
  11. Build Multiple Range
  12. Common Multiples
  13. Integration Points
  14. Adjustment Factors
More from babysitter
All skills →
About this skill
What does the multiple-calculator skill do?

Calculates valuation multiples (EV/Revenue, EV/EBITDA, P/E) with sector adjustments

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill multiple-calculator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going