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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- Data Sources
- Primary Sources
- Broker MCP Tools Used
- Workflow
- Step 1: Fetch NSE Advance/Decline Data
- Step 2: Calculate Breadth Indicators
- Step 3: Assess % of Stocks Above 200 DMA and 50 DMA
- Step 4: Count New 52-Week Highs vs Lows (via Groww MCP)
- Step 5: Score Breadth Health (0-100 Composite)
- Step 6: Map to Equity Exposure Recommendation
- Step 7: Generate Report
- Quick Reference: NSE Sector Indices
- Example Breadth Assessment
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.
