원클릭으로
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.