Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Turn meeting transcripts into structured notes with action items
claude install community/meeting-notesProcess meeting transcripts into structured notes: agenda items, key decisions, action items with owners, follow-up dates, and summary.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: meeting-notes
description: |
Generate structured meeting notes. Trigger when the user mentions a meeting,
call, standup, retro, or sync and wants notes, summaries, or action items.
Phrases: "meeting notes", "summarize meeting", "action items", "standup notes".
allowed-tools:
- Read
- Write
- Edit
---
# Meeting Notes
Generate structured meeting notes with action items, decisions, and follow-ups
from raw transcripts, bullet points, or verbal summaries.
## Output format
Every meeting note should include:
1. **Meeting title** and date
2. **Attendees** list
3. **Key decisions** - numbered, each with owner
4. **Action items** - checkbox list with owner and due date
5. **Discussion summary** - organized by topic, 2-3 sentences each
6. **Follow-ups** - items that need revisiting next meeting
## Example usage
- "Write meeting notes from this transcript"
- "Summarize today's standup"
- "Extract action items from our planning call"
## Configuration
No external dependencies required. Works with any transcript format
including raw text, Otter.ai exports, and Zoom transcripts.
## Tips
- Paste the raw transcript and ask for structured notes
- Ask for "brief" notes for standups, "detailed" for planning sessions
- Request follow-up email drafts based on the action items
mkdir -p ~/.claude/skills/meeting-notes~/.claude/skills/meeting-notes/SKILL.mdResulting file structure:
~/.claude/
skills/
meeting-notes/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Meeting Notes
Draft professional emails with the right tone and structure
Both used by Product Manager, Marketing Manager, Sales Rep
Build slide decks with talking points and speaker notes
Both used by Product Manager, Marketing Manager, Sales Rep
Write clear stakeholder updates with progress, blockers, and asks
Both used by Product Manager, Software Engineer, Marketing Manager
Triage your inbox and draft replies without API integrations
Both used by Product Manager, Marketing Manager, Sales Rep
Record decisions with context and alternatives for future reference
Both used by Product Manager, Software Engineer
Run structured retros that turn feedback into tracked action items
Both used by Product Manager, Software Engineer
Meeting Notes