summarize-meeting

Convert meeting transcripts into structured summaries with topics, decisions, and action items.

5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tomzx/agents --skill summarize-meeting-tomzx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize-meeting
Source: https://github.com/tomzx/agents/tree/main/skills/summarize-meeting
Command: npx skills add https://github.com/tomzx/agents --skill summarize-meeting-tomzx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill transforms raw meeting transcripts into structured, searchable summaries that capture topics, decisions, action items, owners, and open questions.

Core Features & Use Cases

  • Identify participants from the transcript (speakers and mentioned attendees).
  • Extract topics in chronological order and provide 1-3 sentence summaries per topic.
  • List explicit decisions and assign owners; extract action items with deadlines when provided.
  • Output a summary file named <transcript-stem>-summary.md in the same directory as the transcript.

Quick Start

Upload a meeting transcript file and run summarize-meeting to generate a transcript-summary in the same folder.

Frequently Asked Questions about summarize-meeting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract action items and decisions from a meeting transcript?

Extracting action items and decisions from a meeting transcript requires a tool to parse the text and output a structured summary capturing chronological topics, owners, deadlines, and open questions.

Can I generate a markdown summary from a raw meeting transcript?

Yes, you can generate a markdown summary from a raw meeting transcript. The tool processes readable text formats and outputs a structured file named with the transcript's stem followed by -summary.md in the same directory.

What is the best way to summarize meeting topics in chronological order?

The best way to summarize meeting topics in chronological order is to use an automated extraction tool that reads the transcript and maps the progression of discussions into 1-3 sentence summaries per topic.

Do I need a specific file format to extract meeting notes and participants?

You need the meeting transcript in a readable text format to extract notes and participants. The tool identifies speakers and mentioned attendees from the text to build the structured summary output.

Does meeting transcript summarization work for long discussions with multiple speakers?

Meeting transcript summarization works for discussions of any length. It processes transcripts with multiple speakers, identifies participants, and extracts chronological topics, decisions, and assigned action items.