From fundamental-analysis
This skill should be used when the user invokes "/fundamental-report-detailed" followed by a stock ticker. Generates a comprehensive fundamental analysis research note at detailed depth covering all 14 analysis areas with full data tables, multi-year trend analysis, and extended commentary.
npx claudepluginhub tradeinsight-info/investment-analysis-skills --plugin fundamental-analysisThis skill uses the workspace's default tool permissions.
Generate a comprehensive, in-depth fundamental analysis research note for a publicly traded company. This is the detailed variant of the fundamental report — every analysis area provides full multi-year data tables, trend analysis, and extended commentary.
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.
Generate a comprehensive, in-depth fundamental analysis research note for a publicly traded company. This is the detailed variant of the fundamental report — every analysis area provides full multi-year data tables, trend analysis, and extended commentary.
Follow the same orchestration as the summary report (${CLAUDE_PLUGIN_ROOT}/skills/fundamental-report/SKILL.md) with one critical difference:
All analysis skills produce detailed depth output.
Identical to summary report. Resolve ticker to CIK, fetch company metadata (name, sector, exchange, price, market cap).
Launch the same 17 parallel tasks as the summary report:
Critical difference: Instruct each skill to provide detailed depth output:
Identical to summary report. Cross-validate key metrics across sources after all parallel results collected.
Do not announce or enumerate data sources, tools, or fetching details to the user at this stage. Simply compile the results.
Compile results into the same 9-section structure as the summary report:
Write the full report to reports/YYYY-MM-DD-HH-MM-SS-{TICKER}.md and display only the Summary section in the terminal. See the summary report skill for the Summary template and file output instructions.
For each analysis area in Section 3, provide:
Data tables: Present 5-10 years of annual data in a markdown table with all relevant metrics. Include a separate quarterly table for the most recent 8 quarters.
Trend analysis: Identify and comment on:
Contextual interpretation: Connect the numbers to the business:
Comparative context: Where relevant, compare against:
Consult ${CLAUDE_PLUGIN_ROOT}/skills/fundamental-report/SKILL.md for the complete orchestration process (Steps 0-3) and full report section specifications.
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for data fetching instructions and source priority matrix.
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for detailed output formatting guidance.