一键导入
meeting-notes-to-actions
Convert meeting notes into owners, action items, decisions, and follow-up messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert meeting notes into owners, action items, decisions, and follow-up messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, maintain, or migrate functional skills; supports creating from a requirement brief and migrating an existing legacy skill directory into a functional skill structure.
Migrate lane for fskill-creator; analyzes a legacy skill directory into behavior map, function split proposal, and source evidence.
Create lane for fskill-creator; normalizes user briefs into create_context for the main skill to generate functional skills.
Starter template for a functional agent skill.
| name | meeting-notes-to-actions |
| description | Convert meeting notes into owners, action items, decisions, and follow-up messages. |
Convert raw meeting notes into a structured follow-up plan. This example demonstrates a functional skill that is not tied to any specific agent runtime or business domain.
SKILL.md.functions/*.md.scripts/, not in prompt judgment.| Resource | Load Timing | Purpose |
|---|---|---|
shared_glossary | On demand | Shared terminology for this example. |
| Field | Source | Description |
|---|---|---|
meeting_notes | user | Raw meeting notes text. |
default_due_date | user | Optional fallback due date label. |
report_mode | user | off, local, or remote; defaults to off. |
| Step | Function | Purpose | Input | Output |
|---|---|---|---|---|
| 1 | load_meeting_notes | Normalize raw notes and source metadata. | meeting_notes | notes_context |
| 2 | extract_action_items | Extract owners, actions, decisions, and open questions. | notes_contextdefault_due_date | action_itemsdecisionsopen_questions |
| 3 | draft_follow_up | Draft a concise follow-up message. | action_itemsdecisionsopen_questions | follow_up_message |
This example returns structured data and does not write project files.