Agent skill · Data & Analytics

india-market-breadth

Analyze Indian market breadth health using advance/decline data, stocks above moving averages, new highs/lows, and sector participation. Use when assessing rally quality, market participation width, or equity exposure levels for NSE/BSE.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill india-market-breadth --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/india-market-breadth/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# India Market Breadth Analyzer ## Purpose Market breadth measures how broadly a rally or decline is distributed across the market. A healthy market has broad participation — many stocks and sectors moving in the same direction. A narrow market, where only a few large-cap stocks are driving the index, is fragile and prone to reversal. This skill provides a systematic framework to assess NSE/BSE breadth health, score it on a 0-100 composite scale, and translate it into actionable equity exposure recommendations. --- ## Data Sources ### Primary Sources | Data Point | Source | Method | |------------|--------|--------| | Advance/Decline counts | NSE website / Web search | `WebSearch` for "NSE advance decline data today" | | Stocks above 200 DMA | Market screeners / Web search | `WebSearch` for "stocks above 200 DMA NSE" | | Stocks above 50 DMA | Market screeners / Web search | `WebSearch` for "stocks above 50 DMA NSE" | | New 52-week highs | Groww MCP | `fetch_market_movers_and_trending_stocks_funds` with `YEARLY_HIGH` filter | | New 52-week lows | Groww MCP | `fetch_market_movers_and_trending_stocks_funds` with `YEARLY_LOW` filter | | Sector performance | Groww MCP | `get_ltp` for sec

What's inside
Steps it walks through
  1. Purpose
  2. Data Sources
  3. Primary Sources
  4. Broker MCP Tools Used
  5. Workflow
  6. Step 1: Fetch NSE Advance/Decline Data
  7. Step 2: Calculate Breadth Indicators
  8. Step 3: Assess % of Stocks Above 200 DMA and 50 DMA
  9. Step 4: Count New 52-Week Highs vs Lows (via Groww MCP)
  10. Step 5: Score Breadth Health (0-100 Composite)
  11. Step 6: Map to Equity Exposure Recommendation
  12. Step 7: Generate Report
  13. Quick Reference: NSE Sector Indices
  14. Example Breadth Assessment
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the india-market-breadth skill do?

Analyze Indian market breadth health using advance/decline data, stocks above moving averages, new highs/lows, and sector participation. Use when assessing rally quality, market participation width, or equity exposure levels for NSE/BSE.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill india-market-breadth --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 majiayu000/claude-skill-registry, a repository with 534 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