Agent skill · Workflow & Productivity

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.

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/creative-personal-development/meeting-note-summarizer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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's inside
Steps it walks through
  1. What It Does
  2. Output Structure
  3. Meeting Types & Custom Formats
  4. 1. Client Call
  5. 2. Brainstorming / Creative Session
  6. 3. 1:1 / Coaching Call
  7. 4. Standup / Daily Sync (see also: Daily Standup skill)
  8. Trigger Phrases
  9. Step-by-Step Instructions
  10. Step 1: Receive Input
  11. Step 2: Classify Meeting Type
  12. Step 3: Extract Core Categories
  13. Step 4: Structure the Summary
  14. Step 5: Flag Missed Items
More from mercury-agent-skills
All skills →
About this skill
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.

Keep going