save

Save conversations as structured wiki notes with frontmatter and routing.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/deox420/second-brain --skill save-deox420
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save
Source: https://github.com/deox420/second-brain/tree/main/skills/save
Command: npx skills add https://github.com/deox420/second-brain --skill save-deox420

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Saves valuable conversations, insights, and analyses into the Obsidian wiki as durable, searchable notes, preventing loss from chat history.

Core Features & Use Cases

  • Frontmatter-driven notes: generates complete metadata and places the note in the correct wiki folder.
  • Concurrency-safe saves: uses wiki-lock to avoid write conflicts and updates index, log, and hot cache atomically.
  • Flexible routing: files notes into project or personal vault sections based on mode and destination rules.
  • Reusable workflows: integrates with existing scripts for transport, mode routing, and publishing pipelines.

Quick Start

Save the current conversation by saying 'save this' or '/save' to file the note.

Frequently Asked Questions about save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save chat conversations as Obsidian notes with frontmatter?

You can save chat conversations as Obsidian notes with frontmatter by triggering the save command, which generates complete metadata and automatically places the note in the correct wiki folder.

Does Obsidian note automation support concurrency-safe writes to prevent conflicts?

Yes, Obsidian note automation uses a wiki-lock mechanism to ensure concurrency-safe saves, preventing write conflicts while updating the index, log, and hot cache atomically.

Can I route saved chat notes to different Obsidian vault folders automatically?

Yes, you can route saved chat notes to different Obsidian vault folders automatically based on mode and destination rules, filing notes into either project or personal vault sections.

What is the best way to create searchable wiki notes from chat history?

The best way to create searchable wiki notes from chat history is to use an automation tool that applies frontmatter generation and routing decisions, filing valuable conversations as durable Obsidian notes.

Why does my Obsidian wiki note save fail during concurrent updates?

Obsidian wiki note saves can fail during concurrent updates if locking mechanisms are not in place; this tool implements wiki-lock to avoid write conflicts and ensure safe, repeatable saves.