vault-searchlisted
Install: claude install-skill jojoprison/mnemo
# mnemo:ask — Vault Knowledge Search & Synthesis
Search across the entire vault, read relevant notes, and synthesize an answer with source citations.
## Prerequisites & config
Obsidian must be open. Config at `~/.mnemo/config.json` — reads `vault` and `links_section`. Full schema in `${CLAUDE_PLUGIN_ROOT}/references/config-schema.md`. If missing, ask the user for vault name and save.
## Workflow
### Step 1: Accept Query
Input as argument: `/mn:ask "what did we decide about pricing strategy?"`
**User-invoked, no argument** → ask: "What would you like to find in your vault?"
**Agent-invoked (proactive, mid-task)** → do NOT stop to ask the user. Derive the query yourself from the task at hand — the bug about to be fixed, the subsystem being entered, the decision being weighed — and search for that. The point of proactive recall is to consult memory *without* interrupting the user. If nothing relevant surfaces (Step 5), don't dump a "not found" wall — note it in one line and return to the task.
**Anti-loop:** recall a given topic at most once per session. If the vault was already searched for this bug/subsystem this session, don't re-search — reuse what you found.
### Step 2: Extract Search Terms
Break query into 2-4 key search terms. Example:
- "what did we decide about pricing strategy?" → ["pricing", "strategy", "decision"]
### Step 3: Search Vault (parallel)
**Run all searches in parallel — single assistant message with multiple Bash tool uses.** For 4 terms this