---
name: "Meeting Notes Summarizer"
type: "skill"
version: "1.0.0"
description: "Transforms raw meeting notes into structured summaries with decisions, action items, and executive overview."
author: "vibecodin.gg"
tags:
  - meetings
  - summarization
  - workflow-automation
  - operations
  - project-management
  - process-documentation
  - decision-tracking
license: "MIT"
created: "2026-04-04"
updated: "2026-04-04"
tested_with:
  - claude-sonnet-4-6

trigger: "Invoke when you need to organize raw meeting notes into actionable documentation."
commands:
  - name: "summarize"
    description: "Parse meeting notes and generate a complete structured summary with metadata, decisions, action items, and executive summary."
  - name: "extract-actions"
    description: "Extract only action items from meeting notes, with assigned owners and due dates if mentioned."
dependencies:
  mcps: []
  note: "No dependencies required for this skill to function."
  tools: []
  skills: []
---
