From fundamental-analysis
This skill should be used when the user asks about revenue growth, earnings growth, EPS growth, growth rate, CAGR, forward estimates, growth analysis, organic growth, same-store sales growth, comps, TAM, total addressable market, or growth trajectory for a publicly traded company.
npx claudepluginhub tradeinsight-info/investment-analysis-skills --plugin fundamental-analysisThis skill uses the workspace's default tool permissions.
Analyze historical and forward-looking growth metrics for a publicly traded company to assess the sustainability, quality, and trajectory of its growth. This skill computes compound annual growth rates (CAGRs) across multiple time horizons for key financial line items, decomposes growth into organic versus acquisition-driven components, and incorporates consensus forward estimates to project fu...
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
Analyze historical and forward-looking growth metrics for a publicly traded company to assess the sustainability, quality, and trajectory of its growth. This skill computes compound annual growth rates (CAGRs) across multiple time horizons for key financial line items, decomposes growth into organic versus acquisition-driven components, and incorporates consensus forward estimates to project future growth. The output enables investors to evaluate whether a company's growth is accelerating, decelerating, or stabilizing, and whether it is driven by durable competitive advantages or transient factors.
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full data-fetching instructions, ticker resolution, and fallback behavior.
Fetch the company facts endpoint to retrieve historical financial data:
https://data.sec.gov/api/xbrl/companyfacts/CIK{10-digit-CIK}.json
Extract the following XBRL concepts for annual (FY) and quarterly (Q1-Q4) periods, sorted chronologically by end date:
Revenues or RevenueFromContractWithCustomerExcludingAssessedTaxGrossProfitOperatingIncomeLossNetIncomeLossEarningsPerShareDilutedNetCashProvidedByOperatingActivities minus PaymentsToAcquirePropertyPlantAndEquipmentCommonStockDividendsPerShareDeclaredEnsure at least 10 years of annual data are collected when available, as CAGR calculations require data across multiple time horizons.
Fetch the income statement page for pre-computed annual and quarterly figures:
https://stockanalysis.com/stocks/{ticker}/financials/
Fetch the cash flow statement for FCF components:
https://stockanalysis.com/stocks/{ticker}/financials/cash-flow-statement/
Fetch consensus analyst estimates for forward growth projections:
https://stockanalysis.com/stocks/{ticker}/forecast/
Extract consensus revenue and EPS estimates for current quarter, next quarter, current fiscal year, next fiscal year, and any available long-term growth rate projections.
Search for recent earnings call transcripts, management guidance, and investor presentations that discuss organic growth initiatives, acquisition contributions, geographic expansion plans, and total addressable market (TAM) sizing. Use queries such as:
"{ticker} earnings call growth guidance {current year}""{ticker} total addressable market TAM""{ticker} organic growth vs acquisition"Calculate compound annual growth rates using the formula: CAGR = (End Value / Start Value)^(1/n) - 1, where n is the number of years. Use the most recent fiscal year as the end point and count back the appropriate number of years for each horizon.
Compute CAGRs for 1-year, 3-year, 5-year, and 10-year horizons (where data permits) for each of the following metrics:
| Metric | 1yr | 3yr | 5yr | 10yr |
|---|---|---|---|---|
| Revenue | ||||
| Gross Profit | ||||
| Operating Income | ||||
| Net Income | ||||
| Diluted EPS | ||||
| Free Cash Flow | ||||
| Dividends/Share |
Note any negative-to-positive or positive-to-negative transitions where CAGR is mathematically undefined, and report percentage change instead with a clear annotation. When EPS growth significantly outpaces revenue growth, note whether this divergence is driven by margin expansion, share buybacks, or both — this distinction is critical for assessing the sustainability of EPS growth.
Evaluate the composition and sustainability of growth by examining:
Assess whether growth is accelerating, stable, or decelerating:
Present consensus forward estimates alongside historical actuals in a unified table that bridges the gap between reported results and projected figures:
Incorporate any management-provided guidance or targets:
Provide an overall growth characterization:
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for depth and formatting guidelines.
Summary depth (default): Present the CAGR table with 1yr, 3yr, and 5yr columns for the core metrics (revenue, EPS, FCF). Include a 2-3 sentence narrative on growth quality and trajectory, plus the consensus forward growth rate.
Detailed depth: Expand to the full CAGR table including 10yr horizons and all seven metrics. Add quarterly YoY growth trends, segment-level decomposition, organic vs. acquisition-driven breakdown, geographic analysis, management guidance comparison, and TAM context. Provide extended narrative commentary explaining growth drivers and sustainability.
Apply the following sector-specific metrics when the company operates in a relevant industry:
Only include sector-specific metrics when the company's industry warrants them. Do not force these metrics for unrelated sectors.
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for the standard response structure including header, source links, and disclaimer.