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…
Research-tier idea generation with regime framing. Chains market-regime (context) + universe-builder (candidates) + relative-strength (rank candidates vs SPY). Optionally adds factor-research for broader factor context (heavy, off by default). Different from portfolio-review
$ npx -y skills add rgourley/quant-garage --skill scan-and-frame --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scan-and-frameContext preview
The summary Claude sees to decide when to auto-load this skill.
Research-tier idea generation with regime framing. Chains market-regime (context) + universe-builder (candidates) + relative-strength (rank candidates vs SPY). Optionally adds factor-research for broader factor context (heavy, off by default). Different from portfolio-review
name: scan-and-frame description: Research-tier idea generation with regime framing. Chains market-regime (context) + universe-builder (candidates) + relative-strength (rank candidates vs SPY). Optionally adds factor-research for broader factor context (heavy, off by default). Different from portfolio-review (positions) and weekly-brief (macro-only) — this is discovery mode.
Discovery-mode composite. Runs universe-builder with the operator's filters, ranks the top N by relative strength vs SPY, and frames the whole thing with the current market regime. Optional heavy factor- research pass for factor context.
in X sector", "screen for momentum names"
(retail single-name)
strength. Runs on Stocks Starter, ~10-30s depending on universe size.
Heavy — 3-year factor panel over 200-name universe. Use for weekly cadence, not per-run.
**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Headline: regime, universe count, top-5 RS-ranked candidates, top factor (if factor-research ran).
**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…