Obsidian Reconcile banner
eugeniughelbur eugeniughelbur

Obsidian Reconcile

Development community

Description

--- description: Find and resolve contradictions in the vault — the vault maintains its own truth --- Use the obsidian-second-brain skill. Execute `/obsidian-reconcile $ARGUMENTS`: The optional argument is a topic or entity to focus on. If not provided, scan the whole vault. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Read `index.md` to understand the full vault landscape 3. Spawn parallel subagents to find contradictions: - **Claims agent**: scan `wiki/concepts/` and `wi

Installation

Installs to ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-reconcile/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-reconcile && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/HEAD/commands/obsidian-reconcile.md -o ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-reconcile/SKILL.md

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

Full documentation available on GitHub

View Source Repository