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 agentmods add skills/lvndry/jazz/meeting-notesnpx skills add lvndry/jazz --skill meeting-notesgit clone --depth 1 https://github.com/lvndry/jazzWrote 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/lvndry/jazz/meeting-notes)<a href="https://agentmods.dev/skills/lvndry/jazz/meeting-notes"><img src="https://agentmods.dev/badge/skills/lvndry/jazz/meeting-notes.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00033 | $0.01187 |
| Opus 5 | $0.00016 | $0.00593 |
| Sonnet 5 | $0.00007 | $0.00237 |
| Haiku 4.5 | $0.00003 | $0.00119 |
Grade A, and why
meeting-notes 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Meeting Notes
Turn a meeting transcript, pasted notes, or rough draft into a clean summary with explicit decisions, owners, and follow-ups. The goal is one artifact a busy reader can act on in 30 seconds.
When to Use
- User has meeting notes, a transcript, or a recording and wants a summary
- User wants action items or follow-ups extracted
- User asks "what did we decide?" or "what are the next steps?"
- User wants a follow-up email drafted to attendees
Input Handling
Accept input in any of these forms:
- Pasted text — transcript, bullet notes, or a rough draft in the conversation
- File path — if the user gives a path or filename, read it with
read_filefirst; don't ask them to paste a long file - Multiple fragments — several messages or files mean one meeting; merge them into a single summary, don't summarize each separately
If something material is missing (which meeting? which date?), ask one targeted question rather than guessing. Don't block on minor unknowns like exact attendee spelling — mark them TBD.
Workflow
- Ingest the source (read the file if a path was given).
- Summarize in 3–5 sentences: what was discussed, what was decided, the meeting's tone.
- Extract decisions — explicit agreements and choices made, with owner/context if stated.
- Extract action items — concrete tasks; capture owner and due date when present, else
TBD. - Surface open questions, risks, and next-meeting needs so nothing important is buried.
- Format the artifact (below) and present it.
- Save it if the user wants it kept (see Saving).
Output Format
---
title: [Topic]
date: [YYYY-MM-DD or TBD]
attendees: [Name, Name, … or TBD]
source: [pasted | path/to/file]
tags: [meeting, <project>]
---
# Meeting Summary: [Topic or title]
## Summary
[3–5 sentences: what was discussed, main outcomes, tone of meeting]
## Decisions
- [Decision 1]. [Owner / context if known.]
- [Decision 2]
## Action Items
| Owner | Action | Due | Status |
| ------ | ------ | ---------------- | ------ |
| [Name] | [What] | [When if stated] | TBD |
| … | … | … | … |
## Open Questions
- [Question or topic to revisit]
- [Blocked item or dependency]
## Risks & Concerns
- [Risk or objection someone raised, briefly]
## Follow-up
- [Next meeting / check-in if scheduled]
- [Item to carry into the next conversation]
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.
- 5d ago First seen · 138 lines · 33 tokens per session scan A bbdab47ae31b
meeting-notes is a skill published in the GitHub repository lvndry/jazz (51 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 1,187 once invoked, about $0.0002 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
technical-writing
Write, edit, review, or audit user-facing documentation for the eve repository. Use for changes under docs/, documentation tied to eve APIs or CLI behavior, docs work based on Slack or support feedback, and requests to make eve docs clearer, more natural, or less AI-patterned while verifying claims against current…
anywrite
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
generate-run-commands
Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.
get-search-view-results
Get the current search results from the Search view in VS Code.
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes, capturing pane output, and managing terminal multiplexer windows. Enables parallel coding-agent orchestration, background process management, and REPL interaction via sockets. Use when the agent needs to launch, monitor, or coordinate…