Daily Brief banner
retzion retzion

Daily Brief

Development community

Description

--- name: daily-brief description: Show the latest agentic coding daily brief, or list available reports. args: "[list | YYYY-MM-DD | search term | (empty for latest)]" --- # Daily Brief Skill Fetch and display daily briefing reports from the GitHub repo `retzion/daily-briefs`. This skill does NOT use any local files — all content is pulled live from GitHub. ## Behavior Parse the argument passed via `$ARGUMENTS`: ### Default / latest (no argument, or "latest") 1. Use Bash to run: `gh api r

Installation

Installs to ~/.claude/skills/retzion-daily-briefs-daily-brief/SKILL.md

Terminal
mkdir -p ~/.claude/skills/retzion-daily-briefs-daily-brief && curl -fsSL https://raw.githubusercontent.com/retzion/daily-briefs/HEAD/.claude/skills/daily-brief.md -o ~/.claude/skills/retzion-daily-briefs-daily-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