Agent Skillscosmicstack-labs/mercury-agent-skills › meeting-note-summarizer

meeting-note-summarizer

GitHub

将杂乱的会议记录、语音转录或笔记转化为结构化摘要,清晰列出决策、行动项和关键要点。支持客户沟通、头脑风暴等多种会议类型,帮助自由职业者和团队高效提取信息。

categories/creative-personal-development/meeting-note-summarizer/SKILL.md cosmicstack-labs/mercury-agent-skills

Trigger Scenarios

提供会议录音或文字稿要求整理 输入包含杂乱笔记的文本请求总结 询问特定会议类型的结构化纪要生成

Install

npx skills add cosmicstack-labs/mercury-agent-skills --skill meeting-note-summarizer -g -y
More Options

Non-standard path

npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills/tree/main/categories/creative-personal-development/meeting-note-summarizer -g -y

Use without installing

npx skills use cosmicstack-labs/mercury-agent-skills@meeting-note-summarizer

指定 Agent (Claude Code)

npx skills add cosmicstack-labs/mercury-agent-skills --skill meeting-note-summarizer -a claude-code -g -y

安装 repo 全部 skill

npx skills add cosmicstack-labs/mercury-agent-skills --all -g -y

预览 repo 内 skill

npx skills add cosmicstack-labs/mercury-agent-skills --list

SKILL.md

Frontmatter
{
    "name": "meeting-note-summarizer",
    "metadata": {
        "tags": [
            "meeting-notes",
            "summarization",
            "productivity",
            "action-items",
            "remote-work",
            "async-communication"
        ],
        "author": "cosmicstack-labs",
        "version": "1.0.0",
        "category": "creative-personal-development"
    },
    "description": "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."
}

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
Client Status How is the client feeling? Satisfied, concerned, urgent?
Scope Changes Any new requests, changes, or scope creep?
Feedback What did they approve or reject?
Deliverables Due What are you committing to deliver?

2. Brainstorming / Creative Session

Section Focus
Ideas Generated List all ideas, however rough
Themes Patterns across ideas
Promising Directions Which ideas have energy behind them?
Killed Ideas What was ruled out and why?
Next Experiment What should be tested/prototyped?

3. 1:1 / Coaching Call

Section Focus
Check-In How is the person doing?
Challenges Shared What's blocking them?
Advice Given What guidance was offered?
Accountability What did they commit to trying?

4. Standup / Daily Sync (see also: Daily Standup skill)

Section Focus
Completed What shipped since last sync
In Progress What's being actively worked on
Blockers What's stuck and who can help
Plan What's next

Trigger Phrases

Phrase Action
"Summarize these notes..." Takes raw text → structured summary
"Here are my meeting notes..." Parses, organizes, and returns clean summary
"Extract action items from..." Returns only the ✅ Action Items section
"What did we decide in..." Surfaces decisions only
"Turn this transcript into..." Full meeting summary from raw transcript
"Client call notes..." Applies client call format
"Brainstorm session notes..." Applies creative session format
"Make this shorter..." Condenses — 1 sentence per section max

Step-by-Step Instructions

Step 1: Receive Input

Accept notes in any format:

  • Raw transcript text
  • Bullet-point jumble
  • Voice memo transcription
  • Scattered chat messages
  • Existing messy notes

Step 2: Classify Meeting Type

Signal Type
Client, deliverable, feedback Client Call
Ideas, concepts, "what if" Brainstorm
Status, blockers, standup Standup
How are you, coaching, growth 1:1 / Coaching
General Standard

If unclear → ask: "What kind of meeting was this?"

Step 3: Extract Core Categories

Parse the input and tag each sentence/clause into:

  1. Decisions — "We decided to..."
  2. Action Items — "I'll send the draft by Friday"
  3. Discussion Points — "We talked about pricing tiers"
  4. Questions Raised — "Should we pivot to subscription?"
  5. Context / Background — "The client's budget was approved"

Step 4: Structure the Summary

Apply the output template. Use:

  • Action items → Bold owner + deadline format
  • Decisions → Bullet points with rationale
  • Discussion → 1-2 sentence summaries per topic, not verbatim

Step 5: Flag Missed Items

If the notes are ambiguous, call it out:

  • ⚠️ "No clear deadline for the design handoff"
  • ⚠️ "Unclear who owns the follow-up with the client"
  • ⚠️ "No next meeting scheduled"

Step 6: Provide a TL;DR

For long meetings (45min+), lead with a one-sentence TL;DR:

TL;DR: Client approved the Q2 campaign direction. You need to deliver the creative brief by Thursday and schedule a follow-up for next Tuesday.


Examples

Example 1: Messy Notes → Clean Summary

Raw Input: "meeting with sarah about the website redesign. she likes the new hero section but thinks the CTA is too small. we need to make it bigger and maybe red. also the testimonial section needs real photos not stock. she'll send us the client photos by wed. i need to update the mockup by friday. we decided to drop the animations page since it's out of scope. next meeting next tuesday?"

Output:

