Agent skill

scenario-analyzer

Analyze news headlines, policy announcements, or geopolitical events to build 18-month probabilistic scenarios for Indian markets. Use when the user provides a headline or asks about the market impact of RBI policy, government announcements, global events, budget, or sector-specific news on NSE/BSE stocks.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill scenario-analyzer-ajeeshworkspace-indian-trading-skill --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/scenario-analyzer-ajeeshworkspace-indian-trading-skill/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

# Scenario Analyzer (India Markets) ## Overview This skill takes a news headline or event and builds probabilistic 18-month scenarios with cascading 1st, 2nd, and 3rd order sector impacts and specific stock recommendations for the Indian market. ## Architecture ``` Skill (Orchestrator) ├── Phase 1: Preparation │ ├── Headline parsing (keywords, entities, actions, numbers) │ ├── Event classification │ └── Load references ├── Phase 2: Analysis │ ├── Collect related news (past 2 weeks via WebSearch) │ ├── Build 3 scenarios (Base/Bull/Bear, probabilities sum to 100%) │ ├── Map 1°/2°/3° sector impacts │ └── Identify 3-5 positive + 3-5 negative impact stocks └── Phase 3: Report Generation ├── Compile findings ├── Assess scenario probability distribution └── Save report ``` ## Event Classification Classify the headline into one of these categories: | Category | Indian Context Examples | |----------|----------------------| | **Monetary Policy** | RBI rate decision, CRR/SLR change, liquidity measures | | **Fiscal Policy** | Union Budget, GST changes, PLI schemes, disinvestment | | **Geopolitical** | India-China border, India-Pakistan, Russia-Ukraine, Middle East | | **Commodity** | Crude oil

What's inside
Steps it walks through
  1. Overview
  2. Architecture
  3. Event Classification
  4. Workflow
  5. Phase 1: Preparation
  6. Phase 2: Analysis
  7. Phase 3: Report Generation
  8. Quality Standards
  9. Example Usage
  10. Resources
  11. references/headlineeventpatterns.md
  12. references/sectorsensitivitymatrix.md
  13. references/scenarioplaybooks.md
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the scenario-analyzer skill do?

Analyze news headlines, policy announcements, or geopolitical events to build 18-month probabilistic scenarios for Indian markets. Use when the user provides a headline or asks about the market impact of RBI policy, government announcements, global events, budget, or sector-specific news on NSE/BSE stocks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill scenario-analyzer-ajeeshworkspace-indian-trading-skill --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