silverstein/minutes-opencode-minutes-ideas
Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
This is a copy. The original lives at silverstein/minutes-.opencode-minutes-ideas.
npx skills add https://github.com/silverstein/minutes --skill minutes-ideas
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 --content-type memo --limit 20
unavailable or fails, report the memo source unavailable; never scan the
memo directory directly.
minutes get "<exact path>" --json, require exitstatus 0, and present only the returned transcript/summary. Never reopen the
list path through the host filesystem.
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.
Take silverstein/minutes-opencode-minutes-ideas from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.