
from buffett-investment-research45
Produces Buffett-style investment research memos: framework-based company analysis focused on moat, management, capital allocation, and balance-sheet resilience
Produces structured Buffett-style research memos that evaluate business quality, management, capital allocation, and long-term resilience.
Use when you need a framework-driven investment memo or decision-support analysis for a listed company. Triggers include research requests, ticker analysis, or deep-dive prompts.
Likely compatible with: Copilot, Codex, Claude Code, Gemini CLI
Buffett-style investment research skill with a single SEC snapshot script. The SKILL.md provides a thorough framework for value-investing analysis with clear workflow steps and hard filters. The sec_company_snapshot.py script is well-written Python that fetches company data from SEC.gov, but requires a query argument and exited with code 2 in DRY_RUN mode due to missing required arg. No security concerns — script only calls SEC.gov APIs with proper User-Agent header.
Clean skill focused on SEC data retrieval and Buffett-framework analysis. The hardcoded local path is the main architectural issue. Script code quality is solid with good error handling and dataclass structure.