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 five filing / ownership skills on a single ticker (8-k-scanner + risk-factor-delta + filing-sentiment + insider-flow + analyst-tracker) and returns a unified fundamental report with a cross-source verdict (predominantly_constructive /
$ npx -y skills add rgourley/quant-garage --skill filing-triangulation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/filing-triangulationContext preview
The summary Claude sees to decide when to auto-load this skill.
Workflow composite that runs five filing / ownership skills on a single ticker (8-k-scanner + risk-factor-delta + filing-sentiment + insider-flow + analyst-tracker) and returns a unified fundamental report with a cross-source verdict (predominantly_constructive /
name: filing-triangulation description: Workflow composite that runs five filing / ownership skills on a single ticker (8-k-scanner + risk-factor-delta + filing-sentiment + insider-flow + analyst-tracker) and returns a unified fundamental report with a cross-source verdict (predominantly_constructive / predominantly_concerning / mixed / no_clear_signal). Handles entitlement gaps gracefully. Requires Stocks Basic; analyst-tracker section skipped without Benzinga Analyst Ratings.
You hand over a ticker. The workflow runs five fundamental skills in sequence and returns a unified report with a cross-source verdict:
Answers "what is the full fundamental picture on this name?" — the integrated view I've been building manually every time you asked me to look at ALLO or NVDA.
"everything you know about X"
Not for: watchlist scans (one ticker at a time; this is 5+ API call sequences). Not for real-time (all data sources are snapshot / filing-based).
section will emit NOT_AUTHORIZED without it and skip gracefully)
Optional:
**Layer 1: canonical JSON** with the full output of each sub-skill nested under `eight_k_scanner`, `risk_factor_delta`, `filing_sentiment`, `insider_flow`, `analyst_tracker`. Plus a top-level `triangulation` block with `verdict`, `bullish_signals`, `concerns`, `other_signals`.
**Layer 2: rendered note**. Verdict header + concerns / bullish signals list + per-sub-skill summary blocks.
1. Runs each sub-skill in sequence with error catching. If any sub-skill raises (entitlement, empty data, etc.), records the error and moves on. 2. Cross-reads the outputs to build a triangulation:
ensemble consensus PT premium, positive M&A / leadership news
selling, analyst downgrades, restatement filings 3. Verdict:
If a sub-skill fails, the `sub_skill_errors` block reports the failure and the triangulation is built from what remains. Missing Benzinga analyst-tracker just drops the sell-side lens.
iterate + summarize, but the per-ticker output is already dense.
no rolling history.
the current price / RS / vol regime.
zero-dte-gamma.
These are clean composite extensions.
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…