Agent skill · Code Review & Quality

stockbee-setup-fluency-trainer

Build a Stockbee-style setup model book from momentum-burst screener candidates, then update 3-day and 5-day forward outcomes with MFE/MAE, stop-hit status, outcome tags, and cohort statistics. Use when the user wants to study Stockbee Momentum Burst examples, track failed candidates, build setup fluency, review A/B setup quality, or convert screener outputs into a learning loop rather than immediate trade signals.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill stockbee-setup-fluency-trainer --agent claude-code

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

Facts
Files in the skill folder: 6
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/stockbee-setup-fluency-trainer/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 Setup Fluency Trainer Build and maintain a model book for Stockbee-style Momentum Burst setups. This skill turns daily screener candidates into structured study records, updates them after the 3-day and 5-day windows mature, and summarizes which setup features are working or failing. ## When to Use - User wants to study Stockbee Momentum Burst setups systematically - User asks to build a model book from `stockbee-momentum-burst-screener` output - User wants to review failed candidates, missed trades, or A/B setup quality - User wants 3-day / 5-day forward returns, MFE, MAE, and stop-hit outcomes - User wants to improve setup recognition before increasing position size - User asks which Stockbee tags should be promoted, downgraded, or filtered ## Prerequisites - Python 3.10+ - A `stockbee-momentum-burst-screener` JSON report, or compatible candidate JSON - Optional: FMP API key for outcome updates when offline OHLCV JSON is not supplied - Recommended local state path: `state/stockbee/model_book.jsonl` ## Workflow ### Step 1: Ingest Momentum Burst Candidates Run after the Stockbee Momentum Burst screener has produced a JSON report. ```bash python3 skills/stockbee-setup-flu

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Workflow
  4. Step 1: Ingest Momentum Burst Candidates
  5. Step 2: Update 3-Day and 5-Day Outcomes
  6. Step 3: Summarize Cohorts
  7. Step 4: Convert Evidence Into Practice
  8. Model Book Fields
  9. Interpretation Rules
  10. Output
  11. Resources
Ships with 5 files
  • references/model_book_schema.md
  • references/outcome_tags.md
  • references/review_workflow.md
  • scripts/build_model_book.py
  • scripts/tests/test_build_model_book.py
Commands it runs
python3 skills/stockbee-setup-fluency-trainer/scripts/build_model_book.py ingest \
python3 skills/stockbee-setup-fluency-trainer/scripts/build_model_book.py update \
python3 skills/stockbee-setup-fluency-trainer/scripts/build_model_book.py summarize \
More from AI-Trading-Skills
All skills →
About this skill
What does the stockbee-setup-fluency-trainer skill do?

Build a Stockbee-style setup model book from momentum-burst screener candidates, then update 3-day and 5-day forward outcomes with MFE/MAE, stop-hit status, outcome tags, and cohort statistics. Use when the user wants to study Stockbee Momentum Burst examples, track failed candidates, build setup fluency, review A/B setup quality, or convert screener outputs into a learning loop rather than immediate trade signals.

How do I install it?

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