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
Restate the last message in plain human language, with no jargon.
testing
Fan out a batch of work items into one PR each via isolated worktree agents, review every PR before it opens, then babysit all PRs through green CI and review feedback. Use when the user wants to fan out PRs, dispatch parallel PR agents over a list of items, or run a batch of independent changes as separate PRs.
development
Dispatch user-visible coding or research agents through Herdr with Codex-Desktop-like thread ergonomics. Use when the user asks to use Herdr to spawn, dispatch, fan out, inspect, follow up with, or monitor agent workspaces/threads.
development
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.