Agent Skillscarlvellotti/free-ai-courses › process-meetings-plus

process-meetings-plus

GitHub

处理会议记录并智能提取行动项。通过识别模糊承诺并与用户确认,确保仅保留真实任务,最后按紧急程度分类输出。

codex-for-pms-skills-bonus/.agents/skills/process-meetings-plus/SKILL.md carlvellotti/free-ai-courses

Trigger Scenarios

处理会议转录文件 提取会议行动项 用户提及 'process meetings'

Install

npx skills add carlvellotti/free-ai-courses --skill process-meetings-plus -g -y
More Options

Non-standard path

npx skills add https://github.com/carlvellotti/free-ai-courses/tree/main/codex-for-pms-skills-bonus/.agents/skills/process-meetings-plus -g -y

Use without installing

npx skills use carlvellotti/free-ai-courses@process-meetings-plus

指定 Agent (Claude Code)

npx skills add carlvellotti/free-ai-courses --skill process-meetings-plus -a claude-code -g -y

安装 repo 全部 skill

npx skills add carlvellotti/free-ai-courses --all -g -y

预览 repo 内 skill

npx skills add carlvellotti/free-ai-courses --list

SKILL.md

Frontmatter
{
    "name": "process-meetings-plus",
    "description": "Process meeting transcripts and extract action items with intelligent borderline-item handling. Instead of guessing on ambiguous items, collects them and asks the user which are real commitments. Use when the user says 'process meetings plus', 'process meetings', 'meeting notes', 'meeting action items', or provides meeting transcript files to process."
}

Process Meetings (Plus)

Read all meeting transcript files in the provided folder (or ask for the folder if not specified).

For each meeting, extract action items — things that someone committed to doing, was asked to do, or that clearly need to happen next.

Borderline Items

This is what makes this version different from a basic meeting processor. Meetings are full of ambiguity — someone says "we should look into that," "I'll think about it," "maybe we could try X," or "let me noodle on that." A naive processor either drops these or incorrectly promotes them to action items.

Instead, collect every borderline item you find — anything that might be a commitment but isn't clearly one. Then stop and ask the user before finishing:

"These came up but aren't clearly action items. Which ones are real commitments?"

Present the borderline items as a lettered list (A, B, C, ...) with enough context for each (who said it, what meeting, what was being discussed) so the user can make a quick judgment. Tell them they can reply with just the letters of the real ones (e.g., "A and C") or "none." Only include the ones they confirm.

Examples of borderline items to catch:

  • "We should look into that" — exploratory, not a clear commitment
  • "I'll think about it" — might be a polite deflection or a real intent
  • "Maybe we could try X" — suggestion, not assignment
  • "Let me circle back on that" — could be a real follow-up or filler
  • "That's interesting, we should explore it" — interest without commitment
  • "I'll try to get to that this week" — hedged commitment

Output Format

Organize by meeting. For each meeting:

Clear action items — list as bullets:

  • Owner: What needs to happen

Confirmed from borderline — items the user confirmed, listed the same way:

  • Owner: What needs to happen (confirmed from borderline)

Keep bullets concise — one line each. Don't summarize the meeting itself, just the action items.

Categorization

After listing action items, organize them into two groups:

  • Handle now — quick replies, simple tasks, things that take less than 15 minutes
  • Needs follow-up — complex decisions, things that need more information, multi-step work

Version History

  • 058c617 Current 2026-07-23 00:52

Same Skill Collection

claude-code-everyone-course/course-materials/.claude/skills/start-1-1/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-2/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-3/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-4/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-5/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-6/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-7/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-1-8/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-2-1/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-2-2/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-2-3/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-2-4/SKILL.md
claude-code-everyone-course/course-materials/.claude/skills/start-2-5/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/auq/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/convert-doc/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/draft-and-humanize/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/draft-followups/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/humanizer/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/marketing-psychology/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/news/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/standup/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/start-skills-1/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/start-skills-2/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/start-skills-3/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/start-skills-4/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/start-skills-5/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/write-proposal/SKILL.md
codex-for-pms-skills-bonus/.agents/skills/writing-voice/SKILL.md
codex-pm-course/.agents/skills/start-1-1/SKILL.md
codex-pm-course/.agents/skills/start-1-2/SKILL.md
codex-pm-course/.agents/skills/start-1-3/SKILL.md
codex-pm-course/.agents/skills/start-1-4/SKILL.md
codex-pm-course/.agents/skills/start-1-5/SKILL.md
codex-pm-course/.agents/skills/start-1-6/SKILL.md
codex-pm-course/.agents/skills/start-2-1/SKILL.md
codex-pm-course/.agents/skills/start-2-2/SKILL.md
codex-pm-course/.agents/skills/start-2-3/SKILL.md
codex-pm-course/.agents/skills/start-3-1/SKILL.md
codex-pm-course/.agents/skills/start-3-2/SKILL.md
codex-pm-course/.agents/skills/start-3-3/SKILL.md
codex-pm-course/.agents/skills/start-3-4/SKILL.md
codex-pm-course/.agents/skills/start-3-5/SKILL.md
course-materials/.claude/skills/pptx/SKILL.md
course-materials/.claude/skills/start-1-1/SKILL.md
course-materials/.claude/skills/start-1-2/SKILL.md
course-materials/.claude/skills/start-1-3/SKILL.md
course-materials/.claude/skills/start-1-4/SKILL.md
course-materials/.claude/skills/start-1-5/SKILL.md
course-materials/.claude/skills/start-1-6/SKILL.md

Metadata

Files
0
Version
4532863
Hash
03fdbb48
Indexed
2026-07-23 00:52

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-15 04:16
浙ICP备14020137号-1 $お客様$