meeting-notes-to-actions

meeting-notes-to-actions is a skill for Claude Code, Codex from AGI-comming/functional-skill-creator. It costs 22 tokens per session (411 once invoked), scanned A, original, MIT.

A tool for turning unstructured meeting notes into a follow-up plan with action items, owners, decisions, and messages to send afterward.

In plain words
What is it for?
Use it after meetings to extract assigned tasks, record decisions, apply an optional fallback due-date label, and prepare follow-up communication.
Why use it?
It makes important outcomes easier to find in raw notes and helps clarify who needs to do what next. It does not invent missing owners, deadlines, or decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after meetings to extract assigned tasks, record decisions, apply an optional fallback due-date label, and prepare follow-up communication.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agi-comming/functional-skill-creator/meeting-notes-to-actions
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AGI-comming/functional-skill-creator --skill meeting-notes-to-actions
Clone the repo
git clone --depth 1 https://github.com/AGI-comming/functional-skill-creator

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meeting-notes-to-actions

README.md
[![agentmods](https://agentmods.dev/badge/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions/github.svg)](https://agentmods.dev/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions)
Your own site
<a href="https://agentmods.dev/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions"><img src="https://agentmods.dev/badge/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meeting-notes-to-actions

Your own site · 80×15
<a href="https://agentmods.dev/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions"><img src="https://agentmods.dev/badge/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 411 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00411
Opus 5 $0.00011 $0.00205
Sonnet 5 $0.00004 $0.00082
Haiku 4.5 $0.00002 $0.00041

Measured 10d ago against content hash 922dfcb2a5b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

meeting-notes-to-actions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/normalize_meeting_notes.mjs, scripts/normalize_meeting_notes.test.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/meeting-notes-to-actions/SKILL.md · 45 lines

What it actually says

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_contextdefault_due_date action_itemsdecisionsopen_questions
3 draft_follow_up Draft a concise follow-up message. action_itemsdecisionsopen_questions follow_up_message

Output Scope

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

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 45 lines · 22 tokens per session scan A 922dfcb2a5b0

Subscribe to this mod's changes

meeting-notes-to-actions is a skill published in the GitHub repository AGI-comming/functional-skill-creator (360 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 411 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

backlog

EXPERIMENTAL. Use when working the project-wide out-of-scope backlog at paad/code-reviews/backlog.md — cleaning it of entries that are already fixed or gone, or picking the next entry and fixing it end-to-end. Not for producing backlog entries — that is /agentic-review — and not for reviewing a branch diff.

Ovid/paad · 73 tokens

open-pr-feedback

Report a problem with the open-pr plugin itself, or ask for a change, on its public issue tracker. Use when a run of one of its commands left something to say. Takes no URL.

TOMOSIA-VIETNAM/open-pr · 44 tokens

akidevsync-notes

Read and edit a project's .akidevsync/notes.json task/note file — the per-project task list written by the Aki-Dev-Sync app (github.com/lacvietanh/aki-dev-sync). Use when the user asks to list, add, pin/unpin, mark done, edit, or delete a task in that file, or mentions "task note", "note ghim", "pin task", "mark…

lacvietanh/akidevrule · 137 tokens

status

Read every application.yaml in the workspace and report the state of the search — the ranked queue, what is waiting on you, what has gone quiet, and the regression of the pipeline's own predictions against actual outcomes. Writes the calibration findings back into jobsearch.md and preferences.yaml.

VonTerraProject501c3/slushpile · 58 tokens

trailhead-view

Skill "trailhead-view" from ToRvaLDz/trailhead, covering load first, in order, routing: verb to engine, render the map: map [map], 🎯 destination and 🗒️ notes.

ToRvaLDz/trailhead · 116 tokens

task-stocktake

Consolidate a repo's pending-task tracking into its single task ledger (default .notes/TASKS.md) — bootstrap it if missing, sweep handoff / audit / remaining-issues files and auto-memory for stray task lines, verify pending entries against git log and actual code, archive detail files of completed tasks. Use when the…

shimo4228/claude-harness · 160 tokens