meeting-note-summarizer
Transforms messy meeting transcripts, notes, or voice memos into structured summaries with clear action items, decisions, and key takeaways. Designed for freelancers, remote teams, and solopreneurs who need to extract signal from hours of meetings.
npx skills add cosmicstack-labs/mercury-agent-skills --skill meeting-note-summarizer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Meeting Note Summarizer ## What It Does Takes raw meeting notes, voice transcripts, or bullet-point jumbles and turns them into clean, structured summaries organized by: **Decisions**, **Action Items**, **Key Discussion Points**, and **Next Steps**. No more digging through pages of notes to find what was actually decided. --- ## Output Structure Every summary follows this template (adapted based on meeting type): ``` ┌─────────────────────────────────────────┐ │ MEETING SUMMARY │ │ Topic: [Meeting Title] │ │ Date: [Date] │ │ Duration: [Duration] │ │ Participants: [People] │ ├─────────────────────────────────────────┤ │ │ │ 🎯 DECISIONS │ │ • [What was decided] │ │ • [Rationale if stated] │ │ │ │ ✅ ACTION ITEMS │ │ • [Task] → [Owner] → [Deadline] │ │ • [Task] → [Owner] → [Deadline] │ │ │ │ 💬 KEY DISCUSSION POINTS │ │ • [Topic 1 — 1-2 sentence summary] │ │ • [Topic 2 — 1-2 sentence summary] │ │ │ │ ⏭️ NEXT STEPS │ │ • [Follow-up action] │ │ • [Next meeting date / check-in] │ │ │ │ 📎 ATTACHMENTS / REFERENCES │ │ • [Links, docs, resources mentioned] │ │ │ └─────────────────────────────────────────┘ ``` --- ## Meeting Types & Custom Formats ### 1. Client Call | Section | Focus | |--
- What It Does
- Output Structure
- Meeting Types & Custom Formats
- 1. Client Call
- 2. Brainstorming / Creative Session
- 3. 1:1 / Coaching Call
- 4. Standup / Daily Sync (see also: Daily Standup skill)
- Trigger Phrases
- Step-by-Step Instructions
- Step 1: Receive Input
- Step 2: Classify Meeting Type
- Step 3: Extract Core Categories
- Step 4: Structure the Summary
- Step 5: Flag Missed Items
What does the meeting-note-summarizer skill do?
Transforms messy meeting transcripts, notes, or voice memos into structured summaries with clear action items, decisions, and key takeaways. Designed for freelancers, remote teams, and solopreneurs who need to extract signal from hours of meetings.
How do I install it?
Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill meeting-note-summarizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.