analyze-us30

Route US30 analysis through the pair-analyze pipeline with calibrated overrides.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill analyze-us30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-us30
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/analyze-us30
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill analyze-us30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wrapper provides a US30-specific analysis workflow by routing the generic pair-analyze pipeline through index-calibrated settings, saving time and reducing setup errors.

Core Features & Use Cases

  • Binds the symbol to US30 (and common aliases) and applies US30-specific overrides
  • Delegates to the pair-analyze pipeline and returns the same JSON contract with an additional us30_context block
  • Use case: quickly analyze US30 with calibrated risk, session, and context for consistent decision-making

Quick Start

Invoke the skill using /tradecraft:analyze-us30 with optional [TIMEFRAME] and [MODE] to apply US30-specific defaults

Frequently Asked Questions about analyze-us30

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze the US30 index with calibrated trading settings?

US30 analysis workflow routing routes the symbol through a pair-analyze pipeline using index-calibrated settings. It normalizes alternative symbol aliases, applies US30-specific overrides, and returns a JSON plan containing context data to ensure consistent trading analysis.

How do I normalize alternative US30 symbol aliases for consistent pipeline input?

The workflow normalizes alternative US30 symbols by binding them to a single identifier and applying US30-specific overrides. This ensures compatibility with the pair-analyze contract and returns a consistent JSON output structure with an additional us30_context block.

What is the JSON contract structure returned by the US30 analysis pipeline?

The US30 analysis pipeline returns a JSON contract that mirrors the standard pair-analyze output structure but adds a dedicated us30_context block. This structure includes calibrated risk, session data, and normalized symbols for consistent analysis.

Can I specify a timeframe and mode when running a US30 index analysis?

You can specify a timeframe and mode for US30 index analysis by passing optional parameters during invocation. The workflow applies US30-specific default calibrations and routes the request through the pair-analyze pipeline to return the configured JSON plan.

Why does my generic pair-analyze pipeline return incorrect context for US30 trading?

Generic pair-analyze pipelines lack the index-specific calibration required for US30 trading, leading to setup errors. This workflow wrapper applies US30-specific overrides for risk and session calibration, returning a JSON plan with the correct context data.