samyakjain0606/awesome-stock-skills
6 stars · Last commit 2026-04-26
A curated collection of Claude Code skills for Indian stock market research — concall transcripts, equity analysis, and more.
README preview
# Awesome Stock Skills A curated collection of [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills for Indian stock market research and analysis. These skills work as plug-and-play modules for Claude Code — give it domain expertise for equity research, concall analysis, financial data collection, and more. ## Skills | Skill | Description | |-------|-------------| | [fetch-concalls](skills/fetch-concalls/) | Fetch & download conference call transcript PDFs for any Indian listed company. Uses a 3-tier fallback: screener.in → official BSE/NSE filings → third-party aggregators. | | [growth-trigger-analysis](skills/growth-trigger-analysis/) | SOIC-style variant perception scorecard & growth trigger extraction from concall transcripts. Ranks VP factors by probability × impact, deep dives top 3, and produces forward-looking trigger list. | | [nlm-skill](skills/nlm-skill/) | NotebookLM CLI & MCP expert — create notebooks, add sources (URLs, Drive, text), generate podcasts, reports, quizzes, flashcards, slides, mind maps, infographics, videos, and data tables. Chat with sources programmatically. Requires [`notebooklm-mcp-cli`](https://github.com/nicholasgriffintn/notebooklm-mcp-cli). | | [stock-research-pipeline](skills/stock-research-pipeline/) | End-to-end equity research pipeline. Downloads concalls & investor presentations from screener.in, fetches financial data (P&L, balance sheet, ratios, shareholding), uploads everything to NotebookLM, runs 6 tailored analysis queries (business model, industry, management, financials, growth triggers, scenarios), and generates a professional PDF report with variant perception scorecard and Bull/Base/Bear scenarios. | | [stock-research-publish](skills/stock-research-publish/) | Publish a generated equity report as a PDF, a magazine-quality HTML page, or both. Optionally one-command deploys the HTML to Netlify with an interactive setup that handles CLI install, auth, site name, and deploy scope. [Live preview →](https://gravita-equity.netlify.app) | ## Installation ### As a Plugin (recommended)