dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
npx skills add BaggaT236/AI-Trading-Skills --skill dividend-growth-pullback-screener --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Dividend Growth Pullback Screener ## Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. **Investment Thesis:** High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend increases rather than high current yield. Buying these stocks during temporary pullbacks (RSI ≤40) can enhance total returns by combining strong fundamental growth with favorable technical entry timing. ## When to Use This Skill Use this skill when: - Looking for dividend growth stocks with exceptional compounding potential (12%+ dividend CAGR) - Seeking entry opportunities in quality stocks during temporary market weakness - Willing to accept lower current yields (1.5-3%) for higher dividend growth - Focusing on total return over 5-10 years rather than current income - Market conditions show sector rotations or broad pullbacks affecting quality names **Do NOT use when:** - Seeking
- Overview
- When to Use This Skill
- Prerequisites
- Screening Workflow
- Step 1: Set API Keys
- Step 2: Execute Screening
- Step 3: Review Results
- Step 4: Analyze Qualified Stocks
- Output
- Screening Criteria Details
- Phase 1: Fundamental Screening (FMP API)
- Phase 2: Technical Screening (RSI Calculation)
- Phase 3: Ranking and Output
- Understanding the Results
Set both API keys as environment variables export FMP_API_KEY=your_fmp_key_here export FINVIZ_API_KEY=your_finviz_key_here export FMP_API_KEY=your_key_here python3 skills/dividend-growth-pullback-screener/scripts/screen_dividend_growth_rsi.py --use-finviz python3 skills/dividend-growth-pullback-screener/scripts/screen_dividend_growth_rsi.py --max-candidates 40 Two-stage with custom parameters python3 skills/dividend-growth-pullback-screener/scripts/screen_dividend_growth_rsi.py \ FMP-only with custom parameters Provide API keys as arguments (instead of environment variables)
What does the dividend-growth-pullback-screener skill do?
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
How do I install it?
Run `npx skills add BaggaT236/AI-Trading-Skills --skill dividend-growth-pullback-screener --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
