agentsclimarketplace

Minutes ideas

Skill silverstein/minutes/tooling/skills/goldens/claude/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.From its SKILL.md

Install
npx -y skills add silverstein/minutes --skill minutes-ideas

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 3 commands, including `minutes list --type memo --limit 20 --json 2>/dev/null` and 2 more.

SKILL.md

1.5 KB, 301 tokens by cl100k_base, as published. Nobody here has run it

/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:
minutes list --type memo --limit 20 --json 2>/dev/null
  1. If no results or CLI unavailable, scan ~/meetings/memos/ directly:
ls -t ~/meetings/memos/*.md 2>/dev/null | head -20
  1. For each memo found, read the frontmatter to get title, date, duration, and device:
head -20 "<path>"
  1. Present the memos as a clean list:

    • Date, title, duration, device (if from iPhone)
    • Ask: "Want to dig into any of these?"
  2. If the user picks one, read the full file and present the transcript/summary.

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.