peer-comparison
Installation
SKILL.md
Peer Comparison
Purpose
Compare a target company against its closest public-market peers across a standardized set of financial, profitability, and valuation metrics. Identify the peer set dynamically, fetch comparable data for each company, and present a side-by-side table that highlights where the target outperforms or underperforms relative to its competitive group. Provide brief interpretive commentary so the user can quickly understand the target's relative positioning.
Data Fetching Process
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full source details and fallback behavior.
Peer Identification
- Determine the target company. Resolve the ticker to a CIK by fetching
https://www.sec.gov/files/company_tickers.jsonusing thesec-fetchskill (seedata-sources.md). Cache the CIK and official company name.