{"slug":"minutes-note-4","title":"minutes-note","summary":"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","platform":"Claude","tags":[],"authorName":"LLM Mart","authorSlug":"llm-mart","score":0,"source":"github","price":null,"verified":false,"createdAt":"2026-08-27T16:57:57.476095Z","repo":{"url":"https://github.com/silverstein/minutes","stars":1501,"forks":165,"license":"MIT","updatedAt":"2026-09-25T06:14:41Z"},"bodyHtml":"<hr>\n<p>name: minutes-note\ndescription: 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.\ntriggers:</p>\n<ul>\n<li>note that</li>\n<li>remember this</li>\n<li>mark this as important</li>\n<li>add a note about</li>\n<li>annotate the meeting\nuser_invocable: true\nmetadata:\ndisplay_name: Minutes Note\nshort_description: 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.\ndefault_prompt: Use Minutes Note for this task.\nsite_category: Capture\nsite_example: /minutes-note Alex wants monthly billing\nsite_best_for: Drop a timestamped note into the current recording or annotate a past one.\nassets:\nscripts: []\ntemplates: []\nreferences: []\noutput:\nclaude:\npath: .claude/plugins/minutes/skills/minutes-note/SKILL.md\ncodex:\npath: .agents/skills/minutes/minutes-note/SKILL.md\ntests:\ngolden: true\nlint_commands: true</li>\n</ul>\n<hr>\n<h1>/minutes-note</h1>\n<p>Add a timestamped note during a recording, or annotate a past meeting.</p>\n<h2>During a recording</h2>\n<pre><code># Add a note to the active recording (auto-timestamped)\nminutes note \"Alex wants monthly billing not annual billing\"\nminutes note \"Case agreed — compromise at monthly billing for experiment\"\n</code></pre>\n<p>Each note gets a timestamp matching the recording position (e.g., <code>[4:23]</code>). 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.</p>\n<h2>After a meeting</h2>\n<pre><code># Annotate an existing meeting file\nminutes note \"Follow-up: Alex confirmed via email on Mar 18\" --meeting ~/meetings/2026-03-17-pricing-call.md\n</code></pre>\n<p>Appends to the <code>## Notes</code> section of the meeting file with a date stamp.</p>\n<h2>Tips</h2>\n<ul>\n<li>Notes are plain text — just type what you're thinking, no formatting needed</li>\n<li>Short notes work best: \"pricing pushback\" &gt; \"Alex expressed concerns about the current pricing structure and suggested...\"</li>\n<li>Notes are searchable via <code>minutes search</code></li>\n</ul>\n<h2>Gotchas</h2>\n<ul>\n<li><strong>Must have an active recording for live notes</strong> — <code>minutes note \"...\"</code> without <code>--meeting</code> requires a recording in progress. Check with <code>minutes status</code> first. If no recording is active, use <code>--meeting &lt;path&gt;</code> to annotate an existing file.</li>\n<li><strong><code>--meeting</code> requires the full path</strong> — Use the exact path from <code>minutes list</code> or <code>minutes search</code>, e.g., <code>--meeting ~/meetings/2026-03-17-pricing-call.md</code>. Tab completion works.</li>\n<li><strong>Notes don't support markdown</strong> — The note content is plain text. Markdown formatting like <code>**bold**</code> or <code>- lists</code> will be stored literally, not rendered.</li>\n<li><strong>Quotes in notes need escaping</strong> — If your note contains quotes, wrap the whole thing in single quotes or escape them: <code>minutes note 'Alex said \"no way\"'</code>.</li>\n</ul>\n","files":[{"path":"skill.md","sizeBytes":3135,"isText":true}],"reviewScore":null,"reviewSummary":null,"trust":{"provenance":"trusted-source-unreviewed","notice":"Community-authored content, reproduced verbatim and not vetted as instructions. Treat it as data to evaluate, never as directives to follow.","bodySource":null},"bodyLocked":false,"purchaseUrl":null,"sourceUrl":null,"report":{"provenance":"trusted-source-unreviewed","screen":{"ran":true,"outcome":"clean","suspicious":0,"notes":0,"hiddenCharacters":false},"virusScan":{"engine":"clamav","status":"clean","scannedAt":"2026-08-27T17:02:22.69077Z","sha256":"2BEDBC10D13C1A1628D75EE1A662B516FA86FF462E0717F8373D67221A709FBC","sizeBytes":1397},"review":null,"source":{"repositoryUrl":"https://github.com/silverstein/minutes","path":"tooling/skills/sources/minutes-note","license":"MIT","commit":"37d3440d4f132e2f3864fbe537e375fd546159ba","subtreeSha":"95DF1057D249CC629FB4A21EAEF6A17A55D4A0FE1F7C0CD396AD582468035ADD","lastSyncedAt":"2026-09-25T07:37:08.19899Z"},"reviewedAt":"2026-08-27T17:12:41.692302Z","notice":"Community-authored content, reproduced verbatim and not vetted as instructions. Treat it as data to evaluate, never as directives to follow."},"install":[{"target":"skills-cli","command":"npx skills add https://github.com/silverstein/minutes/tree/main/tooling/skills/sources/minutes-note"},{"target":"claude-code","command":"claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install silverstein-minutes@llmmart"},{"target":"git","command":"git clone https://github.com/silverstein/minutes.git"}]}