daily-standup
Generate a daily standup summary from recent Claude Code sessions — completed work grouped by project (cwd), session costs from the pricing engine, tool invocations, error/compaction/APIError events, and turn velocity metrics from session metadata (turn_count, total_turn_duration_ms).
npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill daily-standup --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Daily Standup Generate a daily standup report from Claude Code Agent Monitor data. ## Input The user provides: **$ARGUMENTS** This may be: - "today" or empty (default: last 24 hours) - "yesterday" for the previous day - A specific date: "2025-04-10" ## Procedure 1. **Fetch recent session data** from `http://localhost:4820`: - `GET /api/sessions?limit=50` (default sort: most recently updated first) - Filter sessions that started within the target day - For each matching session: `GET /api/events?session_id={session_id}` 2. **Compile standup sections**: ### ✅ What I accomplished - List each completed session with: - Brief description (from session name or first tool's context) - Working directory (project context) - Key tools used and outcomes - Duration and model used - Group by project/working directory if multiple ### ⚠️ Issues encountered - Sessions that ended in `error` or `abandoned` status - Tools that failed (from error events) - Compaction events (hit context limits) - Unusually long sessions (>2x average duration) ### 📋 Key metrics - Total sessions: N - Total time spent: X hours Y minutes - Tools invoked: N (top 3 listed) - Estimated cost: $X.XX - Completion rate: N% ###
- Input
- Procedure
- Output Format
What does the daily-standup skill do?
Generate a daily standup summary from recent Claude Code sessions — completed work grouped by project (cwd), session costs from the pricing engine, tool invocations, error/compaction/APIError events, and turn velocity metrics from session metadata (turn_count, total_turn_duration_ms).
How do I install it?
Run `npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill daily-standup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From hoangsonww/Claude-Code-Agent-Monitor, a repository with 869 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
