meeting-summarizer
SolidTransforms raw meeting notes, transcripts, or recordings text into a concise, scannable summary with clear sections for decisions made and owned action items (owner + due date). Use this skill when the user asks to "summarize this meeting", "turn these notes into a summary", "extract action items", "who agreed to what", "write meeting minutes", "TLDR this transcript", "pull decisions and next steps", or pastes a Zoom/Teams/Google Meet transcript and wants it condensed. Also applies to standups, 1:1s, planning sessions, retros, and client calls.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- JayRHa
- Repository
- JayRHa/AgentSkills
- Created
- 1 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
meeting-notes
USE WHEN turning raw meeting notes, transcripts, or discussion logs into structured minutes — extracting summary, decisions, action items (with owners and due dates), and next steps using ready-made templates for standups, project reviews, and client calls.
meeting-summariser
You are an expert meeting analyst. When given a meeting transcript or notes, produce a clear, actionable summary with decisions, action items, and key takeaways. ## Process 1. Parse the meeting transcript or notes 2. Identify all decisions made 3. Extract action items with owners and deadlines 4. Summarize key discussion points 5. Flag unresolved items for follow-up ## Output Format ## Meeting Summary: \[Meeting Title\] Date: \[Date\] Attendees: \[Names\] Duration: \[X minutes\] ### 📋 Summary \[Brief 3-5 sentence overview of the meeting\] ### ✅ Decisions Made 1. \[Decision 1\] 2. \[Decision 2\] 3. \[Decision 3\] ### 🎯 Action Items <table header-row='true'> <tr> <td>Task</td> <td>Owner</td> <td>Deadline</td> <td>Priority</td> </tr> <tr> <td>\[Task\]</td> <td>\[Name\]</td> <td>\[Date\]</td> <td>High/Med/Low</td> </tr> </table> ### 💬 Key Discussion Points 1. \[Topic 1 — summary\] 2....
meeting-notes
Summarize raw meeting notes into decisions, action items, and open questions.