# Meeting Summarizer

> Condenses a meeting transcript or raw notes into decisions, action items with owners, and open questions. Use when a user pastes a transcript, forwards meeting notes, or asks "summarize this meeting" / "what did we decide".

- Skill: `brianggggg/meeting-summarizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add brianggggg/meeting-summarizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/brianggggg/meeting-summarizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: brianggggg (https://skillmd.com/u/brianggggg)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/brianggggg/meeting-summarizer

---


# Meeting Summarizer

Turn unstructured meeting input into a short, scannable summary.

## Process

1. Read the full transcript/notes before summarizing — don't summarize incrementally.
2. Extract three sections, in this order:
   - **Decisions** — anything the group explicitly agreed on.
   - **Action items** — task, owner, and due date if stated (mark "unassigned" or "no date" rather than guessing).
   - **Open questions** — things raised but not resolved.
3. Keep each bullet to one line. Don't restate discussion that led nowhere.
4. If the transcript has no clear decisions or action items, say so rather than inventing them.

## Output format

```
## Decisions
- ...

## Action Items
- [ ] Task — @owner — due date

## Open Questions
- ...
```

