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.
npx skills add AGI-comming/functional-skill-creator --skill meeting-notes-to-actionsgit clone --depth 1 https://github.com/AGI-comming/functional-skill-creatorWrote 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.
[](https://agentmods.dev/skills/agi-comming/functional-skill-creator/meeting-notes-to-actions)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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.
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- functions/draft_follow_up.md 793 B
- functions/extract_action_items.md 942 B
- functions/load_meeting_notes.md 1.2 KB
- logs/runs/.gitkeep 1 B
- references/shared-glossary.md 530 B
- scripts/.gitkeep 1 B
- scripts/normalize_meeting_notes.mjs 620 B runs code
- scripts/normalize_meeting_notes.test.mjs 704 B runs code
- testcases/unit/extract_action_items.basic.case.json 1.1 KB
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.
- 10d ago First seen · 45 lines · 22 tokens per session scan A 922dfcb2a5b0
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.
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.
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.
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…
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.
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.
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…