Save banner
AgriciDaniel AgriciDaniel

Save

Documentation community

Description

--- description: Save the current conversation or a specific insight into the wiki vault as a structured note. --- Read the `save` skill. Then run the save workflow for this conversation. Usage: - `/save` — analyze the full conversation and save the most valuable content - `/save [name]` — save with a specific note title (skip the naming question) - `/save session` — save a complete session summary - `/save concept [name]` — explicitly save as a concept page - `/save decision [name]` — explici

Installation

Installs to ~/.claude/skills/agricidaniel-claude-obsidian-save/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agricidaniel-claude-obsidian-save && curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/HEAD/commands/save.md -o ~/.claude/skills/agricidaniel-claude-obsidian-save/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository