Morning Brief banner
learningisfun247365 learningisfun247365

Morning Brief

AI community

Description

--- name: morning-brief description: Generate today's AI + Learning briefing on demand. Pulls RSS + discovery searches, synthesizes via Claude, writes the website and a copy into the Obsidian vault. Run when you want the briefing now rather than waiting for the cron, or when you specifically want a vault copy for the day's planning context. --- # /morning-brief Generates today's AI + Learning industry briefing using the scanner at `briefing/scan.py`. Same code path the GitHub Actions cron uses

Installation

Installs to ~/.claude/skills/learningisfun247365-planning-system-claude-code-morning-brief/SKILL.md

Terminal
mkdir -p ~/.claude/skills/learningisfun247365-planning-system-claude-code-morning-brief && curl -fsSL https://raw.githubusercontent.com/learningisfun247365/planning-system-claude-code/HEAD/skills/morning-brief.md -o ~/.claude/skills/learningisfun247365-planning-system-claude-code-morning-brief/SKILL.md

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

Full documentation available on GitHub

View Source Repository