Claude Agent Skill · by Shubhamsaboo

Meeting Notes

Install Meeting Notes skill for Claude Code from shubhamsaboo/awesome-llm-apps.

Install
Terminal · npx
$npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill meeting-notes
Works with Paperclip

How Meeting Notes fits into a Paperclip company.

Meeting Notes drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md77 lines
Expand
---name: meeting-notesdescription: |  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: MITmetadata:  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*