From claude-obsidian
Saves conversations, answers, or insights as structured notes in Obsidian wiki vault. Analyzes content for note type (synthesis, concept, etc.), creates frontmatter, files in folder, updates index, log, and hot cache.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-obsidian:saveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Good answers and insights shouldn't disappear into chat history. This skill takes what was just discussed and files it as a permanent wiki page.
Good answers and insights shouldn't disappear into chat history. This skill takes what was just discussed and files it as a permanent wiki page.
The wiki compounds. Save often.
Determine the best type from the conversation content:
| Type | Folder | Use when |
|---|---|---|
| synthesis | wiki/questions/ | Multi-step analysis, comparison, or answer to a specific question |
| concept | wiki/concepts/ | Explaining or defining an idea, pattern, or framework |
| source | wiki/sources/ | Summary of external material discussed in the session |
| decision | wiki/meta/ | Architectural, project, or strategic decision that was made |
| session | wiki/meta/ | Full session summary: captures everything discussed |
If the user specifies a type, use that. If not, pick the best fit based on the content. When in doubt, use synthesis.
related in frontmatter.wiki/index.md. Add the new entry at the top of the relevant section.wiki/log.md. New entry at the TOP:
## [YYYY-MM-DD] save | Note Title
- Type: [note type]
- Location: wiki/[folder]/Note Title.md
- From: conversation on [brief topic description]
wiki/hot.md to reflect the new addition.---
type: <synthesis|concept|source|decision|session>
title: "Note Title"
created: YYYY-MM-DD
updated: YYYY-MM-DD
tags:
- <relevant-tag>
status: developing
related:
- "[[Any Wiki Page Mentioned]]"
sources:
- "[[.raw/source-if-applicable.md]]"
---
For question type, add:
question: "The original query as asked."
answer_quality: solid
For decision type, add:
decision_date: YYYY-MM-DD
status: active
(Source: [[Page]]).Save:
Skip:
If it's already in the wiki, update the existing page instead of creating a duplicate.
npx claudepluginhub ikalinichenko/claude-obsidian8plugins reuse this skill
First indexed Jul 8, 2026
Showing the 6 earliest of 8 plugins
Saves conversation insights into an Obsidian wiki vault as structured notes with frontmatter, auto-detecting note type and vault folder.
Saves conversation answers as permanent, self-contained Obsidian wiki pages with deduplication via semantic search.
Saves session context and work summaries to an Obsidian vault with structured markdown, auto-categorization, and related document discovery.