agentsclimarketplace

Meeting processing

Skill a5c-ai/babysitter/library/methodologies/cog-second-brain/skills/meeting-processing

Process meeting recordings and transcripts into decisions, action items, and team dynamicsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill meeting-processing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.6 KB, 258 tokens by cl100k_base, as published. Nobody here has run it

  • Extract decisions with context, rationale, and stakeholders
  • Identify action items with owners, priorities, and deadlines
  • Analyze team dynamics: engagement, alignment, collaboration quality
  • Generate executive meeting summaries
  • Segment transcripts into topics and discussion threads
  • Route meeting artifacts to vault with project cross-references

Tool Use Instructions

  1. Use file-read to load the meeting transcript or recording
  2. Parse transcript and identify speakers against participant list
  3. Segment into topics and discussion threads
  4. Extract decisions with context and rationale
  5. Extract action items with owners and deadlines
  6. Analyze team dynamics (engagement, alignment, disagreements)
  7. Use file-write to create meeting notes in 03-professional
  8. Use file-search to find related projects for cross-referencing
  9. Use git-commit to commit meeting artifacts

Examples

{
  "vaultPath": "./cog-vault",
  "captureType": "meeting-transcript",
  "transcriptPath": "./meeting-2026-03-02.txt",
  "meetingTitle": "Sprint Planning Q1 W9",
  "participants": ["Alex", "Jordan", "Sam"]
}

What ships with it: 1 file

766 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.