LLM Skills
~/catalog/note taking//obsidian-save
Note takingGitHub source

Obsidian save

/obsidian-save

Use the obsidian-second-brain skill. Execute `/obsidian-save`:

eugeniughelbureugeniughelbur
4.1k
June 17, 2026
MIT License
// skill content

--- description: Save everything worth keeping from this conversation to the vault category: vault triggers_en: ["save this", "save the conversation", "save to vault", "obsidian save"] --- Use the obsidian-second-brain skill. Run /obsidian-save: 1. First, read _CLAUDE.md if it exists in the vault root 2. Scan the entire conversation and identify all items worth saving to the vault: decisions, tasks, people mentioned, projects started, ideas, learnings, deals, mentions/shoutouts, AND content-worthy items (hooks, data points, swipe-file material, research findings) 3. Group items by type: people, projects, tasks, decisions, ideas, deals, content 4. Spawn parallel subagents:one per group:so that all note types are handled simultaneously: - People agent: search for each person, create or update notes, log interactions - Projects agent: search for each project, create or update notes - Tasks agent: parse tasks, add to the appropriate Kanban columns - Decisions agent: find relevant project notes, append to Key Decisions sections - Ideas agent: search Ideas/ for related notes, create or append - Content agent (if a social-media/ folder exists in the vault): scan for content-worthy items and route them: - Hooks, angles, contrarian takes → append to social-media/ideas.md (dated bullet) - Specific numbers, stats, reusable data points → append to social-media/data-points.md (with source) - External posts that hit the mark + why → append to social-media/swipe-file.md (link + reason) - Research findings, frameworks, methodologies → create social-media/research/YYYY-MM-DD : topic.md 5. After all agents are complete: update today’s daily note with links to everything saved 6. Report back: a clean list of what was saved and where Search before creating anything:duplicate notes are vault rot. Propagate every write to boards, the daily note, and linked notes. Never create an orphaned note. The content-agents only runs if social-media/ exists in the vault. If it doesn’t exist, skip silently:don’t create the folder unprompted. --- AI-first rule: Every note created or updated by this command MUST follow references/ai-first-rules.md - ## For future Claude preamble, rich frontmatter (type, date, tags, ai-first: true, plus type-specific fields), recency markers per external claim, mandatory [[wikilinks]] for every person/project/concept referenced, sources preserved verbatim with URLs inline, and confidence levels where applicable. The vault is for future-Clauderetrieval:not for human reading. Anti-fabrication: Search exhaustively before claiming that any note, person, or file is missing:false absence is the most common failure mode:and never invent facts, entities, or dates (mark unknowns as “TBD”). See the hard rules on anti-fabrication and search completeness at references/ai-first-rules.md.

// original public source
eugeniughelbur/obsidian-second-brain
/commands/obsidian-save.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/obsidian-save.md" "https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/main/commands/obsidian-save.md"
Then in Claude Code, type /obsidian-save to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 4.1k
CategoryNote taking
LicenseMIT License
UpdatedJune 17, 2026
Format.md
AccessFree
// similar

Skills Note taking

View allarrow_forward