---
name: Minutes Ideas
slug: minutes-ideas
category: AI Engineering
description: Minutes Ideas surfaces recent voice memos and ideas captured from any device so an agent can recall them when asked. Use it when the user asks about recent memos, ideas, or recordings from while walking.
github: "https://github.com/silverstein/minutes/tree/main/.opencode/skills/minutes-ideas"
language: Rust
stars: 1439
forks: 154
install: "npx degit https://github.com/silverstein/minutes/tree/main/.opencode/skills/minutes-ideas ~/.claude/skills/minutes-ideas"
installs_to: ~/.claude/skills/minutes-ideas
source_path: .opencode/skills/minutes-ideas/SKILL.md
collection_size: 23
category_size: 2451
collection_url: "https://dirskills.com/collections/silverstein/minutes"
added: 2026-08-19T07:27:20.994Z
last_synced: 2026-08-19T07:27:20.994Z
canonical_url: "https://dirskills.com/skills/minutes-ideas"
---

# Minutes Ideas

Minutes Ideas surfaces recent voice memos and ideas captured from any device so an agent can recall them when asked. Use it when the user asks about recent memos, ideas, or recordings from while walking.

**Install:**

```bash
npx degit https://github.com/silverstein/minutes/tree/main/.opencode/skills/minutes-ideas ~/.claude/skills/minutes-ideas
```

## README

# /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.
