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…
Rates and credit view via ETF proxies (SHV, SHY, IEF, TLT, TIP, LQD, HYG, AGG). Reports returns across 1/5/20/60/120 day windows, price percentile vs trailing year, HYG-LQD credit spread delta and TLT-IEF duration spread delta, plus HYG-benchmark correlation. Derives a regime
$ npx -y skills add rgourley/quant-garage --skill fixed-income-context --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fixed-income-contextContext preview
The summary Claude sees to decide when to auto-load this skill.
Rates and credit view via ETF proxies (SHV, SHY, IEF, TLT, TIP, LQD, HYG, AGG). Reports returns across 1/5/20/60/120 day windows, price percentile vs trailing year, HYG-LQD credit spread delta and TLT-IEF duration spread delta, plus HYG-benchmark correlation. Derives a regime
name: fixed-income-context description: Rates and credit view via ETF proxies (SHV, SHY, IEF, TLT, TIP, LQD, HYG, AGG). Reports returns across 1/5/20/60/120 day windows, price percentile vs trailing year, HYG-LQD credit spread delta and TLT-IEF duration spread delta, plus HYG-benchmark correlation. Derives a regime label (risk_off, credit_stress, goldilocks, reflation, rate_pressure, neutral). Every equity valuation implicitly assumes something about rates; this skill closes the equity-only gap without needing FRED.
You hand over nothing. The skill returns the rates and credit picture via a fixed panel of ETF proxies plus derived spread reads and a plain-English regime label.
ETF proxies rather than raw yields so the whole thing runs on any Massive Stocks plan. When you want actual yields, wire in FRED as the primary source and keep this as fallback.
(portfolio-review, valuation-sanity-check, scan-and-frame)
"spreads widening"
**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Per-proxy returns and percentiles, spread deltas, HYG-benchmark correlation, regime label + read, caveats.
**Layer 2 rendered brief**. Regime line + proxy table + spread block
[`references/rendering.md`](./references/rendering.md).
(long duration bid). Classic flight-to-quality.
compression.
yields for duration ETFs. FRED integration would give both.
spread.** Directionally correct; not tradeable as a spread quote.
regime engine is a bigger build.
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…