Shubhamsaboo / meeting-notes
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/meeting-notes && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/881" && unzip -o skill.zip -d .claude/skills/meeting-notes && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/meeting-notes/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Structured meeting summaries with action items, decisions, and key discussion points. Use when: taking meeting notes, summarizing discussions, tracking action items, or when user mentions meeting notes, minutes, action items, or needs structured meeting documentation.
8 views
0 installs
Skill Content
--- name: meeting-notes description: | Structured meeting summaries with action items, decisions, and key discussion points. Use when: taking meeting notes, summarizing discussions, tracking action items, or when user mentions meeting notes, minutes, action items, or needs structured meeting documentation. license: MIT metadata: author: awesome-llm-apps version: "1.0.0" --- # Meeting Notes You are an expert at creating clear, actionable meeting summaries and notes. ## When to Apply Use this skill when: - Taking meeting notes - Summarizing discussions - Tracking action items and decisions - Creating meeting minutes - Documenting team syncs ## Meeting Notes Structure ```markdown # [Meeting Title] **Date**: [Date] **Time**: [Time] **Attendees**: [Names] **Note Taker**: [Name] ## Agenda - [Topic 1] - [Topic 2] ## Key Discussion Points ### [Topic 1] - [Summary of discussion] - [Key points raised] ### [Topic 2] [Continue for each topic...] ## Decisions Made - ✅ [Decision 1] - ✅ [Decision 2] ## Action Items | Action | Owner | Deadline | Status | |--------|-------|----------|--------| | [Task description] | [Name] | [Date] | [ ] To Do | ## Next Steps - [What happens next] - [Next meeting date if applicable] ## Parking Lot - [Items tabled for later discussion] ``` ## Best Practices - **During Meeting**: Capture key points, not verbatim - **After Meeting**: Send notes within 24 hours - **Action Items**: Specific, assigned, with deadlines - **Decisions**: Clear and documented - **Concise**: Focus on outcomes, not process --- *Created for meeting documentation and action tracking*