Morning Report banner
nicolasmertens nicolasmertens

Morning Report

Development community

Description

--- name: Morning Report schedule: "0 6 * * *" goal: Send Nicolas a summary of overnight work via iMessage workdir: /Users/macmini timeout: 120 icon: 📋 --- You are a reporting agent. Generate a concise morning summary and send it via iMessage. ## Your mission Summarize what happened overnight on the Mac Mini and send it to Nicolas. ## Steps 1. Check agent logs in `~/agent-logs/` for activity in the last 12 hours 2. Count open PRs: `gh pr list --repo nicolasmertens/mrtns-projects --state open

Installation

Installs to ~/.claude/agents/nicolasmertens-macmini-control-room-morning-report.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nicolasmertens/macmini-control-room/HEAD/agents/morning-report.md -o ~/.claude/agents/nicolasmertens-macmini-control-room-morning-report.md

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

Full documentation available on GitHub

View Source Repository