Turns messy meeting transcripts and raw notes into structured documentation with action items, decisions, and owners clearly identified. You paste in whatever you scribbled down or got from a transcript, specify the meeting type (standup, client call, project review), and it outputs formatted notes ready to share. Includes templates for different meeting types and can export to DOCX via MCP integration. The real value is in the action item extraction, it scans for commitment language and tries to assign owners, though you'll want to verify before sending it out. Works best when your input actually mentions who agreed to what, otherwise it flags items as unassigned. Good for when you have 30 minutes of rambling discussion that needs to become a clean summary with next steps.
npx -y skills add claude-office-skills/skills --skill meeting-notes --agent claude-codeInstalls into .claude/skills of the current project.
This skill transforms raw meeting notes, transcripts, or audio summaries into clear, structured documentation with action items, decisions, and key takeaways.
Use Cases:
Example prompts:
# 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]
# 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:** [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: [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]
Look for phrases indicating tasks:
Look for:
## 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]
Tell me your preferences:
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:
📅 Date: March 15, 2024 👥 Attendees: Sarah, John, Maria
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.
| # | 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 |
larksuite/cli
googleworkspace/cli
googleworkspace/cli
googleworkspace/cli