meeting-actions

Extract action items from meeting notes into a markdown table.

7|1|Updated Oct 20, 2021
One-click install
npx skills add https://github.com/knishioka/machine-learning-workshop --skill meeting-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-actions
Source: https://github.com/knishioka/machine-learning-workshop/tree/main/claude-skills/meeting-actions
Command: npx skills add https://github.com/knishioka/machine-learning-workshop --skill meeting-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually distilling meetings into actionable tasks is tedious. This Skill extracts action items and formats them for tracking.

Core Features & Use Cases

  • Extraction Rules: Recognizes sentences with typical verbs and patterns to identify actions.
  • Output Format: Outputs a markdown table of actions with assignee and deadline.

Quick Start

Provide meeting notes text; the Skill will output a Markdown block with actions.

Frequently Asked Questions about meeting-actions

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

FAQPage Schema
How do I extract action items from meeting notes?

Extract action items by providing meeting notes text to this Skill, which identifies tasks using patterns like 'to do', 'TODO', 'task', 'action', or assignee name plus verb, then outputs a structured markdown table with Action, Assignee, and Due Date columns.

Can I use meeting notes extraction with transcripts?

Yes, action item extraction works with both meeting notes and transcripts across project, product, and design contexts, recognizing standard task patterns and formatting them into a consistent markdown table.

What format does the extracted action item output use?

Action items are delivered as a deterministic markdown table with numbered rows including Action, Assignee, and Due Date columns, handling missing or relative due dates gracefully.

How are assignees and due dates handled in the extraction?

The Skill identifies assignees using patterns like assignee name plus verb and extracts due dates from meeting notes, including relative dates; missing information appears as empty cells in the output table.

What patterns does the extraction recognize as action items?

Recognition patterns include explicit markers like 'to do', 'TODO', 'task', 'action', and implicit patterns combining assignee names with action verbs to identify tasks embedded in meeting discussion.

Why manually extract actions when this can be automated?

Manual distillation of meetings into actionable tasks is tedious and error-prone; this Skill automates extraction and formats results for immediate tracking without manual reformatting.