minutes-note

Add timestamped plain-text notes to active recordings or meeting files.

1.4k|146|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/silverstein/minutes --skill minutes-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minutes-note
Source: https://github.com/silverstein/minutes/tree/main/tooling/skills/sources/minutes-note
Command: npx skills add https://github.com/silverstein/minutes --skill minutes-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture fleeting thoughts and important highlights during meetings without interrupting the flow of conversation, and attach those annotations to recordings or meeting files so important context is preserved and discoverable.

Core Features & Use Cases

  • Add a timestamped note to the active recording so the note is tied to the exact moment in the transcript.
  • Annotate past meeting files with follow-ups or confirmations using a full meeting file path.
  • Notes are plain text, prioritized in summarization, searchable via CLI, and help surface what participants deemed important.
  • Use case: While on a call, quickly mark "pricing pushback" to ensure the summarizer weights that segment higher when generating minutes.

Quick Start

Add a timestamped note during a recording by issuing the minutes note command with your note text, for example: minutes note "Alex wants monthly billing not annual billing".

Frequently Asked Questions about minutes-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add timestamped notes to a meeting recording?

You can annotate past meeting files by invoking the minutes note command via CLI or app with a full meeting file path, appending plain-text annotations to flag decisions and important moments.

Does this meeting annotation tool support markdown formatting in notes?

No, this meeting annotation tool stores notes as plain text without markdown, ensuring plain-text annotations are prioritized in summarization context and remain searchable via the CLI for post-meeting workflows.

How do timestamped annotations affect meeting summarization?

Timestamped annotations affect meeting summarization by integrating notes into the summarization context, allowing the summarizer to weight flagged segments like pricing pushback higher when generating meeting minutes.

Can I annotate a past meeting file if the recording is no longer active?

Yes, you can annotate past meeting files if the recording is no longer active by providing a full meeting file path, allowing you to append plain-text follow-ups or confirmations offline.

Do I need an active recording to capture live meeting notes?

Yes, you need an active recording to auto-timestamp live meeting notes during a call, whereas annotating past meeting files requires a full meeting file path for offline annotations instead.