┌─────────────────────────────────────────┐
│         MEETING SUMMARY                 │
│  Topic: Website Redesign Feedback       │
│  With: Sarah (Client)                   │
│  Duration: ~30 min                      │
├─────────────────────────────────────────┤
│                                         │
│  🎯 DECISIONS                           │
│  • Drop the animations page (out of scope) │
│                                         │
│  ✅ ACTION ITEMS                        │
│  • Sarah sends client photos → **Sarah** → **Wed** │
│  • Update mockup (larger CTA, real photos) → **You** → **Fri** │
│                                         │
│  💬 KEY DISCUSSION POINTS               │
│  • Hero section approved pending CTA size increase │
│  • Testimonials need real client photos, not stock │
│  • Animations page cut from scope       │
│                                         │
│  ⏭️ NEXT STEPS                          │
│  • Next check-in: Next Tuesday           │
│                                         │
└─────────────────────────────────────────┘

Example 2: Brainstorm Session

Raw Input: "brainstorm for new newsletter format. someone suggested a weekly roundup of tools. another idea was a deep dive into one topic per issue. also could do founder interviews. sarah said the roundup might be too generic. mark said deep dive would take too long. we all liked the interview idea. tom will reach out to 3 potential guests. let's test one interview format and see open rates."

Output:

┌─────────────────────────────────────────┐
│      BRAINSTORM: NEWSLETTER FORMAT      │
│  Participants: Sarah, Mark, Tom, You    │
├─────────────────────────────────────────┤
│                                         │
│  💡 IDEAS GENERATED                     │
│  • Weekly tool roundup (killed — too generic) │
│  • Single deep-dive per issue (killed — too time-heavy) │
│  • Founder interviews (selected ✅)     │
│                                         │
│  ✅ ACTION ITEMS                        │
│  • Reach out to 3 potential guests → **Tom** → **This week** │
│  • Draft interview format template → **You** → **Fri** │
│                                         │
│  ⏭️ NEXT STEPS                          │
│  • Tom shares guest shortlist → review together │
│  • Run 1 test issue → measure open rates │
│                                         │
└─────────────────────────────────────────┘

Pro Tips

  • Capture decisions immediately: During the meeting, note decisions the moment they're made. Don't wait — you'll forget the rationale.
  • Owners + deadlines = real action: An action item without a named owner is a wish. An action item without a deadline is a hobby.
  • Flag ambiguity: If a decision was deferred or a question left unanswered, make that explicit. Don't smooth it over.
  • Send summaries fast: The value of a meeting summary decays within hours. Send it within 30 minutes of the meeting ending.
  • Tag by project: Keep a running document per project. Each meeting summary becomes a chapter in an evolving story.

Version History

  • 38e2523 Current 2026-07-05 19:37

Same Skill Collection

