From llmwiki
Saves conversation knowledge (decisions, insights, research) to a vault using the vault-mind MCP server, creating or updating notes with frontmatter and daily logs.
How this command is triggered — by the user, by Claude, or both
Slash command
/llmwiki:vault-saveThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /vault-save
# Requires: vault-mind MCP server
Save conversation knowledge (decisions, insights, research) to your vault.
## Steps
1. **Read `_CLAUDE.md`** for folder maps and indexing rules.
2. **Analyze the Conversation**: Identify all vault-worthy items (Decisions, Status changes, Insights, Tasks, Connections).
3. **Draft Writes**: For each identified item:
- Find the target note (new or existing) based on the vault map.
- Prepare the Markdown content.
4. **Execute Writes via MCP**:
- Use `vault.exists` to check if the target path exists.
- If new: cal...Save conversation knowledge (decisions, insights, research) to your vault.
Read _CLAUDE.md for folder maps and indexing rules.
Analyze the Conversation: Identify all vault-worthy items (Decisions, Status changes, Insights, Tasks, Connections).
Draft Writes: For each identified item:
Execute Writes via MCP:
vault.exists to check if the target path exists.vault.create.vault.modify or vault.append.vault.batch if there are many.Propagate Changes:
vault.create or vault.append).vault.modify).Log.md or log.md.Report: List exactly what was saved and where.
_CLAUDE.md).npx claudepluginhub 2233admin/obsidian-llm-wiki/saveSaves a structured note from the current conversation into a wiki vault, with support for session summaries, concept pages, and decision records.
/obsidian-archiveExtracts learnings from the current Claude Code session using progressive summarization and archives them as Zettelkasten notes in Obsidian vault after user approval.
/session-saveSaves current session context and work summary as a structured Markdown note to Obsidian vault under 작업기록/세션기록, auto-discovers related docs, and commits to git if repo.
/memorySaves valuable session insights to a dated markdown file in .claude/storage/ for future reference, analyzing and compressing decisions, patterns, and gotchas.
/memsy-checkpointScans the conversation for decisions, fixes, and learnings, then presents a curated list to save as Memsy memories with user confirmation.
/compact-praetorianSaves current context to praetorian memory with type and title, supporting web research, task results, file reads, and technical decisions.