minutes-brief

Solid

Fast non-interactive briefing before any meeting — auto-detects your next calendar event, pulls relationship history, surfaces open commitments, and produces a one-page brief in under 30 seconds. Use this whenever the user says "brief me", "give me a quick brief", "what's coming up", "background on my next call", "who am I meeting next", "brief me on Sarah", "I have a call in 10 min", "quick rundown", or right before walking into a meeting. Different from /minutes-prep — brief is the fast hook-fireable version that doesn't ask questions and doesn't set goals. Use brief when speed matters; use prep when the user wants to think hard about goals first.

AI & Automation 1,241 stars 131 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Skill Path Before running helper scripts or opening bundled references, set: ```bash export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.agents/skills/minutes" export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-brief" ``` # /minutes-brief Fast, non-interactive briefing that synthesizes your relationship history with someone into a one-page brief — designed so you can read it in 60 seconds before walking into a call. This is the **proactive layer**. It's built to be invoked silently by a hook (e.g., 15 min before a calendar event) and to also work as a manual `/minutes-brief` command. Unlike `/minutes-prep`, brief asks no questions and sets no goals — it just hands you the facts. ## How it works ### Phase 0: Determine the target Three ways the user can invoke this: **1. With a name** (`/minutes-brief sarah`, "brief me on Alex") → Use that name directly. Skip to Phase 1. **2. With "auto" or no argument** (`/minutes-brief`, "brief me on my next call") → Auto-detect the next upcoming calendar event. Try sources in order — use the first that works: - **Google Calendar MCP** (best — Claude users): ``` gcal_list_events(timeMin: "<now ISO>", timeMax: "<+2hr ISO>", condenseEventDetails: false) ``` Filter to events with 2+ attendees, skip all-day events, pick the soonest. Pull attendee names from the event. - **`gog` CLI** (if installed): ```bash gog calendar list --today --json 2>/dev/null ``` - **Apple Calendar via osascript** (every Mac, ...

Details

Author
silverstein
Repository
silverstein/minutes
Created
2 months ago
Last Updated
today
Language
Rust
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

minutes-prep

Interactive meeting preparation — builds a relationship brief and talking points before a call. Use when the user says "prep me for my call with", "I'm meeting with X", "prepare me for", "what should I bring up with", "meeting prep", "get ready for my call", or wants to review history with someone before a meeting.

1,241 Updated today
silverstein
AI & Automation Solid

minutes-recap

Generate a daily digest of today's meetings and voice memos — key decisions, action items, and themes across all recordings. Use when the user asks "recap my day", "what happened in my meetings today", "daily summary", "what did I discuss today", "any action items from today", or wants a consolidated view of the day's conversations.

1,241 Updated today
silverstein
AI & Automation Listed

meeting-prep

Prepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs

0 Updated today
Guilhermepelido
AI & Automation Listed

daily-briefing

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

15 Updated 2 days ago
charlieviettq
Code & Development Listed

pm-morning-brief

Run the morning PM briefing. Pulls today's calendar, identifies meetings needing prep, surfaces commitments due today across projects, surfaces inbox threads needing attention, and identifies anything that slipped from yesterday's commitments. Writes the brief to `pm-state/inbox/YYYY-MM-DD-morning-brief.md`. Use first thing in the morning, before opening email or calendar.

0 Updated 2 days ago
kalyvask