obsidian-archivelisted
Install: claude install-skill bgorkem/bgorkem-skills
# Obsidian Archive
Distil the current conversation into a concise reference note and save it to the user's Obsidian vault under the configured archive folder, one file per conversation.
The goal is a **future-user-friendly** note: something they can grep or backlink to months later and immediately recall what was figured out. Not a transcript. Not a stenographer's record. A distillation.
## Configuration
Before using this skill, set the archive folder below to a path that exists (or should exist) in your vault. It's a vault-relative path — no leading slash, trailing slash optional. The skill will save every note under this folder.
```yaml
archive_folder: AI/Conversations/
```
If the value above is left at a placeholder, looks empty, or obviously doesn't match the user's vault, ask once which folder to use and proceed with that for this call — don't guess, and don't silently fall back to the example value. If the user specifies a different folder inline (e.g. "save it under `Notes/Chats/` instead"), respect that override for the call but don't treat it as a permanent change to the configured default — that's an edit to this file.
Throughout the rest of this skill, `<archive_folder>` refers to the configured value above.
## When to use
Trigger on any of:
- "Archive this conversation", "save this chat", "add this to Obsidian", "log this"
- "Save what we learned", "capture this", "write this up", "file this away"
- "Remember this for later", "turn this into a note"
If