Skip to content
Data
Skill

/morning-brief

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

From plugin
quant-garage
761 skills
Install
$ npx -y skills add rgourley/quant-garage --skill morning-brief --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/morning-brief

Context preview

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

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

SKILL.md

morning-brief.SKILL.md
name: morning-brief
description: 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."

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`](./output-schema.json). Headline: regime + today's macro events + top-5 news items across watchlist.

**Layer 2 rendered brief**. See [`references/rendering.md`](./references/rendering.md).

How it works

Pure composition: 1. market-regime 2. macro-event-calendar (window_days=2) 3. news-scanner (last_n per ticker, watchlist)

Watchlist is optional. Without it, morning-brief runs macro-only.

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.