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 for a single ticker heading into an earnings print. Chains earnings-blackout (timing check) + event-study (prior print reaction distribution) + guidance-tracker (management raise/cut track record) + analyst-tracker (sell-side positioning) +
$ npx -y skills add rgourley/quant-garage --skill pre-earnings-full-stack --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pre-earnings-full-stackContext preview
The summary Claude sees to decide when to auto-load this skill.
Workflow composite for a single ticker heading into an earnings print. Chains earnings-blackout (timing check) + event-study (prior print reaction distribution) + guidance-tracker (management raise/cut track record) + analyst-tracker (sell-side positioning) +
name: pre-earnings-full-stack description: Workflow composite for a single ticker heading into an earnings print. Chains earnings-blackout (timing check) + event-study (prior print reaction distribution) + guidance-tracker (management raise/cut track record) + analyst-tracker (sell-side positioning) + mc-portfolio-simulator (P&L distribution at proposed weight over the horizon). Emits a posture verdict (constructive_setup / mixed_setup / avoid_or_hedge / no_imminent_print). Requires Stocks Basic; guidance-tracker and analyst-tracker sections skip gracefully without Benzinga entitlements.
Full pre-earnings prep on a single ticker. Chains five sub-skills and emits an integrated read plus a size-sensitive posture.
trade the print"
Optional:
**Layer 1: JSON** with all five sub-skill outputs nested + a `posture` block containing verdict + signals + warnings + reaction_take.
**Layer 2: rendered note**. Posture header + signals / warnings + per-sub-skill summary blocks + Take.
1. earnings-blackout: check timing. 2. event-study (aggregate mode, last ~2 years): reaction distribution for prior prints. 3. guidance-tracker: management's own trajectory (Benzinga add-on). 4. analyst-tracker: sell-side positioning (Benzinga add-on). 5. mc-portfolio-simulator: forward P&L at proposed weight.
Verdict logic:
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…