mcpbeat Sign in

Meeting To Tasks Skill for Claude

Takes meeting transcripts, extracts action items with owners and deadlines, detects implicit commitments, generates structured meeting summaries, and outputs task files compatible with Linear, GitHub Issues, and other project management tools.

4k tokens
context cost
the whole folder, loaded on every use
5
files
instructions only
0
copies elsewhere
how many repositories repackaged it
235
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/OneWave-AI/claude-skills --skill meeting-to-tasks

The instruction itself

5 sections, as written by the author

Meeting to Tasks

Transform raw meeting transcripts into structured, actionable outputs: decisions, action items, owners, deadlines, and open questions -- including implicit commitments participants may not realize they made.

Contents

  • references/extraction-schema.md -- YAML field schemas for every extraction phase
  • references/markers.md -- Decision/action/implicit markers, priority + deadline inference, confidence scoring
  • references/output-templates.md -- Meeting summary, task files (Linear/GitHub/generic), follow-up email, directory layout
  • references/meeting-types.md -- Meeting-type detection and per-type focus

Workflow

  • Accept input. Handle plain text, Markdown, pasted text, audio transcript exports (Otter.ai, Fireflies, Rev, Zoom, Google Meet, Microsoft Teams), or structured notes.
  • Validate. Confirm there is enough content (~100 words minimum), identifiable speakers, a discernible topic, and any timestamps. If input is too sparse, ask for the full transcript, the participant list, or the meeting purpose before proceeding.
  • Read the full transcript first. Do not extract from a partial read -- later context can change earlier interpretation.
  • Detect the meeting type and adjust focus per references/meeting-types.md.
  • Extract in phases using the schemas in references/extraction-schema.md: metadata, decisions, action items, open questions, parking lot, discussion points. Apply the markers and inference rules in references/markers.md. Preserve the exact source quote for every item.
  • Identify speakers. Build the participant list from speaker labels and track who said what. When labels are absent, infer from context clues, otherwise mark "Unassigned" and flag for the user to assign.
  • Score confidence on every item (high/medium/low). Flag all low-confidence items for human review per references/markers.md.
  • Resolve conflicts and ambiguity: flag contradictory commitments as "CONFLICT" with both versions; list all candidates for unclear ownership; translate vague deadlines ("soon", "ASAP") to specific dates and flag for confirmation; offer both readings of ambiguous scope; consolidate duplicates.
  • Generate outputs using references/output-templates.md. Confirm which project management format(s) the user wants before generating task files. Always generate the follow-up email, even if unasked.

10. Post-process: deduplicate overlapping items; map dependencies; highlight the critical path; report owner imbalance; warn on deadline clustering; list items missing owners or deadlines.

Rules

  • Make action items actionable: start each with a verb, specific enough that the owner knows exactly what to do. Transform "Think about pricing" into "Research competitor pricing and propose new pricing tiers by [date]."
  • Err toward capturing too much; a flagged low-confidence item beats a missed commitment.
  • Do not editorialize. Report what was said; keep any analysis in clearly labeled "Analysis" sections.
  • Respect privacy. If the meeting contains HR issues, personal matters, or confidential information, flag it and ask how to handle it in outputs.
  • Handle multi-language transcripts: extract in the primary language and note language-specific nuances.
  • Maintain an extraction log noting confidence levels, ambiguities, and decisions made during extraction.

Quick Commands

  • "Extract from [file]" -- Full extraction from the specified transcript
  • "Just action items" -- Action items only (skip decisions, questions, summary)
  • "Generate tasks for Linear" / "Generate tasks for GitHub" -- Action items in that format
  • "Draft follow-up email" -- Follow-up email only
  • "Who owes what?" -- Owner-grouped view of all action items
  • "What was decided?" -- Decisions only
  • "What is still open?" -- Open questions and unresolved items

Other skills for the same job

different authors, same section of the catalogue
Meeting Insights Analyzer
by frostant
×8

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.

3k tokens
Slack Gif Creator
by JayZeeDesign
×7

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

53k tokens scripts
Developer Growth Analysis
by frostant
×6

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

4k tokens
Slack Gif Creator
by anthropics
vendor ×5

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.

11k tokens scripts
Skill Share
by frostant
×4

A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.

728 tokens
Electron
by vercel-labs
vendor ×2

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

2k tokens
Notion Meeting Intelligence
by openai
vendor ×2

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

18k tokens
Daily Meeting Update
by softaworks
×2

Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.

8k tokens scripts

How to use it

Copy the folder

Take onewave-ai/meeting-to-tasks from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.