From minutes
Searches and surfaces voice memos and ideas captured from any device in the last 14 days. Use when recalling ideas recorded while away from the desk.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minutes:minutes-ideasThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface voice memos and ideas captured from any device in the last 14 days.
Surface voice memos and ideas captured from any device in the last 14 days. This is the recall layer for the cross-device ghost context pipeline.
minutes CLI:minutes list --type memo --limit 20 --json 2>/dev/null
~/meetings/memos/ directly:ls -t ~/meetings/memos/*.md 2>/dev/null | head -20
head -20 "<path>"
Present the memos as a clean list:
If the user picks one, read the full file and present the transcript/summary.
These memos were captured on the user's phone (or Mac) and automatically transcribed by the Minutes watcher. They may contain ideas, thoughts, observations, or reminders that the user recorded while away from their desk.
When the user asks "what was that idea I had while walking?" — search these memos first, then broaden to full meeting search if needed.
npx claudepluginhub silverstein/minutes --plugin minutesLists recent meetings and voice memos from local files, sorted newest-first. Supports filtering by type and custom limits.
Full-text search and management of past work, memories, project history, and session notes with token-efficient browsing.
Persistently stores and retrieves cross-session context via MCP server. Search prior work, ingest meeting notes, and get synthesized summaries of identity, projects, and priorities.