ai-meeting-notes

Generate structured meeting notes with summaries, decisions, and action items from transcripts.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mattwoodco/skills --skill ai-meeting-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-meeting-notes
Source: https://github.com/mattwoodco/skills/tree/main/skills/ai-meeting-notes
Command: npx skills add https://github.com/mattwoodco/skills --skill ai-meeting-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the tedious process of summarizing meeting transcripts, extracting key information like decisions, action items, and timelines, saving significant time and improving recall.

Core Features & Use Cases

  • Automated Summarization: Generates concise executive summaries from raw transcripts.
  • Structured Data Extraction: Identifies and lists key decisions, action items (with assignees), and follow-up questions.
  • Timeline Generation: Creates a chronological overview of significant moments within the meeting.
  • Use Case: After a project status meeting, use this skill to automatically generate a summary, a list of assigned action items, and a record of key decisions made, ensuring everyone is aligned and accountable.

Quick Start

Use the ai-meeting-notes skill to generate notes from the transcript of the 'Q3 Planning' meeting.

Frequently Asked Questions about ai-meeting-notes

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

FAQPage Schema
How do I generate structured meeting notes from a transcript?

Generating structured meeting notes from a transcript uses AI to extract executive summaries, key decisions, action items with assignees, follow-up questions, and timestamped timelines automatically. This provides a chronological overview of significant moments within the meeting.

What is the best way to extract action items and decisions from meeting transcripts?

Extracting action items and decisions from meeting transcripts relies on AI summarization to identify key information, list assigned tasks with specific assignees, and track important decisions made. This ensures everyone remains aligned and accountable after the meeting.

Can I store AI-generated meeting summaries in a database using Drizzle ORM?

Storing AI-generated meeting summaries in a database using Drizzle ORM is supported. The skill provides API routes and React components for rendering, requiring integration with a Postgres database via Drizzle ORM to save the structured note data.

Do I need the AI SDK and Zod schemas to parse meeting transcripts?

Parsing meeting transcripts requires the AI SDK's generateObject function and Zod schemas to validate the structured output. You must also integrate transcription, ai-core, ai-tools, and db skills to process the raw text and generate the final notes.

Does this meeting summarization tool work with React components?

This meeting summarization tool works with React components by providing pre-built rendering components and API routes. These integrations allow you to display the generated executive summaries, timelines, and action items directly within your application interface.

What are the limitations of using AI for transcript analysis and meeting notes generation?

Limitations of using AI for transcript analysis and meeting notes generation include a strict dependency on external transcription services for raw text input. The accuracy of extracted action items and decisions also depends on the clarity of the original transcript.