modules/programs/agents/shared/skills/obsidian-save/SKILL.md
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 skillsauth add MichaelVessia/nixos-config obsidian-saveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture current session context as a note in the Obsidian vault.
Use when user wants to save conversation insights, decisions, or context to their Obsidian knowledge base.
Parse user prompt: The text accompanying the skill invocation guides the note:
Generate filename: YYYY-MM-DDTHH-MM-SS-<slug>.md
Summarize session based on user's direction:
Create note at ~/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>
The user's prompt is your primary guide. Examples:
- [ ] items instead of proseWhen no direction given, default to a balanced summary of key outcomes.
| 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]] for today's date to create backlinkdevelopment
Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.
development
Turn an idea or objective into a goal package for /goal. Interviews the user, builds a reviewed fact sheet via Plannotator, then explores the codebase to produce an execution plan.
development
Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.
testing
Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.