Morning banner
ek33450505 ek33450505

Morning

Development community

Description

Use the `morning-briefing` agent to generate today's morning briefing. The agent orchestrates 6 skills in sequence: 1. `calendar-fetch` — Calendar events 2. `inbox-fetch` — Unread email summary 3. `reminders-fetch` — Due reminders 4. `git-activity` — Yesterday's commits across all projects 5. `action-items` — Open items from meeting notes 6. `briefing-writer` — Assembles all data into the final briefing file Output: `briefings/YYYY-MM-DD-morning.md` **Run from Terminal** (not Claude Code) — A

Installation

Installs to ~/.claude/skills/ek33450505-claude-agent-team-morning/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ek33450505-claude-agent-team-morning && curl -fsSL https://raw.githubusercontent.com/ek33450505/claude-agent-team/HEAD/commands/morning.md -o ~/.claude/skills/ek33450505-claude-agent-team-morning/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository