hoangsonww/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 https://github.com/hoangsonww/Claude-Code-Agent-Monitor --skill daily-standup
Generate a daily standup report from Claude Code Agent Monitor data.
The user provides: $ARGUMENTS
This may be:
http://localhost:4820:GET /api/sessions?limit=50 (default sort: most recently updated first)GET /api/events?session_id={session_id}error or abandoned statusPresent as a clean standup report with emoji section headers, bullet points for items, and a compact metrics table. Add a one-line summary at the top suitable for pasting into Slack or a team channel.
Take hoangsonww/daily-standup from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.