# Meeting Notes To Actions

> Convert meeting notes into owners, action items, decisions, and follow-up messages.

- **Type:** Skill
- **Install:** `agentstack add skill-shopee-eng-functional-skill-creator-meeting-notes-to-actions`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AGI-comming](https://agentstack.voostack.com/s/agi-comming)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AGI-comming](https://github.com/AGI-comming)
- **Source:** https://github.com/AGI-comming/functional-skill-creator/tree/main/examples/meeting-notes-to-actions
- **Website:** https://github.com/AGI-comming/functional-skill-creator

## Install

```sh
agentstack add skill-shopee-eng-functional-skill-creator-meeting-notes-to-actions
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# meeting-notes-to-actions

## Goal

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.

## Principles

- Orchestration stays in `SKILL.md`.
- Function behavior lives in `functions/*.md`.
- Do not fabricate owners, due dates, or decisions that are missing from the meeting notes.
- Only use trace logs when the caller enables reporting.
- Deterministic input normalization belongs in `scripts/`, not in prompt judgment.

## References

| Resource | Load Timing | Purpose |
|---|---|---|
| `shared_glossary` | On demand | Shared terminology for this example. |

## External Inputs

| 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`. |

## Execution Pipeline

| 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_context``default_due_date` | `action_items``decisions``open_questions` |
| 3 | `draft_follow_up` | Draft a concise follow-up message. | `action_items``decisions``open_questions` | `follow_up_message` |

## Output Scope

This example returns structured data and does not write project files.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AGI-comming](https://github.com/AGI-comming)
- **Source:** [AGI-comming/functional-skill-creator](https://github.com/AGI-comming/functional-skill-creator)
- **License:** MIT
- **Homepage:** https://github.com/AGI-comming/functional-skill-creator

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-shopee-eng-functional-skill-creator-meeting-notes-to-actions
- Seller: https://agentstack.voostack.com/s/agi-comming
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
