breadth-chart-analyst

breadth-chart-analyst is a skill for Claude Code, Codex from leecyno1/boutique-skills. It costs 107 tokens per session (7,734 once invoked), scanned A, a copy of breadth-chart-analyst, MIT.

A chart-analysis guide for two US stock-market breadth measures: the share of S&P 500 stocks above their 200-day average and the share of stocks in an uptrend. Market breadth shows how widely a market move is spread across its stocks.

In plain words
What is it for?
Use it to analyze supplied charts or CSV data, assess market health, identify breadth signals, and form medium- or short-term positioning views.
Why use it?
It helps distinguish broad market strength from a move led by only a few stocks. It combines a slower strategic view with a faster tactical view for positioning decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyze supplied charts or CSV data, assess market health, identify breadth signals, and form medium- or short-term positioning views.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leecyno1/boutique-skills/breadth-chart-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add leecyno1/boutique-skills --skill breadth-chart-analyst
Clone the repo
git clone --depth 1 https://github.com/leecyno1/boutique-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for breadth-chart-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/leecyno1/boutique-skills/breadth-chart-analyst/github.svg)](https://agentmods.dev/skills/leecyno1/boutique-skills/breadth-chart-analyst)
Your own site
<a href="https://agentmods.dev/skills/leecyno1/boutique-skills/breadth-chart-analyst"><img src="https://agentmods.dev/badge/skills/leecyno1/boutique-skills/breadth-chart-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for breadth-chart-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/leecyno1/boutique-skills/breadth-chart-analyst"><img src="https://agentmods.dev/badge/skills/leecyno1/boutique-skills/breadth-chart-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,734 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.07734
Opus 5 $0.00053 $0.03867
Sonnet 5 $0.00021 $0.01547
Haiku 4.5 $0.00011 $0.00773

Measured 6d ago against content hash 02c4abed0d1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

breadth-chart-analyst scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/detect_breadth_values.py, scripts/detect_uptrend_ratio.py, scripts/extract_chart_right_edge.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**PRIMARY data source**. Fetches market breadth, uptrend ratio, and sector summary data from public CSV sources. Uses only stdlib (urllib + csv) -- no external dependencies.
Origin

This is a copy

100% identical to breadth-chart-analyst — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/default/breadth-chart-analyst/SKILL.md · 768 lines

How it starts

The opening of the file, as written. The whole thing — 768 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 wants news-based market analysis (use market-news-analyst skill instead)

Prerequisites

  • Chart Images Optional: CSV data from public sources is the PRIMARY data source; chart images provide supplementary visual context
  • No API Keys Required: CSV data is fetched from public GitHub Pages; no external API subscriptions needed
  • Language: All analysis and output conducted in English

Output

This skill generates markdown analysis reports saved to the reports/ directory:

  • Chart 1 only: breadth_200ma_analysis_[YYYY-MM-DD].md
  • Chart 2 only: uptrend_ratio_analysis_[YYYY-MM-DD].md
  • Both charts: breadth_combined_analysis_[YYYY-MM-DD].md

Reports include executive summaries, current readings, signal identification, scenario analysis with probabilities, and actionable positioning recommendations for different trader types.

Read the full file on GitHub · 768 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 768 lines · 107 tokens per session scan A 02c4abed0d1b

Subscribe to this mod's changes

breadth-chart-analyst is a skill published in the GitHub repository leecyno1/boutique-skills (5 stars, last pushed 19d ago), licensed MIT. It adds 107 tokens to every session and 7,734 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to breadth-chart-analyst, differing in 6 lines, and is treated as a copy.

Related

Other skills, from other repositories