breadth-chart-analyst
This skill should be used when analyzing market breadth charts, specifically the S&P 500 Breadth Index (200-Day MA based) and the US Stock Market Uptrend Stock Ratio charts. Use this skill when the user provides breadth chart images for analysis, requests market breadth assessment, positioning strategy recommendations, or wants to understand medium-term strategic and short-term tactical market outlook based on breadth indicators. Also works WITHOUT chart images by fetching CSV data directly from public sources. All analysis and output are conducted in English.
npx skills add BaggaT236/AI-Trading-Skills --skill breadth-chart-analyst --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.
# Breadth Chart Analyst ## Overview This skill enables specialized analysis of two complementary market breadth charts that provide strategic (medium to long-term) and tactical (short-term) market perspectives. Analyze breadth chart images to assess market health, identify trading signals based on backtested strategies, and develop positioning recommendations. All thinking and output are conducted exclusively in English. ## When to Use Use this skill when: - User provides S&P 500 Breadth Index (200-Day MA based) chart images for analysis - User provides US Stock Market Uptrend Stock Ratio chart images for analysis - User requests market breadth assessment or market health evaluation - User asks about medium-term strategic positioning based on breadth indicators - User needs short-term tactical timing signals for swing trading - User wants combined strategic and tactical market outlook - **User requests breadth analysis WITHOUT providing chart images** (CSV data mode) Do NOT use this skill when: - User asks about individual stock analysis (use `us-stock-analysis` skill instead) - User needs sector rotation analysis without breadth charts (use `sector-analyst` skill instead) - User w
- Overview
- When to Use
- Prerequisites
- Output
- Core Principles
- Chart Types and Purposes
- Chart 1: S&P 500 Breadth Index (200-Day MA Based)
- Chart 2: US Stock Market - Uptrend Stock Ratio
- Analysis Workflow
- Step 0: Fetch CSV Data (PRIMARY SOURCE - MANDATORY)
- Step 1: Receive Chart Images and Prepare Analysis
- Step 1.5: Two-Stage Chart Analysis (MANDATORY when charts provided)
- Step 2: Load Breadth Chart Methodology
- Step 3: Examine Sample Charts (First Time or for Reference)
python3 skills/breadth-chart-analyst/scripts/fetch_breadth_csv.py python3 skills/breadth-chart-analyst/scripts/extract_chart_right_edge.py <image_path> --percent 25 python3 skills/breadth-chart-analyst/scripts/detect_uptrend_ratio.py <image_path> [--debug] python3 skills/breadth-chart-analyst/scripts/fetch_breadth_csv.py # Human-readable python3 skills/breadth-chart-analyst/scripts/fetch_breadth_csv.py --json # JSON output
What does the breadth-chart-analyst skill do?
This skill should be used when analyzing market breadth charts, specifically the S&P 500 Breadth Index (200-Day MA based) and the US Stock Market Uptrend Stock Ratio charts. Use this skill when the user provides breadth chart images for analysis, requests market breadth assessment, positioning strategy recommendations, or wants to understand medium-term strategic and short-term tactical market outlook based on breadth indicators. Also works WITHOUT chart images by fetching CSV data directly from public sources. All analysis and output are conducted in English.
How do I install it?
Run `npx skills add BaggaT236/AI-Trading-Skills --skill breadth-chart-analyst --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.
