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…
Sunday-night prep for the week's earnings prints. Runs earnings-blackout across the watchlist to find who prints in the window, then earnings-drilldown + technical-briefing per imminent print (capped to top_n_drilldown for cost control). Use when the operator has multiple names
$ npx -y skills add rgourley/quant-garage --skill earnings-week-prep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/earnings-week-prepContext preview
The summary Claude sees to decide when to auto-load this skill.
Sunday-night prep for the week's earnings prints. Runs earnings-blackout across the watchlist to find who prints in the window, then earnings-drilldown + technical-briefing per imminent print (capped to top_n_drilldown for cost control). Use when the operator has multiple names
name: earnings-week-prep description: Sunday-night prep for the week's earnings prints. Runs earnings-blackout across the watchlist to find who prints in the window, then earnings-drilldown + technical-briefing per imminent print (capped to top_n_drilldown for cost control). Use when the operator has multiple names printing in a single week and wants a one-shot sizing / positioning briefing on each.
You hand over a watchlist. The skill finds who prints in the forward window (default 7d), then runs full drilldown + technical briefing per imminent print. Capped to top N by proximity for cost control.
"drilldown my earnings names"
**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Watchlist earnings-blackout scan + per-print drilldown + technical readings.
**Layer 2 rendered brief** listing prints, then a per-name block for each. See [`references/rendering.md`](./references/rendering.md).
1. earnings-blackout on the watchlist (window_days=7 by default) 2. Sort imminent prints by days-out 3. For top N (default 5): earnings-drilldown + technical-briefing
earnings-drilldown is heavy (SEC EDGAR walk + Massive financials + optional options chain). Cap `top_n_drilldown` to keep the API budget honest.
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…