From fundamental-analysis
This skill should be used when the user asks about cash flow, free cash flow, FCF, operating cash flow, OCF, capital expenditures, CapEx, quality of earnings, cash flow statement, FCF margin, cash conversion, levered free cash flow, FFO, or funds from operations for a specific company.
npx claudepluginhub tradeinsight-info/investment-analysis-skills --plugin fundamental-analysisThis skill uses the workspace's default tool permissions.
Analyze a company's cash flow statement to evaluate the quality and sustainability of its cash generation. Distinguish between cash earned from operations, cash deployed in investing activities, and cash raised or returned through financing activities. Compute derived metrics including free cash flow, FCF margin, and cash conversion ratios to assess whether reported earnings translate into actu...
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 a company's cash flow statement to evaluate the quality and sustainability of its cash generation. Distinguish between cash earned from operations, cash deployed in investing activities, and cash raised or returned through financing activities. Compute derived metrics including free cash flow, FCF margin, and cash conversion ratios to assess whether reported earnings translate into actual cash. Surface trends that reveal capital allocation priorities and long-term financial sustainability.
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full source details and fallback behavior.
Resolve the ticker. Fetch https://www.sec.gov/files/company_tickers.json using the sec-fetch skill (see data-sources.md), locate the company's CIK, and pad it to 10 digits. Cache the CIK and official company name.
Fetch structured financial data (primary). Request the SEC EDGAR XBRL company facts endpoint:
https://data.sec.gov/api/xbrl/companyfacts/CIK{10-digit-CIK}.json
Extract the following XBRL concepts under facts > us-gaap > ... > units > USD:
NetCashProvidedByUsedInOperatingActivities, DepreciationDepletionAndAmortization, ShareBasedCompensation, IncreaseDecreaseInAccountsReceivable, IncreaseDecreaseInInventories, IncreaseDecreaseInAccountsPayablePaymentsToAcquirePropertyPlantAndEquipment (CapEx), PaymentsToAcquireBusinessesNetOfCashAcquired, NetCashProvidedByUsedInInvestingActivitiesRepaymentsOfDebt, ProceedsFromIssuanceOfDebt, PaymentsForRepurchaseOfCommonStock, PaymentsOfDividends, NetCashProvidedByUsedInFinancingActivitiesNetIncomeLoss (for quality-of-earnings ratio), CommonStockSharesOutstanding (for per-share calculations)Filter for fp == "FY" entries. Sort by end date descending. Collect at least the last five fiscal years when available.
Fetch pre-computed tables (secondary). If EDGAR data is incomplete or unavailable, fetch:
https://stockanalysis.com/stocks/{ticker}/financials/cash-flow-statement/ — annual cash flow statementFetch ratio data (supplementary). For pre-computed cash flow ratios:
https://stockanalysis.com/stocks/{ticker}/financials/ratios/Extract and analyze the operating activities section:
Compute derived operating metrics:
Analyze capital deployment:
Analyze how the company funds itself and returns capital:
Compute and present the following derived metrics for each period:
| Metric | Formula | Interpretation |
|---|---|---|
| Free Cash Flow (FCF) | OCF − CapEx | Cash available after maintaining/growing the asset base |
| FCF Margin | FCF / Revenue | Efficiency of converting revenue to free cash |
| FCF per Share | FCF / Diluted Shares Outstanding | Per-share cash generation |
| FCF Growth | (FCF current − FCF prior) / abs(FCF prior) | Year-over-year FCF trajectory |
| Levered FCF | OCF − CapEx (after interest payments already in OCF) | Cash flow to equity holders |
| Unlevered FCF | EBIT × (1 − tax rate) + D&A − CapEx − Change in Working Capital | Cash flow to all capital providers; useful for EV-based valuation |
| FCF-to-Net-Income | FCF / Net Income | Earnings quality adjusted for CapEx |
Present FCF metrics in a multi-year table. Persistent positive FCF indicates the company generates more cash than it consumes. Declining FCF despite rising net income is a red flag — it may indicate aggressive accounting, rising CapEx needs, or working capital deterioration.
Walk from net income to OCF to FCF in a waterfall-style table:
Net Income → + D&A → + SBC → +/- Working Capital Changes → = OCF → - CapEx → = FCF
This reconciliation highlights which non-cash adjustments and working capital movements are most material.
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for standard formatting rules.
Summary depth (default). Present three years of OCF, CapEx, FCF, FCF margin, and FCF per share in a single table. Include the OCF-to-net-income ratio. Add two to three sentences interpreting trends and quality of earnings.
Detailed depth. Expand to five years. Include the full cash flow reconciliation waterfall, a working capital changes breakdown, a financing activities summary showing buybacks vs dividends vs debt activity, and an unlevered FCF calculation. Provide extended commentary on capital allocation strategy, SBC impact, and sustainability of shareholder returns relative to FCF.
REITs (Real Estate Investment Trusts). Standard FCF is not the appropriate measure. Compute:
Capital-intensive industries (Utilities, Energy, Industrials). CapEx intensity is structurally high. Focus on the trend in CapEx relative to D&A and the maintenance vs growth CapEx split. Regulatory CapEx (mandated by regulators) should be distinguished from discretionary growth CapEx.
Technology / SaaS. SBC is often a significant component of OCF. Always compute FCF both including and excluding SBC. Capitalized software development costs may reduce reported CapEx — check for PaymentsForSoftware or similar concepts.
Financial services. Traditional OCF analysis may not apply cleanly due to the nature of banking cash flows. Focus on net interest income, provision for loan losses, and cash returns to shareholders rather than the standard OCF-CapEx framework.
Follow the output structure defined in ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md. Begin with the standard header, present data in markdown tables with right-aligned numbers and units, include source links after each data section, and close with the standard disclaimer.