Obsidian Log banner
eugeniughelbur eugeniughelbur

Obsidian Log

Development community

Description

--- description: Log this work or dev session to the vault — infers project from context --- Use the obsidian-second-brain skill. Execute `/obsidian-log`: 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Infer the project from conversation context — search the vault if needed to find the right project note 3. Read `Templates/Dev Log.md` (or `Templates/Work Log.md` if it exists) 4. Fill in: date, project, what was worked on, problems encountered, decisions made, next steps — all inf

Installation

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

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

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

Full documentation available on GitHub

View Source Repository