From fundamental-analysis
This skill should be used when the user asks about working capital, cash conversion cycle, asset turnover, DSO, DIO, DPO, days sales outstanding, days inventory outstanding, days payable outstanding, inventory turnover, receivables turnover, revenue per employee, efficiency, or capital efficiency for a publicly traded company.
npx claudepluginhub tradeinsight-info/investment-analysis-skills --plugin fundamental-analysisThis skill uses the workspace's default tool permissions.
Evaluate how effectively a company utilizes its assets, manages working capital, and converts resources into revenue and profits. This skill computes asset turnover ratios, working capital cycle metrics, and capital efficiency indicators to reveal operational strengths and weaknesses that may not be apparent from top-line growth or profitability metrics alone. Efficiency analysis is critical fo...
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.
Evaluate how effectively a company utilizes its assets, manages working capital, and converts resources into revenue and profits. This skill computes asset turnover ratios, working capital cycle metrics, and capital efficiency indicators to reveal operational strengths and weaknesses that may not be apparent from top-line growth or profitability metrics alone. Efficiency analysis is critical for identifying companies with superior operational management and sustainable competitive advantages.
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 periods, sorted chronologically by end date:
Revenues or RevenueFromContractWithCustomerExcludingAssessedTaxCostOfGoodsAndServicesSold or CostOfRevenueAssetsPropertyPlantAndEquipmentNetAccountsReceivableNetCurrentInventoryNetAccountsPayableCurrentDepreciationDepletionAndAmortizationPaymentsToAcquirePropertyPlantAndEquipmentOperatingIncomeLoss plus DepreciationDepletionAndAmortizationNetCashProvidedByOperatingActivitiesCollect at least 5 years of annual data to identify trends.
Fetch the balance sheet for working capital components:
https://stockanalysis.com/stocks/{ticker}/financials/balance-sheet/
Fetch pre-computed ratios for efficiency metrics:
https://stockanalysis.com/stocks/{ticker}/financials/ratios/
Fetch the income statement and cash flow statement for revenue, COGS, CapEx, and depreciation:
https://stockanalysis.com/stocks/{ticker}/financials/
https://stockanalysis.com/stocks/{ticker}/financials/cash-flow-statement/
Search for employee count data (not always available via EDGAR) and sector-specific efficiency benchmarks:
"{ticker} number of employees {current year}""{ticker} revenue per employee""{ticker} annual report employee count"Calculate the following turnover metrics using average balances (beginning + ending / 2) for asset figures:
Present a multi-year table showing these ratios and their year-over-year trends:
| Metric | 2024 | 2023 | 2022 | 2021 | 2020 | Trend |
|---|---|---|---|---|---|---|
| Total Asset Turnover | ||||||
| Fixed Asset Turnover | ||||||
| Receivables Turnover | ||||||
| Inventory Turnover |
Compute the cash conversion cycle (CCC) and its three components:
Present a multi-year table of the CCC components:
| Metric | 2024 | 2023 | 2022 | 2021 | 2020 |
|---|---|---|---|---|---|
| DSO (days) | |||||
| DIO (days) | |||||
| DPO (days) | |||||
| CCC (days) |
Interpret the CCC:
Compute metrics that measure how efficiently capital and human resources are deployed:
Present a multi-year table:
| Metric | 2024 | 2023 | 2022 | 2021 | 2020 |
|---|---|---|---|---|---|
| Revenue/Employee ($K) | |||||
| EBITDA/Employee ($K) | |||||
| CapEx/Revenue (%) | |||||
| CapEx/Depreciation (x) |
When possible, compare the company's efficiency metrics against 2-3 direct competitors or the sector median:
Examine multi-year trends across all computed metrics:
Provide an overall efficiency characterization:
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for depth and formatting guidelines.
Summary depth (default): Present the CCC components (DSO, DIO, DPO, CCC) for the most recent 3 years in a table, plus total asset turnover and CapEx/Revenue. Include a 2-3 sentence narrative summarizing the key efficiency takeaway.
Detailed depth: Expand to 5-year tables for all metrics across all three categories (turnover ratios, working capital cycle, capital efficiency). Add year-over-year change calculations, trend commentary, peer comparison context, and per-employee metrics. Provide extended narrative on working capital management quality and capital allocation efficiency.
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.