Vibe Investing Skill Library
npx skills add https://github.com/monarchjuno/vibe-investing --skill openbb-data-fetcherInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Open-source repository of finance and investing skills built around the SKILL.md format.
This project collects reusable investing workflows instead of one-off prompts. The goal is to make research frameworks, market-analysis lenses, portfolio logic, and report formats easier to reuse, compare, and extend.
skills/fundamental-analysis/company-analysisskills/data-access/openbb-data-fetcherskills/market-analysis/traditional-market-analysisskills/quantitative-analysis/quant-researchskills/output-formats/financial-reportskills/investor-personas/aswath-damodaranskills/investor-personas/ben-grahamskills/investor-personas/bill-ackmanskills/investor-personas/cathie-woodskills/investor-personas/charlie-mungerskills/investor-personas/michael-burryskills/investor-personas/mohnish-pabraiskills/investor-personas/nassim-talebskills/investor-personas/peter-lynchskills/investor-personas/phil-fisherskills/investor-personas/rakesh-jhunjhunwalaskills/investor-personas/stanley-druckenmillerskills/investor-personas/warren-buffettvibe-investing/
├── README.md
├── AGENTS.md
└── skills/
├── AGENTS.md
├── data-access/
├── fundamental-analysis/
├── investor-personas/
├── market-analysis/
├── output-formats/
├── portfolio/
└── quantitative-analysis/
Each skill lives in its own folder:
skills/<category>/<skill-name>/
├── SKILL.md
├── references/ # optional
├── scripts/ # optional
└── assets/ # optional
SKILL.md is the only required file.
SKILL.md concise and workflow-drivenreferences/ when neededscripts/ only when deterministic repeated work is worth automatingAGENTS.md for folder-level maintenance rules instead of extra documentation filesThis repository is designed for any system or workflow that can consume SKILL.md-style skill folders.
Typical usage:
SKILL.md.references/, scripts/, or assets/ only when needed.Contributions are welcome if they improve the repository as reusable open-source infrastructure for investing workflows.
When adding or updating a skill:
skills/README.md filesAGENTS.md guidance in the directory you are editingskills/investor-personas/skills/fundamental-analysis/company-analysis: built around Aswath Damodaran style valuation logic, including narrative-first analysis, market-implied expectations, Reverse DCF before Forward DCF, FCFF-based intrinsic valuation, reinvestment and margin decomposition, and industry-reality checks.skills/quantitative-analysis/quant-research: built from the Fama-French / Kenneth French factor framework, AQR-style factor investing and factor momentum research, Andrew Lo's Adaptive Markets view, David Bailey and Marcos Lopez de Prado's backtest-overfitting defense framework, CMT and John Bollinger style rule-based technical analysis, and performance attribution / risk decomposition thinking.skills/market-analysis/traditional-market-analysis: built from Howard Marks style cycle awareness, pendulum psychology, second-level thinking, and risk asymmetry; Michael Mauboussin style expectations investing, base rates, moat durability, capital allocation, and probability-weighted judgment; Stanley Druckenmiller style macro regime detection, liquidity-first interpretation, adaptive view changes, and decisive positioning; and George Soros style reflexivity and self-reinforcing market narrative analysis.