Loading...
Loading...
Save current session context to Obsidian vault. INVOKE THIS SKILL when user: - Says "save to obsidian", "note this to obsidian", "add to vault" - Wants to capture session insights to their notes - Says "save this session", "dump to obsidian" - Asks to "create a note from this conversation" - Mentions wanting to remember or archive the current discussion Trigger phrases: "save to obsidian", "note this", "add to vault", "save session", "dump to notes", "obsidian note"
npx skill4agent add michaelvessia/nixos-config obsidian-saveYYYY-MM-DDTHH-MM-SS-<slug>.md~/obsidian/Notes/<filename>---
date: <ISO8601 timestamp>
daily: [[YYYY-MM-DD]]
tags:
- claude-session
source: claude-code
---
# <Title>
## Summary
<Bulleted summary of session>
## Details
<Any additional context, code snippets, or specifics worth preserving>- [ ]| User says | Action |
|---|---|
| "save this to obsidian" | Summarize full session, auto-generated title |
| "note this discussion about auth" | Save with title "auth" as slug |
| "save to obsidian, focus on the fix we found" | Emphasize the solution, minimize context |
| "add to vault as a how-to guide for setting up the dev env" | Structure as step-by-step guide, not bullet summary |
| "dump to obsidian, just the architecture decisions we made" | Filter to only architectural choices |
| "save session, skip the debugging tangents" | Omit failed attempts, focus on outcomes |
daily: [[YYYY-MM-DD]]