Obsidian Person banner
eugeniughelbur eugeniughelbur

Obsidian Person

Productivity community

Description

--- description: Create or update a person note from conversation context --- Use the obsidian-second-brain skill. Execute `/obsidian-person $ARGUMENTS`: The argument is a person's name — handle typos and partial matches. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Search the vault for an existing note matching the name (fuzzy — handle typos and partial names) 3. If found: confirm with user, then update with new info from conversation 4. If not found: create `People/Full Name

Installation

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

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

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

Full documentation available on GitHub

View Source Repository