Process meeting recordings and transcripts into decisions, action items, and team dynamics
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill meeting-processing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Meeting Processing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-meeting-processing)More formats (shields.io, HTML) on the badges page.
---
name: cog-meeting-processing
description: Process meeting recordings and transcripts into decisions, action items, and team dynamics
allowed-tools:
- file-read
- file-write
- file-search
- git-commit
---
# COG Meeting Processing Skill
Process meeting recordings and transcripts into structured outputs: decisions, action items, team dynamics analysis, and executive summaries.
## Capabilities
- Parse meeting transcripts and identify speakers
- 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
```json
{
"vaultPath": "./cog-vault",
"captureType": "meeting-transcript",
"transcriptPath": "./meeting-2026-03-02.txt",
"meetingTitle": "Sprint Planning Q1 W9",
"participants": ["Alex", "Jordan", "Sam"]
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!