mcpbeat Sign in

Meeting Notes Agent Skill

>

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
1
copies elsewhere
how many repositories repackaged it
353
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/claude-office-skills/skills --skill meeting-notes

The instruction itself

23 sections, as written by the author

Meeting Notes

Overview

This skill transforms raw meeting notes, transcripts, or audio summaries into clear, structured documentation with action items, decisions, and key takeaways.

Use Cases:

  • Converting messy handwritten notes to clean summaries
  • Processing meeting transcripts
  • Extracting action items and owners
  • Creating meeting minutes for distribution
  • Summarizing long discussions into key points

How to Use

  • Paste your raw meeting notes, transcript, or description
  • Tell me the meeting type (standup, project review, client call, etc.)
  • Specify any required format or template
  • I'll create structured notes with action items

Example prompts:

  • "Organize these meeting notes and extract action items"
  • "Create formal meeting minutes from this transcript"
  • "Summarize the key decisions from our project review"
  • "Turn this brainstorm session into a structured document"

Meeting Note Templates

Standard Meeting Summary

# Meeting Summary

**Meeting:** [Title]
**Date:** [Date]
**Attendees:** [Names]
**Duration:** [Time]

## Purpose
[One sentence describing meeting objective]

## Key Discussion Points
1. [Topic 1]
   - [Key point]
   - [Key point]

2. [Topic 2]
   - [Key point]
   - [Key point]

## Decisions Made
- [ ] [Decision 1]
- [ ] [Decision 2]

## Action Items
| Action | Owner | Due Date | Status |
|--------|-------|----------|--------|
| [Task] | [Name] | [Date] | Pending |

## Next Steps
- [Next meeting/milestone]

## Notes
[Any additional context or parking lot items]

Quick Standup Notes

# Daily Standup - [Date]

## [Team Member 1]
**Yesterday:** [Completed tasks]
**Today:** [Planned tasks]
**Blockers:** [Issues, if any]

## [Team Member 2]
...

## Team Blockers
- [Blocker requiring escalation]

## Announcements
- [Team-wide updates]

Client Meeting Notes

# Client Meeting Notes

**Client:** [Company Name]
**Date:** [Date]
**Our Team:** [Names]
**Client Team:** [Names]

## Meeting Objective
[Why we met]

## Client Feedback/Requests
1. [Feedback point]
2. [Request]

## Our Commitments
- [What we promised to deliver]
- [Timeline]

## Client Commitments
- [What they will provide]
- [Timeline]

## Follow-up Required
| Item | Owner | Due |
|------|-------|-----|
| [Task] | [Name] | [Date] |

## Next Meeting
[Date/Time/Agenda preview]

Project Review Notes

# Project Review: [Project Name]

**Date:** [Date]
**Phase:** [Current phase]
**Status:** ๐ŸŸข On Track / ๐ŸŸก At Risk / ๐Ÿ”ด Off Track

## Progress Update
- **Completed:** [Milestones achieved]
- **In Progress:** [Current work]
- **Upcoming:** [Next milestones]

## Metrics
| Metric | Target | Actual | Status |
|--------|--------|--------|--------|
| [KPI] | [Target] | [Actual] | โœ…/โš ๏ธ/โŒ |

## Risks & Issues
| Risk/Issue | Impact | Mitigation | Owner |
|------------|--------|------------|-------|
| [Description] | High/Med/Low | [Plan] | [Name] |

## Decisions Needed
- [Decision requiring escalation]

## Action Items
- [ ] [Task] - @[Owner] - Due: [Date]

Processing Guidelines

Extracting Action Items

Look for phrases indicating tasks:

  • "We need to..." / "Someone should..."
  • "Can you..." / "Will you..."
  • "Let's..." / "Action:"
  • Names + verbs (e.g., "John will prepare...")
  • Deadlines mentioned with tasks

Identifying Decisions

Look for:

  • "We've decided..." / "The decision is..."
  • "Going forward, we will..."
  • "Agreed:" / "Confirmed:"
  • Consensus language ("everyone agreed...")