categories/ai-ml/agent-audit-logging/SKILL.md
categories/ai-ml/agent-handoff-protocols/SKILL.md
categories/ai-ml/agent-health-monitoring/SKILL.md
categories/ai-ml/agent-task-delegation/SKILL.md
categories/ai-ml/ai-agent-design/SKILL.md
categories/ai-ml/error-recovery-retry/SKILL.md
categories/ai-ml/memory-management/SKILL.md
categories/ai-ml/prompt-engineering/SKILL.md
categories/ai-ml/prompt-version-management/SKILL.md
categories/ai-ml/token-budget-tracking/SKILL.md
categories/automation/daily-briefing/SKILL.md
categories/automation/screenshot/SKILL.md
categories/automation/shell-scripting/SKILL.md
categories/automation/twitter-account-manager/SKILL.md
categories/automation/workflow-automation/SKILL.md
categories/automation/x-twitter-automation/SKILL.md
categories/backend/api-design/SKILL.md
categories/backend/authentication-authorization/SKILL.md
categories/backend/caching-strategies/SKILL.md
categories/backend/database-design/SKILL.md
categories/backend/message-queues/SKILL.md
categories/backend/microservices/SKILL.md
categories/backend/nodejs-patterns/SKILL.md
categories/backend/python-patterns/SKILL.md
categories/backend/serverless-patterns/SKILL.md
categories/business/event-staffing-compliance/SKILL.md
categories/business/event-staffing-ordering/SKILL.md
categories/business/negotiation/SKILL.md
categories/business/startup-strategy/SKILL.md
categories/career/career-planning/SKILL.md
categories/career/interview-prep/SKILL.md
categories/career/linkedin-optimization/SKILL.md
categories/career/resume-writing/SKILL.md
categories/career/salary-negotiation/SKILL.md
categories/creative-personal-development/content-repurposer/SKILL.md
categories/creative-personal-development/daily-standup-journal/SKILL.md
categories/creative-personal-development/decision-matrix/SKILL.md
categories/creative-personal-development/idea-validator/SKILL.md
categories/creative-personal-development/personal-branding-statement/SKILL.md
categories/creative-personal-development/storytelling-advisor/SKILL.md
categories/creative-personal-development/time-blocking-scheduler/SKILL.md
categories/data/data-pipeline/SKILL.md
categories/design/accessibility/SKILL.md
categories/design/ui-design-system/SKILL.md
categories/development/api-documentation/SKILL.md
categories/development/architecture-decision-records/SKILL.md
categories/development/clean-code/SKILL.md
categories/development/code-review/SKILL.md
categories/development/debugging-mastery/SKILL.md
categories/development/dependency-management/SKILL.md
categories/development/documentation-generation/SKILL.md
categories/development/git-workflow/SKILL.md
categories/development/hyperframes-cli/SKILL.md
categories/development/hyperframes-media/SKILL.md
categories/development/knowledge-base/SKILL.md
categories/development/markdown-mastery/SKILL.md
categories/development/refactoring-patterns/SKILL.md
categories/development/technical-writing/SKILL.md
categories/development/testing-strategies/SKILL.md
categories/devops/ci-cd-pipeline/SKILL.md
categories/devops/cloud-architecture/SKILL.md
categories/devops/docker-patterns/SKILL.md
categories/devops/kubernetes-patterns/SKILL.md
categories/devops/monitoring-observability/SKILL.md
categories/devops/sre-practices/SKILL.md
categories/devops/terraform-iac/SKILL.md
categories/education-learning/assessment-design/SKILL.md
categories/education-learning/learning-science/SKILL.md
categories/education-learning/micro-learning/SKILL.md
categories/education-learning/teaching-methods/SKILL.md
categories/finance-legal/budgeting-forecasting/SKILL.md
categories/finance-legal/contract-review/SKILL.md
categories/finance-legal/financial-analysis/SKILL.md
categories/finance-legal/privacy-compliance/SKILL.md
categories/finance-legal/risk-management/SKILL.md
categories/frontend/component-design-systems/SKILL.md
categories/frontend/frontend-testing/SKILL.md
categories/frontend/nextjs-patterns/SKILL.md
categories/frontend/react-patterns/SKILL.md
categories/frontend/responsive-design/SKILL.md
categories/frontend/state-management/SKILL.md
categories/frontend/tailwind-css/SKILL.md
categories/frontend/web-performance/SKILL.md
categories/health-wellness/fitness-planning/SKILL.md
categories/health-wellness/habit-formation/SKILL.md
categories/health-wellness/mental-health/SKILL.md
categories/health-wellness/nutrition-planning/SKILL.md
categories/health-wellness/sleep-optimization/SKILL.md
categories/marketing/content-creation/SKILL.md
categories/marketing/local-business-growth/SKILL.md
categories/marketing/seo-strategy/SKILL.md
categories/media-download/audio-extraction/SKILL.md
categories/media-download/github-repo-promo/SKILL.md
categories/media-download/github-repo-tour/SKILL.md
categories/media-download/legal-downloading/SKILL.md
categories/media-download/playlist-archiver/SKILL.md
categories/media-download/video-downloader/SKILL.md
categories/mobile/android-kotlin-patterns/SKILL.md
categories/mobile/app-store-optimization/SKILL.md
categories/mobile/ios-swift-patterns/SKILL.md
categories/mobile/mobile-performance/SKILL.md
categories/mobile/react-native-patterns/SKILL.md
categories/pdf-generation/invoice-document-pdf/SKILL.md
categories/pdf-generation/markdown-to-pdf/SKILL.md
categories/pdf-generation/report-generation/SKILL.md
categories/pdf-generation/typesetting-latex/SKILL.md
categories/presentation/data-storytelling/SKILL.md
categories/presentation/pitch-deck-creation/SKILL.md
categories/presentation/presentation-automation/SKILL.md
categories/presentation/presentation-design/SKILL.md
categories/product/product-strategy/SKILL.md
categories/product/user-research/SKILL.md
categories/security/security-audit/SKILL.md
categories/shop-restaurant/amazon-assistant/SKILL.md
categories/shop-restaurant/daily-pulse/SKILL.md
categories/shop-restaurant/inventory-optimizer/SKILL.md
categories/shop-restaurant/menu-engineer/SKILL.md
categories/shop-restaurant/price-scout/SKILL.md
categories/shop-restaurant/review-responder/SKILL.md
categories/shop-restaurant/social-post/SKILL.md
categories/shop-restaurant/staff-scheduler/SKILL.md
categories/shop-restaurant/table-manager/SKILL.md
categories/shop-restaurant/zomato-order/SKILL.md
categories/testing-qa/accessibility-testing/SKILL.md
categories/testing-qa/api-testing/SKILL.md
categories/testing-qa/e2e-testing/SKILL.md
categories/testing-qa/performance-testing/SKILL.md
categories/testing-qa/test-strategy/SKILL.md
categories/ai-ml/gbrain-lite/SKILL.md
categories/development/hyperframes/SKILL.md
categories/pdf-generation/any2pdf/SKILL.md

Metadata

Files
0
Version
38e2523
Hash
9d8be461
Indexed
2026-07-05 19:37

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-09 01:32
浙ICP备14020137号-1 $bản đồ khách truy cập$