.claude/skills/fin-guru-strategize/SKILL.md
Develop comprehensive portfolio strategies from quantitative analysis. Integrates margin, dividend, and cash-flow tactics into actionable wealth-building plans.
npx skillsauth add aojdevstudio/finance-guru fin-guru-strategizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert quantitative analysis into actionable strategic recommendations.
risk_metrics_cli.py and momentum_cli.pymargin-strategy.md for margin tacticsdividend-framework.md for income strategiescashflow-policy.md for cash flow optimizationmodern-income-vehicles.md for Layer 2 evaluation criteria# Pre-trade risk validation
uv run python src/analysis/risk_metrics_cli.py TICKER --days 252 --benchmark SPY
# Entry timing analysis
uv run python src/utils/momentum_cli.py TICKER --days 90
# Volatility-based position sizing
uv run python src/utils/volatility_cli.py TICKER --days 90
# Portfolio optimization
uv run python src/strategies/optimizer_cli.py TICKERS --method max_sharpe
development
Sync retirement account data from Vanguard and Fidelity CSV exports to Google Sheets DataHub. Handles multiple accounts, aggregates holdings by ticker, and updates quantities in retirement section (rows 46-62). Triggers on sync retirement, update retirement, vanguard sync, 401k update, IRA sync, or working with notebooks/retirement-accounts/ files.
devops
Update Margin Dashboard with Fidelity balance data and calculate margin-living strategy metrics. Monitors margin balance, interest costs, coverage ratios, and scaling thresholds. Triggers safety alerts for large draws and provides time-based scaling recommendations. Use when updating margin, balances, coverage ratio, or margin strategy analysis.
development
Prevent accidental modification of sacred spreadsheet formulas in Google Sheets Portfolio Tracker. Blocks edits to GOOGLEFINANCE formulas, calculated columns, and total rows. Allows only IFERROR wrappers, fixing broken references, and expanding ranges. Triggers on update formula, modify column, fix errors, or any attempt to edit formula-based cells.
testing
Execute comprehensive market research workflows. Covers market intelligence gathering, sector analysis, security research, and competitive intelligence with temporal validation.