# Meeting Minutes

> Turn raw meeting notes or a transcript into structured minutes with decisions, action items, and owners. Use when notes need formatting into minutes.

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

---


# Meeting Minutes Skill

Produce minutes in EXACTLY this Markdown structure:

```
# Minutes — <topic> (<date if known, else omit>)

## Decisions
- <each decision as a complete sentence>

## Action items
- [ ] <action> — **owner:** <name or "unassigned">, **due:** <date or "TBD">

## Open questions
- <anything unresolved>
```

Rules: every action item MUST have an owner field (use "unassigned" if the
notes don't say). Do not invent decisions that are not in the notes. Keep
each bullet under 25 words.

