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.
npx skills add silverstein/minutes --skill minutes-ideas --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /minutes-ideas — Recent Voice Memos & 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. ## How to run 1. Search for recent voice memos using the `minutes` CLI: ```bash minutes list --content-type memo --limit 20 ``` 2. Require exit status 0 and use the JSON written to stdout. If the CLI is unavailable or fails, report the memo source unavailable; never scan the memo directory directly. 3. Present the memos as a clean list: - Date, title, duration, device (if from iPhone) - Ask: "Want to dig into any of these?" 4. If the user picks one, run `minutes get "<exact path>" --json`, require exit status 0, and present only the returned transcript/summary. Never reopen the list path through the host filesystem. ## Ghost Context 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.
- How to run
- Ghost Context
minutes list --content-type memo --limit 20
What does the minutes-ideas skill do?
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.
How do I install it?
Run `npx skills add silverstein/minutes --skill minutes-ideas --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From silverstein/minutes, a repository with 1,410 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
