From fundamental-analysis
This skill should be used when the user asks about dividends, dividend yield, payout ratio, dividend safety, dividend growth, dividend aristocrat, dividend king, buyback, share repurchase, total shareholder return, dividend sustainability, or income investing for a publicly traded company.
npx claudepluginhub tradeinsight-info/investment-analysis-skills --plugin fundamental-analysisThis skill uses the workspace's default tool permissions.
Assess a company's dividend program and total shareholder return profile, including current yield, growth trajectory, payout sustainability, and share buyback activity. This skill is designed for income-focused investors who need to evaluate whether a dividend is safe, growing, and competitive relative to alternatives. The analysis covers both historical dividend patterns and forward-looking su...
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.
Assess a company's dividend program and total shareholder return profile, including current yield, growth trajectory, payout sustainability, and share buyback activity. This skill is designed for income-focused investors who need to evaluate whether a dividend is safe, growing, and competitive relative to alternatives. The analysis covers both historical dividend patterns and forward-looking sustainability under stress scenarios.
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:
CommonStockDividendsPerShareDeclaredPaymentsOfDividendsCommonStock or PaymentsOfDividendsNetIncomeLossEarningsPerShareDilutedNetCashProvidedByOperatingActivities minus PaymentsToAcquirePropertyPlantAndEquipmentCommonStockSharesOutstanding or WeightedAverageNumberOfDilutedSharesOutstandingPaymentsForRepurchaseOfCommonStockProceedsFromIssuanceOfCommonStockCollect at least 10 years of annual data to identify long-term dividend growth trends and consecutive increase streaks.
Fetch the cash flow statement for dividend payments and buyback data:
https://stockanalysis.com/stocks/{ticker}/financials/cash-flow-statement/
Fetch pre-computed ratios for yield and payout data:
https://stockanalysis.com/stocks/{ticker}/financials/ratios/
Fetch the income statement for earnings data:
https://stockanalysis.com/stocks/{ticker}/financials/
Search for dividend history, aristocrat/king status, and management commentary on capital return policy:
"{ticker} dividend history consecutive increases""{ticker} dividend aristocrat" OR "{ticker} dividend king""{ticker} capital allocation policy buyback authorization""{ticker} dividend safety analysis"Determine the current state of the dividend program:
Present a summary:
| Metric | Value |
|---|---|
| Annual DPS | $X.XX |
| Quarterly DPS | $X.XX |
| Current Yield | X.XX% |
| Frequency | Quarterly |
Calculate compound annual growth rates for DPS over multiple time horizons:
| Horizon | DPS CAGR |
|---|---|
| 1-Year | X.X% |
| 3-Year | X.X% |
| 5-Year | X.X% |
| 10-Year | X.X% |
Present a year-by-year DPS history table showing at least 10 years of annual dividends with year-over-year growth rates. Highlight any years where the dividend was cut, frozen, or where a special/irregular dividend was paid.
Compute both earnings-based and cash-flow-based payout ratios to assess sustainability from two perspectives:
Present a multi-year table:
| Metric | 2024 | 2023 | 2022 | 2021 | 2020 |
|---|---|---|---|---|---|
| Earnings Payout Ratio | |||||
| FCF Payout Ratio |
Interpret the payout ratios:
Always compare both ratios — companies with high depreciation (e.g., REITs, utilities) may have high earnings payout but sustainable FCF payout.
Count the number of consecutive years the company has increased its annual dividend:
Report the exact number of consecutive years and the classification. Note any recent dividend cuts or freezes, even if the streak has since restarted.
Compute buyback metrics to capture the full capital return picture:
Present a table:
| Metric | 2024 | 2023 | 2022 | 2021 | 2020 |
|---|---|---|---|---|---|
| Dividends Paid ($M) | |||||
| Net Buybacks ($M) | |||||
| Total Capital Return ($M) | |||||
| Shares Outstanding (M) |
Evaluate whether the dividend can be maintained under adverse conditions:
| Scenario | Earnings Payout | FCF Payout | Sustainable? |
|---|---|---|---|
| Current | |||
| Earnings -20% | |||
| Earnings -30% |
Classify dividend sustainability as: Very Safe (FCF payout below 50%, long streak, survived recessions), Safe (FCF payout below 70%, consistent history), Moderate Risk (FCF payout 70-90%, limited headroom), Elevated Risk (FCF payout above 90%, thin coverage), or Unsafe (FCF payout above 100% or recent cut), with a brief justification.
Note any special dividends, extra dividends, or variable dividend policies:
Provide an overall dividend investment characterization:
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for depth and formatting guidelines.
Summary depth (default): Present current yield, DPS, 5-year DPS CAGR, earnings and FCF payout ratios for the most recent year, consecutive growth streak, and a 2-3 sentence sustainability assessment.
Detailed depth: Expand to full 10-year DPS history with YoY growth rates, multi-year payout ratio tables, complete buyback analysis with share count trend, stress test results, special dividend history, and extended narrative on dividend investment thesis.
Apply the following sector-specific considerations 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.