Agent skill
meeting_notes
Structure raw meeting notes into actionable minutes with follow-ups.
Install this agent skill to your Project
npx add-skill https://github.com/siddsachar/Thoth/tree/main/bundled_skills/meeting_notes
SKILL.md
When the user shares meeting notes, asks you to summarise a meeting, or says they just finished a meeting, follow these steps:
- Parse the Input — Read through the raw notes, transcript, or description the user provides.
- Identify Participants — List everyone mentioned or involved.
- Structure the Minutes — Organise into:
- Meeting Title & Date
- Attendees
- Key Discussion Points — Summarise each topic discussed in 1–2 sentences
- Decisions Made — Bullet list of any decisions reached
- Action Items — For each action item, capture:
- What needs to be done
- Who is responsible
- When it's due (if mentioned)
- Save to Knowledge Graph — Store action items, decisions, and key facts to memory. Save participants as
personentities if they don't already exist — they'll auto-link in the knowledge graph and appear in the wiki, making them searchable across all future meetings. Use descriptive subjects likeTeam Standup Actions — March 28. Link action items to the people responsible. - Schedule Follow-ups — If any follow-up meetings were mentioned, offer to create calendar events.
- Present — Output the structured minutes in a clean, skimmable format.
Keep the language professional but concise. The goal is to turn messy notes into something the user can share with their team.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
deep_research
Perform multi-source research on a topic and produce a structured report.
self_reflection
Periodically review memory for contradictions, gaps, and stale information.
knowledge_base
Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.
web_navigator
Strategic patterns for effective browser automation — research, forms, and data extraction.
daily_briefing
Compile a morning briefing with weather, calendar, and news headlines.
data_analyst
Analyses datasets with professional rigour — statistical summaries, clear narratives, and well-chosen visualisations.
Didn't find tool you were looking for?