Сохранение ответов сессии в Obsidian

★ 7.6 · knowledge-management

save is a Claude Code skill that preserves a user-selected answer, decision, insight, or session summary into an Obsidian vault as a single reviewed transaction. It activates only on an explicit request — /save, "save this answer", "file this analysis", "preserve this chat result" — and never runs automatically or captures an entire transcript by default. Before writing, the skill reads wiki/hot.md and wiki/index.md, searches for an existing note to prefer an update over a duplicate, then drafts a transaction bundle containing the target note, a new entry in wiki/log.md, a refreshed hot.md under 500 words, and any required index edits. The bundle is applied via claude-obsidian.py with SHA-256 precondition checks and an idempotent operation ID — no network egress, no direct file writes bypassing the transaction layer. It is built for anyone maintaining a personal knowledge base in Obsidian who needs a reliable, conflict-safe way to archive valuable insights from Claude conversations.