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…
Beginner-friendly single-name snapshot. Composes technical-briefing + earnings-blackout + market-regime into a plain-language card. The retail-tier answer to "what should I know before buying this thing I saw on social." Zero jargon. Every claim gated by what the data actually
$ npx -y skills add rgourley/quant-garage --skill stock-one-pager --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/stock-one-pagerContext preview
The summary Claude sees to decide when to auto-load this skill.
Beginner-friendly single-name snapshot. Composes technical-briefing + earnings-blackout + market-regime into a plain-language card. The retail-tier answer to "what should I know before buying this thing I saw on social." Zero jargon. Every claim gated by what the data actually
name: stock-one-pager description: Beginner-friendly single-name snapshot. Composes technical-briefing + earnings-blackout + market-regime into a plain-language card. The retail-tier answer to "what should I know before buying this thing I saw on social." Zero jargon. Every claim gated by what the data actually says. Use when a first-time trader (or a friend) asks about a specific stock, or when the operator wants a low-glossary read before doing deeper work.
You hand over a ticker. The skill returns a beginner-friendly card: plain-language trend read, valuation-in-english, recent-range position, key support/resistance levels, next catalyst, market context, and a short honest "what could go wrong."
This is a RETAIL-TIER composed skill. Design bar: a first-time trader understands the output without a glossary, and the tool never implies certainty the data doesn't support. Every claim is gated to what technical-briefing + earnings-blackout + market-regime actually say.
appropriate for someone who doesn't speak sell-side
plain-language anchor on the name
with X"
technical-briefing + market-regime + earnings-blackout)
**Layer 1 canonical JSON** matching [`output-schema.json`](./output-schema.json). Plain-language fields (`trend_plain`, `market_context_plain`, etc.) alongside a `components` block that surfaces the raw component readings for callers who want to layer more on top.
**Layer 2 rendered card**. Header + 6 short blocks. No em-dashes, no jargon. See [`references/rendering.md`](./references/rendering.md).
Pure composition. Calls `run()` on three sub-skills, translates each into plain language via lookup tables, threads the readings into a "what could go wrong" list.
1. `technical-briefing.run(ticker)` for the chart read. 2. `earnings-blackout.run([ticker], window_days=30, include_past_days=30)` for the next-catalyst hint. 3. `market-regime.run()` for macro context (optional; skip via `include_market_context=False` when running in a tight loop over many tickers).
FDA decisions, regulatory events don't show up. Add news-scanner to the chain if you want a richer catalyst read.
valuation-sanity-check would push it toward analyst-tier and mix the audience. If a user needs valuation, invoke that skill separately.
interest. Same rationale.
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…