From minutes
Synthesizes daily brief from meetings and voice memos: key decisions, action items, themes, cross-references, and interactive conflict detection.
npx claudepluginhub silverstein/minutes --plugin minutesThis skill uses the workspace's default tool permissions.
Synthesize all of today's meetings and voice memos into a single daily brief.
Synthesizes weekly meeting recordings into themes, decision arcs, stale commitments, and next-week priorities using minutes CLI.
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Extracts key decisions, takeaways, action items with DRIs, and open questions from meeting transcripts, notes, or Slack threads. Handles single meetings or weekly batches.
Share bugs, ideas, or general feedback.
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.