Computes standard technical indicators using pandas-ta and yfinance. You get RSI, MACD, Bollinger Bands, moving averages, ATR, and ADX with built-in signal interpretation like overbought/oversold thresholds and golden crosses. Handles multi-symbol analysis in one call and includes a separate correlation script for portfolio diversification checks. The risk metrics (Sharpe ratio, annualized volatility) and earnings data integration are nice touches. Output is JSON with clear signal summaries, so you don't have to remember what RSI 75 means. Works well for quick sentiment checks on tickers without opening TradingView, though you're still doing your own research on top of these numbers.
npx skills add https://github.com/staskh/trading_skills --skill technical-analysis