summarize-meeting

Generates structured meeting summaries from transcripts using Python NLP libraries.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/abhishekchoudhari/pm-superic-skills --skill summarize-meeting-abhishekchoudhari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize-meeting
Source: https://github.com/abhishekchoudhari/pm-superic-skills/tree/main/pm-execution/skills/summarize-meeting
Command: npx skills add https://github.com/abhishekchoudhari/pm-superic-skills --skill summarize-meeting-abhishekchoudhari

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nltk, spacy, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating clear and actionable meeting summaries by transforming meeting transcripts into structured notes, improving team alignment and accountability.

Core Features & Use Cases

  • Meeting Transcription Summarization: Automates the creation of summaries from meeting transcripts, recordings, or notes.
  • Structured Notes: Organizes information with date, participants, topic, decisions, summary points, and action items.
  • Use Case: Quickly generate a comprehensive meeting summary after a discussion, without spending time on manual note-taking.

Quick Start

Create a summary of the last team meeting with 'summarize-meeting -t "Team Meeting" -d "2023-10-05" -p "Team Discussion" -n "John Doe, Jane Smith" -c "Discussing new product features."

Frequently Asked Questions about summarize-meeting

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

FAQPage Schema
How do I generate structured meeting summaries from transcripts?

To generate structured meeting summaries, you can automate text parsing and analysis on your meeting transcripts to extract dates, participants, decisions, and action items into organized notes.

Do I need Python natural language processing libraries to parse meeting notes?

Yes, you need Python natural language processing libraries like nltk and spacy to analyze the transcript text and organize the content into structured meeting documentation.

What is the best way to automate meeting documentation for team collaboration?

Automating meeting documentation is best achieved by processing transcripts with text analysis scripts to produce structured notes, ensuring clear communication and accountability among team participants.

Can I extract action items and decisions from a team discussion transcript?

Yes, you can extract action items and decisions from a team discussion transcript by running automated text parsing to isolate key points and organize them into structured formats.

How do I create a comprehensive meeting summary without manual note-taking?

You can create a comprehensive meeting summary without manual note-taking by supplying the transcript, topic, date, and participants to an automated script that parses and structures the discussion content.