Determining Owners

  • Explicitly named: "Sarah will handle..."
  • Role-based: "The design team will..."
  • Default to meeting organizer if unclear
  • Flag unassigned items for follow-up

Output Format

## Meeting Summary: [Title]

๐Ÿ“… **Date:** [Date]
๐Ÿ‘ฅ **Attendees:** [List]

### ๐Ÿ“‹ Summary
[2-3 sentence overview]

### ๐Ÿ’ก Key Points
1. [Point 1]
2. [Point 2]
3. [Point 3]

### โœ… Decisions
- [Decision 1]
- [Decision 2]

### ๐Ÿ“Œ Action Items
| # | Action | Owner | Due | Priority |
|---|--------|-------|-----|----------|
| 1 | [Task] | [Name] | [Date] | High/Med/Low |

### ๐Ÿ”œ Next Steps
- [Next meeting or milestone]

### ๐Ÿ“ Parking Lot
- [Items to address later]

Customization Options

Tell me your preferences:

  • Format: Bullet points, table, prose, or formal minutes
  • Detail level: Executive summary, standard, or detailed
  • Focus: Action items only, decisions only, or comprehensive
  • Style: Casual team notes or formal documentation

Limitations

  • Cannot attend or record meetings
  • Accuracy depends on quality of input notes
  • May need clarification on ambiguous pronouns or acronyms
  • Cannot verify commitments or deadlines - review before distributing

Examples

Example: Raw Notes to Structured Summary

Input:

product meeting 3/15
talked about launch timeline, sarah thinks we need 2 more weeks
john mentioned the bug in checkout - high priority
decided to push launch to april 1
need to update stakeholders
maria will fix the checkout bug by friday
also discussed new feature requests from customers - will prioritize next sprint
john to send customer feedback summary

Output:

Meeting Summary: Product Launch Review

๐Ÿ“… Date: March 15, 2024

๐Ÿ‘ฅ Attendees: Sarah, John, Maria

๐Ÿ“‹ Summary

Reviewed launch timeline and decided to postpone launch by 2 weeks to April 1 due to critical checkout bug. Discussed customer feature requests for future prioritization.

๐Ÿ’ก Key Points

  • Original launch timeline insufficient - need 2 more weeks
  • Critical checkout bug discovered - must fix before launch
  • Customer feature requests collected for next sprint prioritization

โœ… Decisions

  • Launch date moved from mid-March to April 1
  • Checkout bug is highest priority
  • Feature requests to be prioritized in next sprint planning

๐Ÿ“Œ Action Items

| # | Action | Owner | Due | Priority |

|---|--------|-------|-----|----------|

| 1 | Fix checkout bug | Maria | Friday (3/17) | ๐Ÿ”ด High |

| 2 | Update stakeholders on new launch date | [Unassigned] | ASAP | ๐Ÿ”ด High |

| 3 | Send customer feedback summary | John | [TBD] | ๐ŸŸก Medium |

๐Ÿ”œ Next Steps

  • Follow-up on bug fix progress
  • Stakeholder communication about timeline change
  • Sprint planning to prioritize customer requests

Other skills for the same job

different authors, same section of the catalogue
Meeting Insights Analyzer
by frostant
ร—8

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.

3k tokens
Slack Gif Creator
by JayZeeDesign
ร—7

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

53k tokens scripts
Developer Growth Analysis
by frostant
ร—6

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

4k tokens
Slack Gif Creator
by anthropics
vendor ร—5

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.

11k tokens scripts
Skill Share
by frostant
ร—4

A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.

728 tokens
Electron
by vercel-labs
vendor ร—2

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

2k tokens
Notion Meeting Intelligence
by openai
vendor ร—2

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

18k tokens
Daily Meeting Update
by softaworks
ร—2

Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.

8k tokens scripts

How to use it

Copy the folder

Take claude-office-skills/meeting-notes from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side โ€” one of them will be ignored.