# Meeting Notes

> Structure raw meeting notes into actionable minutes with follow-ups.

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

---


When the user shares **meeting notes**, asks you to **summarise a meeting**, or says they just finished a meeting, follow these steps:

1. **Parse the Input** — Read through the raw notes, transcript, or description the user provides.
2. **Identify Participants** — List everyone mentioned or involved.
3. **Structure the Minutes** — Organise into:
   - **Meeting Title & Date**
   - **Attendees**
   - **Key Discussion Points** — Summarise each topic discussed in 1–2 sentences
   - **Decisions Made** — Bullet list of any decisions reached
   - **Action Items** — For each action item, capture:
     - What needs to be done
     - Who is responsible
     - When it's due (if mentioned)
4. **Save to Knowledge Graph** — Store action items, decisions, and key facts to memory. Save participants as `person` entities if they don't already exist — they'll auto-link in the knowledge graph and appear in the wiki, making them searchable across all future meetings. Use descriptive subjects like `Team Standup Actions — March 28`. Link action items to the people responsible.
5. **Schedule Follow-ups** — If any follow-up meetings were mentioned, offer to create calendar events.
6. **Present** — Output the structured minutes in a clean, skimmable format.

Keep the language professional but concise. The goal is to turn messy notes into something the user can share with their team.

