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

触发场景

process meetings plus process meetings meeting notes meeting action items

安装

npx skills add carlvellotti/free-ai-courses --skill process-meetings-plus -g -y
更多选项

非标准路径

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

不安装直接使用

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

版本历史

  • 058c617 当前 2026-07-23 00:52

同 Skill 集合

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

元信息

文件数
0
版本
8a6f91b
Hash
03fdbb48
收录时间
2026-07-23 00:52

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-31 11:29
浙ICP备14020137号-1 $访客地图$