minutes-note

Solid

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.

AI & Automation 1,239 stars 131 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
92
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /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 progress. Check with `minutes status` first. If no recording is active, use `--meeting <path>` to annotate an existing file. - **`--meeting` requires the full path** — Use the exact path from `minutes list` or `minutes search`, e.g., `--meeting ~/meetings/2026-03-17-pricing-call.md`. Tab c...

Details

Author
silverstein
Repository
silverstein/minutes
Created
2 months ago
Last Updated
2 days ago
Language
Rust
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

minutes-record

Start or stop recording a meeting, call, or voice memo. Use this whenever the user says "record", "start recording", "capture this meeting", "stop recording", "I'm in a meeting", "take notes on this call", or wants to transcribe live audio. Also use when they ask about recording status or want to know if something is being recorded.

1,239 Updated 2 days ago
silverstein
AI & Automation Solid

minutes-list

List recent meetings and voice memos. Use when the user asks "what meetings did I have", "show my recent recordings", "any meetings today", "list my voice memos", or wants an overview of their meeting history. Also use when they need to find a specific meeting by browsing rather than searching.

1,239 Updated 2 days ago
silverstein
AI & Automation Solid

minutes-search

Search past meeting transcripts and voice memos for specific topics, people, decisions, or ideas. Use this whenever the user asks "what did we discuss about X", "find that meeting where we talked about Y", "what did Alex say", "did we decide on", "what was that idea about", or any question that could be answered by searching their meeting history. Also use for "do I have any notes about" or "check my meetings for".

1,239 Updated 2 days ago
silverstein
AI & Automation Listed

meeting

Meeting notes assistant — organize meeting content, extract action items, track progress

0 Updated today
hugo57100
AI & Automation Listed

note

Save notes to notepad.md for compaction resilience

1 Updated today
ItsProGamer974