بنقرة واحدة
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.