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…
60-second daily open briefing. Composes market-regime + macro-event-calendar (today+tomorrow) + news-scanner (last N per watchlist ticker). Lighter and shorter-horizon than weekly-brief. Use daily at the open, or when the operator wants a quick "what happened overnight and
$ npx -y skills add rgourley/quant-garage --skill morning-brief --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/morning-briefContext preview
The summary Claude sees to decide when to auto-load this skill.
60-second daily open briefing. Composes market-regime + macro-event-calendar (today+tomorrow) + news-scanner (last N per watchlist ticker). Lighter and shorter-horizon than weekly-brief. Use daily at the open, or when the operator wants a quick "what happened overnight and
name: morning-brief description: 60-second daily open briefing. Composes market-regime + macro-event-calendar (today+tomorrow) + news-scanner (last N per watchlist ticker). Lighter and shorter-horizon than weekly-brief. Use daily at the open, or when the operator wants a quick "what happened overnight and what's on today."
Daily open briefing. Runs market-regime, today+tomorrow's macro calendar, and last-N news per watchlist ticker. Answers "what's the tape today and what's the news I missed."
news"
**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Headline: regime + today's macro events + top-5 news items across watchlist.
**Layer 2 rendered brief**. See [`references/rendering.md`](./references/rendering.md).
Pure composition: 1. market-regime 2. macro-event-calendar (window_days=2) 3. news-scanner (last_n per ticker, watchlist)
Watchlist is optional. Without it, morning-brief runs macro-only.
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…