8-k-scanner
Scan SEC 8-K disclosures across a single ticker or a watchlist using Massive's pre-parsed disclosure taxonomy. Groups the underlying rows by filing (one 8-K…
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 /
$ npx -y skills add rgourley/quant-garage --skill regime-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/regime-auditContext 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 /
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.
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?"
Optional:
**Layer 1: JSON** with per-ticker `hurst`, `hurst_classification`, `n_change_points`, `last_change_point_date`, `last_change_point_confidence`, `current_segment` (annualized return
`n_shifted_recently`, `summary_verdict`.
**Layer 2: rendered note**. Header verdict + summary counts, per-name table, one-line Take.
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.
Scan SEC 8-K disclosures across a single ticker or a watchlist using Massive's pre-parsed disclosure taxonomy. Groups the underlying rows by filing (one 8-K…
Track sell-side analyst positioning on a name via Benzinga Analyst Ratings. Pulls every rating event over the lookback window, classifies each as upgrade /…
Build a clean, point-in-time, ready-to-backtest OHLCV dataset for a US equity universe across an arbitrary date window. Emits parquet plus a manifest plus an…
Bayesian Online Change-Point Detection (BOCPD) on a ticker's daily log returns. Detects points in time where the return-generating distribution changed (regime…
Single-commodity macro read. Answers "is this commodity in a winning or losing macro setup right now" and names the macro driver that dominates it. Pulls one…
Reconcile a position file against splits, dividends, and spinoffs to catch breaks before they hit P&L or T+1 settlement. Use when an operator hands over a CSV…