Morning brief
Analyst workflows as Claude skills. 62+ tools and 8 workflows spanning earnings, comps, valuation, options flow, factor research, sizing, risk, TCA, and ops. Built in the garage, not the trading floor.
npx -y skills add rgourley/quant-garage --skill morning-briefAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
60-second daily open briefing. Composes market-regime + macro-event-calendar (today+tomorrow) + news-scanner (last N per watchlist ticker). Lighter and shorter-horizon than weekly-brief. Use daily at the open, or when the operator wants a quick "what happened overnight and what's on today."
SKILL.md
1.2 KB, 231 tokens by cl100k_base, as published. Nobody here has run it
morning-brief
Daily open briefing. Runs market-regime, today+tomorrow's macro calendar, and last-N news per watchlist ticker. Answers "what's the tape today and what's the news I missed."
When to invoke
- Daily cadence (cron at market open with your watchlist)
- User says "morning brief", "what's happening today", "overnight news"
- Sharp counterpart to weekly-brief (which is 7d) — this is 1-2d
What you get back
Layer 1 JSON matching output-schema.json.
Headline: regime + today's macro events + top-5 news items across
watchlist.
Layer 2 rendered brief. See
references/rendering.md.
How it works
Pure composition:
- market-regime
- macro-event-calendar (window_days=2)
- news-scanner (last_n per ticker, watchlist)
Watchlist is optional. Without it, morning-brief runs macro-only.
What ships with it: 4 files
3.0 KB alongside SKILL.md
references/
- rendering.md625 B
- output-schema.json1023 B
- README.md905 B
- requires.yml540 B