md-meeting-notes
Installation
SKILL.md
Meeting Notes Summarizer
Transforms markdown meeting transcripts into structured meeting summaries. Best results with Google Meet transcripts generated by Gemini, but compatible with any MD transcript that includes speaker names and timestamps.
Workflow
Step 1: Discover & Select Transcript Files
- Search the project's
Meeting notes/folder for files matching*.mdpattern (using Glob) - Always present the list of found files to the user via AskUserQuestion and let them choose which file(s) to process
- Never auto-select, even if only one file is found
Step 2: Read Transcript & Extract Metadata
Related skills