From minutes
Synthesizes today's meetings and voice memos into a daily brief with key decisions, action items, and cross-meeting conflict detection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minutes:minutes-recapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Synthesize all of today's meetings and voice memos into a single daily brief.
Synthesize all of today's meetings and voice memos into a single daily brief.
Find today's recordings using the /minutes-search skill:
minutes search "$(date +%Y-%m-%d)" --limit 50
Read each meeting file using Read on the paths returned
Synthesize into a daily brief — use the template in templates/daily-recap.md as a starting point, adapting sections based on what actually exists in the day's recordings.
Present the recap directly in the conversation — don't save it to a file unless asked.
When you find conflicts between meetings (e.g., different decisions on the same topic, contradictory action items, or shifted priorities), don't just note them — ask the user about them.
Use AskUserQuestion: "I found a conflict between your meetings today: [Meeting A] decided [X], but [Meeting B] discussed doing [Y]. Which one is current?"
Options should include:
This turns the recap from a passive report into an active reconciliation tool. Surface at most 2-3 conflicts per recap to avoid fatigue.
~/meetings/memos/, not the main ~/meetings/ directory. The search command includes both, but double-check if the user says "I recorded a voice memo today" and you don't see it.action_items: and decisions: fields.npx claudepluginhub silverstein/minutes --plugin minutesSynthesizes a week of meeting recordings into a forward-looking brief with themes, decision arcs, and stale commitments. Activated when user says 'weekly review' or uses '/minutes-weekly'.
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Uses Glean's meeting_lookup tool to retrieve decisions, action items, attendees, transcripts from past meetings. For queries like 'what was decided' or 'meeting notes'.