From sessions
Generates a terse standup summary of yesterday and today's AI coding sessions, grouped by project and formatted for Slack or standup threads.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sessions:standupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a brief standup-style summary.
Generate a brief standup-style summary.
Calculate dates. Yesterday and today in YYYY-MM-DD format.
Fetch the digest. Call get_activity_digest with:
startDate: yesterdayendDate: todaydetail: "compact"Format as a standup. Write three sections, each 2-4 bullets max:
Yesterday:
Today (so far):
Carrying forward:
npx claudepluginhub nicknisi/sessions --plugin sessionsGenerates standup summaries of recent Claude Code sessions: lists done commits by project/branch/duration, in-progress tasks, and metrics like total time/sessions.
Generates a weekly summary of AI coding sessions with day-by-day breakdowns, key accomplishments, and recurring themes across projects.
Generates structured standup updates from recent commits, PRs, ticket changes, and rough notes. Formats output as yesterday/today/blockers.