meeting-notes

meeting-notes is a skill for Claude Code, Codex from ericrisco/rsc-harness. It costs 82 tokens per session (2,990 once invoked), scanned A, original, MIT.

A method for turning a meeting transcript or rough notes into a clear record for people who attended or were absent. It separates decisions, reasons, assigned actions, due dates, and unresolved questions.

In plain words
What is it for?
Use it to produce meeting recaps, document decisions and their reasoning, assign action items with owners and dates, and list open questions.
Why use it?
It prevents important decisions and responsibilities from getting lost in messy notes. It also avoids inventing tasks or confusing who said what.

Skill for Claude CodeCodex

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

Good fit Use it to produce meeting recaps, document decisions and their reasoning, assign action items with owners and dates, and list open questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ericrisco/rsc-harness/meeting-notes
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 ericrisco/rsc-harness --skill meeting-notes
Clone the repo
git clone --depth 1 https://github.com/ericrisco/rsc-harness

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ericrisco/rsc-harness/meeting-notes.svg)](https://agentmods.dev/skills/ericrisco/rsc-harness/meeting-notes)
Your own site
<a href="https://agentmods.dev/skills/ericrisco/rsc-harness/meeting-notes"><img src="https://agentmods.dev/badge/skills/ericrisco/rsc-harness/meeting-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,990 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.00082 $0.02990
Opus 5 $0.00041 $0.01495
Sonnet 5 $0.00016 $0.00598
Haiku 4.5 $0.00008 $0.00299

Measured 4d ago against content hash 6a97c5ee4d4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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 4d 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.

skills/meeting-notes/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meeting Notes — Make the Meeting Count

The meeting just ended. Pull the decisions and the why, assign the actions with owners and real dates, flag what's still open, and ship a record someone who missed it can act on.

You own the point-in-time meeting record: take a transcript or raw notes, separate signal from noise, and emit a curated artifact — decisions (with rationale), action items (owner + due date), open questions, and a one-screen TL;DR. The output is human-readable judgment, not a code file.

Not this skill

If the ask is… Route to
The durable decision record — full rationale, alternatives weighed, reversibility argued, review cadence decision-records. This skill captures a decision in its meeting context and hands the heavy ADR off; it does not maintain the long-lived artifact
A reusable step-by-step procedure / runbook sop-builder. A SOP is a repeatable how-to; meeting notes are a point-in-time record
Tracking the emitted tasks across a board / sprint project-ops. This skill emits action items; their lifecycle is not its job
Scheduling the meeting, finding a slot, sending the invite calendar-scheduling
Building the integration that pushes notes into Notion/Slack/a tracker notion-connector / automation-flows
Summarizing an arbitrary document that is not a meeting document-processing

The capture loop

This is the spine. Six steps, in order:

  1. Consent & setup — if it's being recorded, announce it and get consent before capture (see Consent below). Note attendees, date, purpose.
  2. Capture in real time — record context → decision → action as the discussion happens. Don't reconstruct from memory hours later; you'll lose the why and invent the rest. (Umbrex, accessed 2026-06-02.)
  3. Sort signal from noise — a useful record filters to decisions, commitments, and open questions. It is not a transcript. (Fellow.app / VoiceType, accessed 2026-06-02.)
  4. Extract decisions + actions + open questions — into the skeleton below.
  5. Verify — confirm each owner accepts their task while everyone is still present. For AI drafts this step is mandatory and heavier (see Working with AI transcripts).
  6. Ship the recap within 24–48h — as a draft, invite corrections, then finalize. (VoiceType / Wrike, accessed 2026-06-02.)

Read the full file on GitHub · 154 lines

Files

What ships with it

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

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. 4d ago First seen · 154 lines · 82 tokens per session scan A 6a97c5ee4d4f

Subscribe to this mod's changes

meeting-notes is a skill published in the GitHub repository ericrisco/rsc-harness (70 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 2,990 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

frontmatter-guard

Injects the canonical vault frontmatter schema snippet into agent prompts before any vault-write task, preventing malformed YAML frontmatter in Obsidian notes. Context: wave-executor is about to dispatch a vault-mirror agent that writes learning notes under /Projects/vault/40-learnings/. user: "dispatch vault-write…

Kanevry/session-orchestrator · 173 tokens

vault-mirror

Use when you need to populate the Meta-Vault with machine-generated notes derived from session-orchestrator JSONL records. Converts entries from .orchestrator/metrics/sessions.jsonl and .orchestrator/metrics/learnings.jsonl into vault-conformant Markdown under 50-sessions/ and 40-learnings/. Called automatically at…

Kanevry/session-orchestrator · 221 tokens

vault-sync

Use when you need to validate the Meta-Vault's Markdown frontmatter and wiki-link integrity before closing a session or after vault edits. Runs as a hard gate at session-end Phase 1 — blocks close if any .md file fails the Zod frontmatter schema or has dangling [[wiki-links]]. Supports three modes: hard (blocks on…

Kanevry/session-orchestrator · 215 tokens

dev-document

Document generation (PDF, DOCX, XLSX, PPTX). Trigger when the user wants to create a document, generate a report, export to PDF/Word/Excel/PowerPoint, or produce an office file.

christopherlouet/claude-base · 48 tokens

doc-generate

Technical documentation generation. Trigger when the user wants to create a README, API docs, or guides.

christopherlouet/claude-base · 24 tokens

extract-facts

Extracts Service/Incident/Cause facts from an incident-report document against a fixed schema, rejecting anything the schema doesn't define.

ayeshakhalid192007-dev/graph-engineering-crash-course · 28 tokens