Agent skill · Code Review & Quality

stockbee-momentum-burst-screener

Screen US stocks for Stockbee-style short-term Momentum Burst setups using 4% breakout, dollar breakout, range expansion, volume expansion, prior range contraction, close-location, failure filters, and risk-distance scoring. Use when the user asks for Stockbee, Pradeep Bonde, momentum burst, 4% breakout, range expansion, dollar breakout, short-term swing momentum candidates, or 3-5 day burst setup review.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill stockbee-momentum-burst-screener --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/stockbee-momentum-burst-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

# Stockbee Momentum Burst Screener Screen US equities for Stockbee-style short-term Momentum Burst candidates. The skill is a candidate-generation and setup-quality workflow, not a signal service or an auto-execution system. ## When to Use - User asks for Stockbee / Pradeep Bonde style Momentum Burst screening - User wants 4% breakout, dollar breakout, or range expansion candidates - User asks for short-term 3-5 day swing momentum setups - User wants to review whether a daily breakout has A/B/C setup quality - User provides a symbol list, universe file, or historical OHLCV JSON for screening - User wants candidate outputs to feed into `technical-analyst`, `position-sizer`, or `trader-memory-core` ## Prerequisites - FMP API key for live universe and historical OHLCV screening: ```bash export FMP_API_KEY=your_api_key_here ``` - Optional no-API path: provide `--prices-json` containing daily OHLCV bars by symbol. - Run only after the market-regime workflow allows new swing risk, or mark output as manual-review-only. ## Workflow ### Step 1: Choose Input Mode Use one of three modes: **Mode A: FMP universe scan** ```bash python3 skills/stockbee-momentum-burst-screener/scripts/screen_momen

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Workflow
  4. Step 1: Choose Input Mode
  5. Step 2: Run the Screening Pass
  6. Step 3: Review Output
  7. Step 4: Send Survivors to Trade Planning
  8. Output
  9. Resources
Ships with 5 files
  • references/entry_exit_rules.md
  • references/momentum_burst_methodology.md
  • references/scoring_system.md
  • scripts/screen_momentum_burst.py
  • scripts/tests/test_screen_momentum_burst.py
Commands it runs
export FMP_API_KEY=your_api_key_here
python3 skills/stockbee-momentum-burst-screener/scripts/screen_momentum_burst.py \
More from AI-Trading-Skills
All skills →
About this skill
What does the stockbee-momentum-burst-screener skill do?

Screen US stocks for Stockbee-style short-term Momentum Burst setups using 4% breakout, dollar breakout, range expansion, volume expansion, prior range contraction, close-location, failure filters, and risk-distance scoring. Use when the user asks for Stockbee, Pradeep Bonde, momentum burst, 4% breakout, range expansion, dollar breakout, short-term swing momentum candidates, or 3-5 day burst setup review.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill stockbee-momentum-burst-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