用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill extract-actions命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | extract-actions |
| description | Extract action items from meeting notes into structured tasks |
| auto_trigger | true |
| trigger_keywords | ["extract actions","pull action items","get todos from meeting","meeting actions","action items from","tasks from meeting","what are the action items","find action items"] |
| allowed-tools | Task, Read, Edit, mcp__flywheel__get_tasks_from_note, mcp__flywheel__search_notes, mcp__flywheel__get_note_metadata |
Extract action items from meeting notes, including natural language action items that aren't in checkbox format.
Activate when user:
Identify Meeting Note
Delegate to Agent
Task(
subagent_type="action-extraction-agent",
description="Extract action items from meeting",
prompt="Extract all action items from [meeting path]. Include both checkbox tasks and natural language action items."
)
Present Results
| Gate | Status | Notes |
|---|---|---|
| 1. Read Before Write | N/A | Read-only skill |
| 2. File Exists Check | N/A | Agent validates |
| 3. Chain Validation | N/A | Single delegation |
| 4. Mutation Confirm | N/A | No direct mutations |
| 5. MCP Health | N/A | Agent checks |
| 6. Post Validation | N/A | Agent verifies |