Back to list
calumjs

analyze-meeting

by calumjs

Uses Claude Code with Agents and Skills to analyse a meeting transcript and produce a publicly available static HTML summary

3🍴 2📅 Jan 23, 2026

SKILL.md


name: analyze-meeting description: Extract insights from a meeting transcript including summary, action items, decisions, and key topics. Use when the user wants to analyze a transcript, extract meeting notes, find action items, or summarize a meeting.

Analyze Meeting Transcript

Parse a VTT transcript and extract structured insights.

Instructions

  1. Read the transcript from projects/{project}/transcripts/{date}.vtt
  2. Parse the VTT format and extract the conversation
  3. Analyze the content and extract:

Required Extractions

  • Summary: 2-3 sentence overview of the meeting
  • Attendees: List of participants (from speaker labels like "Speaker 1:", names, etc.)
  • Key Topics: Main subjects discussed (3-7 bullet points)
  • Decisions Made: Any explicit decisions or agreements reached
  • Action Items: Tasks mentioned with:
    • Task description
    • Owner (if mentioned)
    • Deadline (if mentioned)
  • Open Questions: Unresolved questions or concerns raised
  • Next Steps: Follow-up items or future meeting topics
  1. Save the analysis to projects/{project}/analysis/{date}.json

VTT Format Reference

WebVTT files contain timestamped captions:

WEBVTT

00:00:00.000 --> 00:00:05.000
Speaker 1: Hello everyone, let's get started.

00:00:05.000 --> 00:00:12.000
Speaker 2: Sure, first item on the agenda is...

Extract speaker names from labels like "Speaker 1:", "John:", "[John Smith]", etc.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon