meeting-secretary

Generate chair-ready minutes from corrected transcripts and attendance registers.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill meeting-secretary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-secretary
Source: https://github.com/adriaanmostert1976-lab/adriaan-toolkits/tree/main/meetings-and-knowledge-toolkit/skills/meeting-secretary
Command: npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill meeting-secretary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, python-docx, tabulate, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill produces comprehensive and concise chair-ready minutes from provided meeting transcripts and attendance registers, significantly reducing the time and effort required for post-meeting documentation.

Core Features & Use Cases

  • Minute Generation: Create formal minutes from context-corrected transcripts and attendance registers.
  • Input Handling: Supports various file formats for transcripts, registers, decks, and chair notes.
  • Optional Pre-requisites: Optionally integrates with the 'transcription-correction' skill for improved accuracy.
  • Use Case: When a user requests chair-ready minutes after a meeting, the Skill parses the input and produces a formatted document ready for distribution.

Quick Start

Use the meeting-secretary skill to produce minutes from the transcript '2026-04-29_MeetingTranscript.md' and the attendance register '2026-04-29_AttendanceRegister.csv'.

Frequently Asked Questions about meeting-secretary

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

FAQPage Schema
How do I generate meeting minutes from a transcript and attendance register?

To generate meeting minutes, provide corrected transcripts and attendance registers as input. The system parses the structured data and formats it into a concise, chair-ready document capturing minutes, actions, and follow-ups.

What file formats are supported for meeting documentation and minute processing?

Meeting documentation and minute processing support various file formats for transcripts, registers, decks, and chair notes. The system utilizes Python libraries like pypdf and python-docx to parse inputs and format the final minutes.

Do I need a corrected transcript for accurate minutes generation?

Accurate minutes generation requires a confirmed transcript quality check. You can optionally integrate a transcription-correction skill beforehand to improve the raw transcript accuracy before processing the final minutes.

Can I use python-docx and pypdf to parse meeting decks and registers?

Yes, the process uses pypdf and python-docx to parse meeting decks and attendance registers. These dependencies enable the extraction of structured data required to produce formatted, distribution-ready meeting minutes.

What is the best way to track attendance and actions when documenting meeting minutes?

The best way to track attendance and actions is processing structured attendance registers alongside transcripts. The system handles this structured data to comprehensively verify accuracy and output formal minutes with tracked follow-ups.

Why does minute processing require a comprehensive verification process?

Minute processing requires a comprehensive verification process because it must produce chair-ready documents. This ensures the parsed transcript data and attendance tracking accurately reflect the meeting before final formatting.