Agent skill

scenario-analyzer

ニュースヘッドラインを入力として18ヶ月シナリオを分析するスキル。 scenario-analystエージェントで主分析を実行し、 strategy-reviewerエージェントでセカンドオピニオンを取得。 1次・2次・3次影響、推奨銘柄、レビューを含む包括的レポートを日本語で生成。 使用例: /scenario-analyzer "Fed raises rates by 50bp" トリガー: ニュース分析、シナリオ分析、18ヶ月展望、中長期投資戦略

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill scenario-analyzer-nicepkg-ai-workflow-2 --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-nicepkg-ai-workflow-2/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

# Headline Scenario Analyzer ## Overview このスキルは、ニュースヘッドラインを起点として中長期(18ヶ月)の投資シナリオを分析します。 2つの専門エージェント(`scenario-analyst`と`strategy-reviewer`)を順次呼び出し、 多角的な分析と批判的レビューを統合した包括的なレポートを生成します。 ## When to Use This Skill 以下の場合にこのスキルを使用してください: - ニュースヘッドラインから中長期の投資影響を分析したい - 18ヶ月後のシナリオを複数構築したい - セクター・銘柄への影響を1次/2次/3次で整理したい - セカンドオピニオンを含む包括的な分析が必要 - 日本語でのレポート出力が必要 **使用例:** ``` /headline-scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /headline-scenario-analyzer "China announces new tariffs on US semiconductors" /headline-scenario-analyzer "OPEC+ agrees to cut oil production by 2 million barrels per day" ``` ## Architecture ``` ┌─────────────────────────────────────────────────────────────────────┐ │ Skill(オーケストレーター) │ │ │ │ Phase 1: 準備 │ │ ├─ ヘッドライン解析 │ │ ├─ イベントタイプ分類 │ │ └─ リファレンス読み込み │ │ │ │ Phase 2: エージェント呼び出し │ │ ├─ scenario-analyst(主分析) │ │ └─ strategy-reviewer(セカンドオピニオン) │ │ │ │ Phase 3: 統合・レポート生成 │ │ └─ reports/scenario_analysis_<topic>_YYYYMMDD.md │ └─────────────────────────────────────────────────────────────────────┘ ``` ## Workflow ### Phase 1: 準備 #### Step 1.1: ヘッドライン解析 ユーザーから入力されたヘッドラインを解析します。 1. **ヘッドライン確認** - 引数としてヘッドラインが渡されているか確認 - 渡されていない場合はユーザーに入力

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Architecture
  4. Workflow
  5. Phase 1: 準備
  6. Phase 2: エージェント呼び出し
  7. Phase 3: 統合・レポート生成
  8. Resources
  9. References
  10. Agents
  11. Important Notes
  12. 言語
  13. 対象市場
  14. 時間軸
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the scenario-analyzer skill do?

ニュースヘッドラインを入力として18ヶ月シナリオを分析するスキル。 scenario-analystエージェントで主分析を実行し、 strategy-reviewerエージェントでセカンドオピニオンを取得。 1次・2次・3次影響、推奨銘柄、レビューを含む包括的レポートを日本語で生成。 使用例: /scenario-analyzer "Fed raises rates by 50bp" トリガー: ニュース分析、シナリオ分析、18ヶ月展望、中長期投資戦略

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill scenario-analyzer-nicepkg-ai-workflow-2 --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