meeting-note-summariser

Converts raw meeting notes into structured summaries with decisions, action items, and open questions.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill meeting-note-summariser-sebaperiesdigit-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meeting-note-summariser
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/meeting-note-summariser
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill meeting-note-summariser-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw meeting notes are often unstructured and hard to act on. This Skill turns messy notes into a clean, consistent summary so attendees, decisions, action items, and open questions are easy to find and share. ## Core Features & Use Cases - Structured Extraction: Pulls out attendees, key decisions, action items with owners and deadlines, and open questions from free-form notes. - Faithful Summarization: Flags missing owners or deadlines as "TBD" instead of inventing details, and marks unclassifiable content rather than dropping it. - Topic Grouping: Organizes decisions and action items by topic when notes cover multiple subjects. - Use Case: After a sprint planning call, paste the raw notes and receive a formatted Markdown summary listing who attended, what was decided, and which tasks each person owns with due dates. ## Quick Start Ask the assistant to summarize your meeting notes by pasting the raw notes or providing a file path, optionally including a meeting title or date.

Frequently Asked Questions about meeting-note-summariser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize meeting notes into action items?▼

Paste your raw meeting notes or provide a file path, and the notes are parsed into attendees, key decisions, action items with owners and deadlines, and open questions. The result is returned as a formatted Markdown summary in the conversation.

How to format meeting minutes from unstructured notes?▼

Provide the raw notes and optionally a meeting title or date. The content is organized into a standard template with sections for decisions, action items with checkbox syntax, and open questions, grouped by topic when multiple subjects appear.

What happens if action items have no owner or deadline?▼

Missing owners or deadlines are flagged as "TBD" rather than invented. The summarizer never fabricates attendees, decisions, or tasks that were not present in the original notes.

Can I save the meeting summary to a file?▼

Yes, but only if you explicitly ask. By default the summary is returned as text in the conversation; on request it is written to output/meeting-note-summariser/[title]-summary.md using the Write tool.

What if the content is not actually meeting notes?▼

If the provided content is clearly something else, such as an email thread or unrelated document, that mismatch is flagged instead of forcing the content into the meeting summary template.