comparable-transaction-finder

Searches M&A and funding databases for relevant comparable transactions

509 stars

Best use case

comparable-transaction-finder is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Searches M&A and funding databases for relevant comparable transactions

Teams using comparable-transaction-finder should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/comparable-transaction-finder/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/venture-capital/skills/comparable-transaction-finder/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/comparable-transaction-finder/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How comparable-transaction-finder Compares

Feature / Agentcomparable-transaction-finderStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Searches M&A and funding databases for relevant comparable transactions

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Comparable Transaction Finder

## Overview

The Comparable Transaction Finder skill searches M&A and funding databases to identify relevant comparable transactions for valuation analysis. It supports VC method valuations, exit analysis, and benchmarking by finding appropriate transaction comparables.

## Capabilities

### Funding Round Comparables
- Search for similar-stage funding rounds
- Filter by sector, geography, and size
- Analyze valuation multiples and terms
- Track round timing and market conditions

### M&A Transaction Comparables
- Search acquisition databases
- Identify strategic and financial acquirers
- Analyze deal multiples and structures
- Track earn-out and contingent payments

### Comparable Filtering
- Apply sector and sub-sector filters
- Filter by company stage and metrics
- Apply geographic and timing filters
- Screen for comparable business models

### Comparable Analysis
- Calculate relevant valuation multiples
- Adjust for differences in comparables
- Weight comparables by relevance
- Document selection rationale

## Usage

### Find Funding Comparables
```
Input: Target company profile, search criteria
Process: Search databases, filter results
Output: Comparable funding rounds, multiple analysis
```

### Find M&A Comparables
```
Input: Target profile, acquisition criteria
Process: Search M&A databases, analyze deals
Output: Comparable acquisitions, exit multiples
```

### Build Comparable Set
```
Input: Valuation context, comparability criteria
Process: Select and weight comparables
Output: Curated comparable set, adjustment factors
```

### Analyze Market Conditions
```
Input: Time period, sector focus
Process: Analyze transaction environment
Output: Market conditions assessment, trends
```

## Comparability Factors

| Factor | Importance | Considerations |
|--------|------------|----------------|
| Business Model | High | SaaS vs. marketplace vs. services |
| Stage/Scale | High | Revenue, growth rate, maturity |
| Sector | High | Direct vs. adjacent sector |
| Geography | Medium | US vs. global, regional markets |
| Timing | Medium | Market conditions, recent relevance |
| Profitability | Medium | Margin profile, path to profit |

## Integration Points

- **Comparable Analysis Process**: Core skill for comp analysis
- **VC Method Valuation**: Support exit multiple assumptions
- **Valuation Specialist (Agent)**: Support valuation work
- **Multiple Calculator**: Feed comparables for calculations

## Data Sources

- PitchBook for funding and M&A data
- CB Insights for market intelligence
- Capital IQ for transaction data
- Crunchbase for funding rounds
- SEC filings for public transactions
- Proprietary deal databases

## Best Practices

1. Select comparables thoughtfully, not just by sector
2. Document selection rationale clearly
3. Adjust for meaningful differences
4. Consider market timing and conditions
5. Use multiple comparable sets for triangulation