How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Meeting Insights (Personal Productivity domain).

Analyze meeting transcripts to extract decisions, action items, owners, due dates, open questions, and risks. Use after recorded meetings, sales calls, customer interviews, or planning sessions, or when the user mentions meeting notes, action items, decision log, transcript analysis, or follow-up emails.

Turn raw meeting transcripts into a structured set of decisions, action items, owners, due dates, open questions, and risks. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Process a Transcript in 5 Minutes
- Post-Meeting Recap
- Customer Interview Synthesis
- Decision Log Maintenance
- transcript_analyzer.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- 4. Drop into `assets/recap_template.md` to send a follow-up
- 4. Paste structured output into `assets/recap_template.md`
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/meeting-insights

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/meeting-insights ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/meeting-insights your-project/
# The skill is available in your Codex workspace at:
.codex/skills/meeting-insights/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/meeting-insights your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/meeting-insights/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/meeting-insights your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/meeting-insights/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/meeting-insights your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/meeting-insights your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/meeting-insights

Run Python Tools

python personal-productivity/meeting-insights/scripts/tool_name.py --help

Quick Start

### Process a Transcript in 5 Minutes 1. Save your transcript text as `transcript.txt` (one speaker turn per line, format `Speaker: text`) 2. Run:
   python scripts/transcript_analyzer.py transcript.txt
   
3. Review the structured output: decisions, action items, owners, due dates, open questions 4. Drop into `assets/recap_template.md` to send a follow-up ---

Related Skills in Personal Productivity

View on GitHub