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…
Twin decision-support. Chains event-study (what happened around a specific event) with historical-analog-finder (what usually happens in setups like now). Useful before making a call where both name-specific event evidence and market-wide regime analog matter. Also runs
$ npx -y skills add rgourley/quant-garage --skill historical-comparison --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/historical-comparisonContext preview
The summary Claude sees to decide when to auto-load this skill.
Twin decision-support. Chains event-study (what happened around a specific event) with historical-analog-finder (what usually happens in setups like now). Useful before making a call where both name-specific event evidence and market-wide regime analog matter. Also runs
name: historical-comparison description: Twin decision-support. Chains event-study (what happened around a specific event) with historical-analog-finder (what usually happens in setups like now). Useful before making a call where both name-specific event evidence and market-wide regime analog matter. Also runs analog-only mode when no ticker is supplied.
Twin comparison: event-study on the ticker + historical-analog-finder on the market. The idea: don't rely on one anchor when you can use both.
and "here's what usually happens in setups like this"
context matter
distribution
period. Both event and analog run.
analog runs.
**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Headline distills the T+5 CAR + prior percentile from event-study plus the median/IQR/hit-rate at 90d from the analog.
**Layer 2 rendered brief**. See [`references/rendering.md`](./references/rendering.md).
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…