Skip to content
Data
Skill

/regime-audit

Workflow composite that runs change-point-detector + hurst-exponent on SPY plus the 11 SPDR sector ETFs. Reports per-name the last detected regime shift, current persistence classification (mean_reverting / random_walk / trending), and cross-sector summary (broad_regime_shift /

From plugin
quant-garage
761 skills
Install
$ npx -y skills add rgourley/quant-garage --skill regime-audit --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/regime-audit

Context preview

The summary Claude sees to decide when to auto-load this skill.

Workflow composite that runs change-point-detector + hurst-exponent on SPY plus the 11 SPDR sector ETFs. Reports per-name the last detected regime shift, current persistence classification (mean_reverting / random_walk / trending), and cross-sector summary (broad_regime_shift /

SKILL.md

regime-audit.SKILL.md
name: regime-audit
description: Workflow composite that runs change-point-detector + hurst-exponent on SPY plus the 11 SPDR sector ETFs. Reports per-name the last detected regime shift, current persistence classification (mean_reverting / random_walk / trending), and cross-sector summary (broad_regime_shift / localized_regime_shift / trend_dominated / mean_reversion_dominated / mixed_stable). Requires Stocks Basic. Runs on the free tier.

regime-audit

Runs `change-point-detector` and `hurst-exponent` on SPY + 11 SPDR sector ETFs. Reports a matrix view: for each name, when the last regime shift happened, current annualized return + vol per segment, and the Hurst persistence classification.

Answers "where has the market regime shifted, and which sectors are in what regime right now?"

When to invoke

  • Weekly market context review
  • Sector rotation prep
  • "Is this a trending or mean-reverting environment?"
  • The user says "regime audit", "sector regimes", "regime shift map"

What you need

  • `MASSIVE_API_KEY` exported
  • Stocks Basic minimum

Optional:

  • `--tickers` (default: SPY + 11 SPDR sector ETFs)
  • `--lookback-days` (default 504)
  • `--lambda-run` (default 250) — change-point prior mean run length

What you get back

**Layer 1: JSON** with per-ticker `hurst`, `hurst_classification`, `n_change_points`, `last_change_point_date`, `last_change_point_confidence`, `current_segment` (annualized return

  • vol), `n_segments`. Top-level `by_regime` counts,

`n_shifted_recently`, `summary_verdict`.

**Layer 2: rendered note**. Header verdict + summary counts, per-name table, one-line Take.

Foundations used

  • Composes `change-point-detector` and `hurst-exponent`
  • Uses `massive-api-patterns` transitively.
Read more
Ships withquant-garage

Trade like a pro. Without the terminal. View the full landing page → Quant and equity research tools that run inside Claude, or behind your own UI.

Get the whole plugin
Stats
7
Stars
0
Forks
Active
Maintenance
Python
Language
7d ago
Last commit
2mo ago
Created

Repo: rgourley/quant-garage

Other skills on quant-garage.