cog-meeting-processing
Process meeting recordings and transcripts into decisions, action items, and team dynamics
Best use case
cog-meeting-processing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Process meeting recordings and transcripts into decisions, action items, and team dynamics
Teams using cog-meeting-processing should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/meeting-processing/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How cog-meeting-processing Compares
| Feature / Agent | cog-meeting-processing | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Process meeting recordings and transcripts into decisions, action items, and team dynamics
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# 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"]
}
```Related Skills
Point Cloud Processing Skill
Specialized skill for 3D point cloud processing and analysis using PCL and Open3D
post-processing
Post-processing skill for bloom, DOF, motion blur, color grading, and TAA.
meeting-scheduler
Intelligent scheduling with partner/associate availability and timezone management
Stream Processing Windowing Designer
Designs optimal windowing strategies for stream processing
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.
team-install
Install the team-pinned Babysitter Codex workspace setup.
retrospect
Summarize or retrospect on a completed Babysitter run.
resume
Resume an existing Babysitter run from Codex.
project-install
Install the Babysitter Codex workspace integration into the current project.