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…
Before-you-execute sanity check on a single ticker + intended action (buy, sell, add, reduce, exit). Composes technical-briefing + earnings-blackout (14d) + news-scanner (last N) + corporate-actions-scanner (90d) into a verdict (go, wait, review) plus red/green flag lists. Use
$ npx -y skills add rgourley/quant-garage --skill preflight-trade --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/preflight-tradeContext preview
The summary Claude sees to decide when to auto-load this skill.
Before-you-execute sanity check on a single ticker + intended action (buy, sell, add, reduce, exit). Composes technical-briefing + earnings-blackout (14d) + news-scanner (last N) + corporate-actions-scanner (90d) into a verdict (go, wait, review) plus red/green flag lists. Use
name: preflight-trade description: Before-you-execute sanity check on a single ticker + intended action (buy, sell, add, reduce, exit). Composes technical-briefing + earnings-blackout (14d) + news-scanner (last N) + corporate-actions-scanner (90d) into a verdict (go, wait, review) plus red/green flag lists. Use when the operator is about to execute a trade and wants a fast honest read on whether now is a bad time.
Single-ticker preflight check. You hand over ticker + action, get back a verdict (go, wait, review) plus red/green flags derived from four sub-skills.
Not a recommendation to trade or not trade. A structured "is now obviously a bad time" gate. If the tool says WAIT, the flags explain why. If GO, the flags list what's supporting.
`buy`, `sell`, `add`, `reduce`, `exit`. The action tilts the verdict threshold: `buy` and `add` require fewer red flags to warrant WAIT than `sell` or `exit` (bias toward defense on entry).
**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Verdict, red/green flag arrays, four sub-skill payloads.
**Layer 2 rendered note**. Verdict block on top, flags, then each sub-skill's own render below. See [`references/rendering.md`](./references/rendering.md).
Runs 4 sub-skills for the ticker, then applies deterministic rules in `_build_verdict()`:
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…