Skip to content
Data
Skill

/earnings-week-prep

Sunday-night prep for the week's earnings prints. Runs earnings-blackout across the watchlist to find who prints in the window, then earnings-drilldown + technical-briefing per imminent print (capped to top_n_drilldown for cost control). Use when the operator has multiple names

From plugin
quant-garage
761 skills
Install
$ npx -y skills add rgourley/quant-garage --skill earnings-week-prep --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/earnings-week-prep

Context preview

The summary Claude sees to decide when to auto-load this skill.

Sunday-night prep for the week's earnings prints. Runs earnings-blackout across the watchlist to find who prints in the window, then earnings-drilldown + technical-briefing per imminent print (capped to top_n_drilldown for cost control). Use when the operator has multiple names

SKILL.md

earnings-week-prep.SKILL.md
name: earnings-week-prep
description: Sunday-night prep for the week's earnings prints. Runs earnings-blackout across the watchlist to find who prints in the window, then earnings-drilldown + technical-briefing per imminent print (capped to top_n_drilldown for cost control). Use when the operator has multiple names printing in a single week and wants a one-shot sizing / positioning briefing on each.

earnings-week-prep

You hand over a watchlist. The skill finds who prints in the forward window (default 7d), then runs full drilldown + technical briefing per imminent print. Capped to top N by proximity for cost control.

When to invoke

  • Sunday night before a heavy earnings week
  • Multiple names in the book printing over the next 5-10 days
  • User says "prep for earnings week", "who's printing this week",

"drilldown my earnings names"

What you get back

**Layer 1 JSON** matching [`output-schema.json`](./output-schema.json). Watchlist earnings-blackout scan + per-print drilldown + technical readings.

**Layer 2 rendered brief** listing prints, then a per-name block for each. See [`references/rendering.md`](./references/rendering.md).

How it works

1. earnings-blackout on the watchlist (window_days=7 by default) 2. Sort imminent prints by days-out 3. For top N (default 5): earnings-drilldown + technical-briefing

Cost note

earnings-drilldown is heavy (SEC EDGAR walk + Massive financials + optional options chain). Cap `top_n_drilldown` to keep the API budget honest.

Read more
Ships withquant-garage

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.

Get the whole plugin
Stats
7
Stars
0
Forks
Active
Maintenance
Python
Language
7d ago
Last commit
2mo ago
Created

Repo: rgourley/quant-garage

Other skills on quant-garage.