minutes-note
Add a note to the current recording or annotate a past meeting. Use whenever the user says "note that", "remember this", "mark this as important", "add a note about", "annotate the meeting", or wants to capture a thought during or after a recording. Plain text input — no markdown needed.
npx skills add silverstein/minutes --skill minutes-note --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /minutes-note Add a timestamped note during a recording, or annotate a past meeting. ## During a recording ```bash # Add a note to the active recording (auto-timestamped) minutes note "Alex wants monthly billing not annual billing" minutes note "Case agreed — compromise at monthly billing for experiment" ``` Each note gets a timestamp matching the recording position (e.g., `[4:23]`). Notes feed into the LLM summarizer as high-priority context — the AI knows what you thought was important and weights those parts of the transcript more heavily in the summary. ## After a meeting ```bash # Annotate an existing meeting file minutes note "Follow-up: Alex confirmed via email on Mar 18" --meeting ~/meetings/2026-03-17-pricing-call.md ``` Appends to the `## Notes` section of the meeting file with a date stamp. ## Tips - Notes are plain text — just type what you're thinking, no formatting needed - Short notes work best: "pricing pushback" > "Alex expressed concerns about the current pricing structure and suggested..." - Notes are searchable via `minutes search` ## Gotchas - **Must have an active recording for live notes** — `minutes note "..."` without `--meeting` requires a recording in p
- During a recording
- After a meeting
- Tips
- Gotchas
Add a note to the active recording (auto-timestamped) minutes note "Alex wants monthly billing not annual billing" minutes note "Case agreed — compromise at monthly billing for experiment" Annotate an existing meeting file minutes note "Follow-up: Alex confirmed via email on Mar 18" --meeting ~/meetings/2026-03-17-pricing-call.md
What does the minutes-note skill do?
Add a note to the current recording or annotate a past meeting. Use whenever the user says "note that", "remember this", "mark this as important", "add a note about", "annotate the meeting", or wants to capture a thought during or after a recording. Plain text input — no markdown needed.
How do I install it?
Run `npx skills add silverstein/minutes --skill minutes-note --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From silverstein/minutes, a repository with 1,410 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
