obsidian-save
SKILL.md
obsidian-save - Save Session to Obsidian
Capture current session context as a note in the Obsidian vault.
When to Use
Use when user wants to save conversation insights, decisions, or context to their Obsidian knowledge base.
Process
-
Parse user prompt: The text accompanying the skill invocation guides the note:
- Focus areas: "just the debugging steps", "only architecture decisions"
- Exclusions: "skip the failed attempts", "don't include the tangents"
- Structure: "as a how-to guide", "as bullet points", "as a decision log"
- Title: Extract explicit title if given, otherwise derive from topic
-
Generate filename:
YYYY-MM-DDTHH-MM-SS-<slug>.md- Use provided title as slug, or derive from session topic
- Slugify: lowercase, hyphens for spaces, no special chars