Agent skill · Code Review & Quality

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.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
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.

Facts
Files in the skill folder: 7
SKILL.md size: 13 KB
Bundled scripts: yes
Path: skills/dividend-growth-pullback-screener/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Prerequisites
  4. Screening Workflow
  5. Step 1: Set API Keys
  6. Step 2: Execute Screening
  7. Step 3: Review Results
  8. Step 4: Analyze Qualified Stocks
  9. Output
  10. Screening Criteria Details
  11. Phase 1: Fundamental Screening (FMP API)
  12. Phase 2: Technical Screening (RSI Calculation)
  13. Phase 3: Ranking and Output
  14. Understanding the Results
Ships with 6 files
  • references/dividend_growth_compounding.md
  • references/fmp_api_guide.md
  • references/rsi_oversold_strategy.md
  • scripts/screen_dividend_growth_rsi.py
  • scripts/tests/test_fmp_stable.py
  • scripts/tests/test_screen_dividend_growth_rsi.py
Commands it runs
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)
More from AI-Trading-Skills
All skills →
About this skill
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.

Keep going