Agent skill · Business & Finance

comps-analysis

Comparable company analysis: operating metrics, valuation multiples, peer benchmarking

ginlix-aigithub.com/ginlix-aiGitHub ↗
claude-codeApache-2.0
Install
npx skills add ginlix-ai/LangAlpha --skill comps-analysis --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 23 KB
Bundled scripts: none
Path: skills/comps-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,604
Language: Python

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill teaches Claude to construct a comprehensive comparable company analysis that combines operating metrics, valuation multiples, and statistical benchmarking, producing a structured Excel/spreadsheet for peer comparison.

How it works

  • It emphasizes starting from a clear structure and inputting data first, then building transparent formulas. It uses a header setup that includes an analysis title and a list of companies with tickers, plus a period and unit note.
  • Operating statistics are organized with core columns: Company, Revenue, Revenue Growth, Gross Profit, Gross Margin, EBITDA, EBITDA Margin, plus optional additions like Free Cash Flow, FCF Margin, Net Income, Operating Income, CapEx, Rule of 40, and FCF Conversion. The skill prescribes formulas for core margins and notes that statistics should be calculated for comparable metrics (e.g., Revenue Growth %, Gross Margin %, EBITDA Margin %, EPS, EV/Revenue, EV/EBITDA, P/E, Dividend Yield %, Beta).
  • Valuation multiples section requires Core Valuation Columns: Company, Market Cap, Enterprise Value, EV/Revenue, EV/EBITDA, P/E Ratio, with optional metrics like FCF Yield, PEG Ratio, Price/Book, ROE/ROA, CAGR, Asset Turnover, Debt/Equity. It enforces that EV/Revenue and EV/EBITDA reference operating metrics from the operating section (CRITICAL) and that statistics blocks mirror the structure of the operating section.
  • Notes & Methodology Documentation specify data sources, period definitions, and how metrics are calculated, plus the framework for interpretation and investment thesis.
  • Choosing metrics and best practices sections guide metric selection, sanity checks, and common mistakes to avoid, including ensuring proper references, avoiding mixing market cap with enterprise value, and maintaining a lean set of metrics (5 operating metrics and 5 valuation metrics).
  • The workflow section outlines a step-by-step process: set up structure, gather data via specified data source tools, build formulas progressively, add statistics, perform quality control, and document sources and methodologies. It also provides practical tips for templates, outlier highlighting, linking sources, versioning, and collaboration.

When to use it

Use when you need an institutional-grade, peer-based comparison of operating performance and valuation to support M&A evaluation, investment decision, sector benchmarking, or performance reviews. Trigger considerations include audience (investment committee, board, quick reference, detailed memo) and the context (M&A evaluation, investment decision, sector benchmarking, performance review).

What it can touch

  • Data collection references include: get_financial_statements(symbol, 'all', 'annual', 5), get_financial_ratios(symbol), get_growth_metrics(symbol), get_company_overview, and get_historical_valuation(symbol).
  • The process specifies inputting raw numbers in blue, applying formulas, and linking to sources and SEC data when available.

Caveats

  • License: Apache-2.0 (Derived from anthropics/financial-services-plugins). Modified for langalpha.
  • It instructs using specific data sources and maintaining consistent units and periods (e.g., LTM vs quarterly) and to avoid duplicating raw data in multipliers.
  • It emphasizes a lean metric set (5 operating metrics and 5 valuation metrics) to avoid noise, and requires quartile-based statistics without sector-statistics headers.
From the SKILL.md

# Comparable Company Analysis ## Overview This skill teaches Claude to build institutional-grade comparable company analyses that combine operating metrics, valuation multiples, and statistical benchmarking. The output is a structured Excel/spreadsheet that enables informed investment decisions through peer comparison. **ALWAYS ask yourself first:** 1. **"Do you have a preferred format or should I adapt the template style?"** 2. **"Who is the audience?"** (Investment committee, board presentation, quick reference, detailed memo) 3. **"What's the key question?"** (Valuation, growth analysis, competitive positioning, efficiency) 4. **"What's the context?"** (M&A evaluation, investment decision, sector benchmarking, performance review) **Adapt based on specifics:** - **Industry context**: Big tech mega-caps need different metrics than emerging SaaS startups - **Sector-specific needs**: Add relevant metrics early (e.g., cloud ARR, enterprise customers, developer ecosystem for tech) - **Company familiarity**: Well-known companies may need less background, more focus on delta analysis - **Decision type**: M&A requires different emphasis than ongoing portfolio monitoring **Core principle:

What's inside
Steps it walks through
  1. Overview
  2. Core Philosophy
  3. Section 1: Document Structure & Setup
  4. Header Block (Rows 1-3)
  5. Visual Convention Standards
  6. Section 2: Operating Statistics & Financial Metrics
  7. Core Columns (Start with these)
  8. Optional Additions (Choose based on industry/purpose)
  9. Formula Examples (Using Row 7 as example)
  10. Statistics Block (After company data)
  11. Section 3: Valuation Multiples & Investment Metrics
  12. Core Valuation Columns (Start with these)
  13. Optional Valuation Metrics (Choose based on context)
  14. Formula Examples
More from LangAlpha
All skills →
About this skill
What does the comps-analysis skill do?

Comparable company analysis: operating metrics, valuation multiples, peer benchmarking

How do I install it?

Run `npx skills add ginlix-ai/LangAlpha --skill comps-analysis --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 ginlix-ai/LangAlpha, a repository with 1,604 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