Agent skill · AI & Agents

stockbee-20pct-study

Build and maintain a Stockbee-style daily 20% mover study for US equities by scanning +20%/-20% movers, classifying catalysts and setup context, updating forward outcomes, and summarizing cohort patterns. Use when the user asks to run a daily 20% study, backfill historical 20% movers, find recurring edge patterns, or build a model book of explosive market moves.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill stockbee-20pct-study --agent claude-code

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

Facts
Files in the skill folder: 14
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/stockbee-20pct-study/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 20% Study Build a daily event study of US equities that moved +20% or -20% over a defined window. Convert large movers into structured study records, classify the catalyst and chart context, update forward outcomes, and summarize recurring patterns for research. This skill is a research, model-book, and setup-fluency workflow. It does not generate buy/sell signals, place orders, or output broker execution instructions. ## When to Use - User wants to run a Stockbee-style daily 20% mover study - User asks which stocks moved +20% or -20% today, this week, or over a configurable lookback window - User wants to backfill historical 20% movers and study what happened next - User wants to identify continuation, reversal, exhaustion, or theme-cluster patterns - User wants to build a model book of explosive winners, major failures, and failed low-quality pops - User wants edge hints for downstream strategy research rather than immediate trade signals ## Prerequisites - Python 3.9+ - FMP API key for live US universe scans, or offline OHLCV JSON via `--prices-json` - Optional structured news/catalyst JSON for higher-quality catalyst classification - Recommended market regime artifac

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Workflow
  4. Step 1: Scan for 20% Movers
  5. Step 2: Enrich and Classify Events
  6. Step 3: Update Matured Forward Outcomes
  7. Step 4: Summarize Cohorts
  8. Step 5: Historical Backfill
  9. Output Format
  10. Resources
Ships with 13 files
  • assets/cohort_summary_template.md
  • assets/daily_report_template.md
  • references/catalyst_taxonomy.md
  • references/cohort_mining_rules.md
  • references/event_schema.md
  • references/methodology.md
  • references/scoring_system.md
  • scripts/run_20pct_study.py
  • scripts/tests/test_cli_outputs.py
  • scripts/tests/test_cohort_summary.py
  • scripts/tests/test_event_detection.py
  • scripts/tests/test_fmp_client.py
  • scripts/tests/test_forward_outcomes.py
Commands it runs
python3 skills/stockbee-20pct-study/scripts/run_20pct_study.py scan \
python3 skills/stockbee-20pct-study/scripts/run_20pct_study.py enrich \
python3 skills/stockbee-20pct-study/scripts/run_20pct_study.py update-outcomes \
python3 skills/stockbee-20pct-study/scripts/run_20pct_study.py summarize \
python3 skills/stockbee-20pct-study/scripts/run_20pct_study.py backfill \
More from AI-Trading-Skills
All skills →
About this skill
What does the stockbee-20pct-study skill do?

Build and maintain a Stockbee-style daily 20% mover study for US equities by scanning +20%/-20% movers, classifying catalysts and setup context, updating forward outcomes, and summarizing cohort patterns. Use when the user asks to run a daily 20% study, backfill historical 20% movers, find recurring edge patterns, or build a model book of explosive market moves.

How do I install it?

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